ladybird/Tests/LibWeb/Text/expected/wpt-import/css/css-transitions
Callum Law 4fd1635b17 LibWeb: Use correct event type for cancelled CSS transition
Previously we incorrectly dispatched a "animationstart" event instead of
a "transitioncancel" one
2026-05-22 11:59:19 +01:00
..
animations LibWeb: Support composition of mixed values 2026-02-23 09:01:19 +00:00
parsing Tests: Resync imported WPT tests 2026-04-04 23:36:58 +02:00
after-change-style-inherited.txt LibWeb: Parse and evaluate @container <size-feature>s 2026-05-20 13:00:50 +01:00
CSSTransition-currentTime.tentative.txt LibWeb: Apply backwards fill to CSS transitions 2026-05-07 11:00:32 +01:00
CSSTransition-effect.tentative.txt LibWeb: Only associate transition with element once 2025-08-18 11:18:34 +01:00
CSSTransition-ready.tentative.txt LibWeb: Ensure registered transitions are reflective of properties 2025-11-23 09:43:24 +01:00
CSSTransition-startTime.tentative.txt LibWeb: Only associate transition with element once 2025-08-18 11:18:34 +01:00
event-dispatch.tentative.txt LibWeb: Use correct event type for cancelled CSS transition 2026-05-22 11:59:19 +01:00
events-001.txt LibWeb: Set transition property name when firing transition events 2025-04-29 12:23:31 +02:00
inherit-height-transition.txt LibWeb: Properly initialize KeyframeEffect contained in CSSTransition 2025-08-18 11:18:34 +01:00
properties-value-001.txt LibWeb: Include z-index in transition: all 2025-09-11 06:08:07 +01:00
properties-value-002.txt LibWeb: Ensure discrete interpolated properties are non-transitionable 2025-05-27 13:33:29 +02:00
properties-value-inherit-001.txt LibWeb: Store line-height in ComputedProperties in computed form 2025-09-23 15:57:32 +01:00
properties-value-inherit-002.txt LibWeb: Properly initialize KeyframeEffect contained in CSSTransition 2025-08-18 11:18:34 +01:00
transition-important.txt LibWeb: Prefer transitioned property values over important 2025-11-28 16:15:49 +00:00
transition-remove-and-change-immediate.txt LibWeb: Ensure registered transitions are reflective of properties 2025-11-23 09:43:24 +01:00
transition-zero-duration-with-delay.txt LibWeb: Apply backwards fill to CSS transitions 2026-05-07 11:00:32 +01:00
transitioncancel-003.txt LibWeb: Always update computed properties for finished animations 2025-08-26 18:47:57 +02:00
transitionevent-interface.txt