Rename metadata directories

This renames:
 - `tests/wpt/metadata` → `tests/wpt/meta-legacy-layout`
 - `tests/wpt/metadata-layout-2020` → `tests/wpt/meta`
 - `tests/wpt/mozilla/meta` → `tests/wpt/mozilla/meta-legacy-layout`
 - `tests/wpt/mozilla/meta-layout-2020` → `tests/wpt/mozilla/meta`
This commit is contained in:
Martin Robinson 2023-06-22 14:35:02 +02:00
parent cfd24f00bc
commit f4578afdfe
No known key found for this signature in database
GPG key ID: D56AA4FA55EFE6F8
23708 changed files with 772645 additions and 694 deletions

View file

@ -0,0 +1,67 @@
[AnimationEffect-getComputedTiming.tentative.html]
[endDelay of a new transition]
expected: FAIL
[localTime reflects playbackRate immediately]
expected: FAIL
[Negative delay of a new transition]
expected: FAIL
[iterationStart of a new transition]
expected: FAIL
[currentIteration of a new transition]
expected: FAIL
[progress of a finished transition]
expected: FAIL
[localTime is always equal to currentTime]
expected: FAIL
[endTime of a new transition]
expected: FAIL
[Positive delay of a new transition]
expected: FAIL
[fill of a new transition]
expected: FAIL
[iterations of a new transition]
expected: FAIL
[progress of a new transition]
expected: FAIL
[duration of a new transition]
expected: FAIL
[non-default easing of a new transition]
expected: FAIL
[direction of a new transition]
expected: FAIL
[currentIteration of a finished transition]
expected: FAIL
[easing of a new transition]
expected: FAIL
[currentIteration of a new transition with positive delay in before phase]
expected: FAIL
[localTime of a new transition]
expected: FAIL
[progress of a new transition with positive delay in before phase]
expected: FAIL
[activeDuration of a new transition]
expected: FAIL
[delay of a new tranisition]
expected: FAIL

View file

@ -0,0 +1,34 @@
[CSSTransition-canceling.tentative.html]
[After canceling a finished transition, it can still be re-used]
expected: FAIL
[Setting display:none cancels transitions on a child element]
expected: FAIL
[Setting zero combined duration]
expected: FAIL
[Reversing a running transition cancels the original transition]
expected: FAIL
[Setting display:none on an element cancels its transitions]
expected: FAIL
[An after-change style value can't be interpolated]
expected: FAIL
[After canceling a transition, it can still be re-used]
expected: FAIL
[Removing a property from transition-property cancels transitions on that property]
expected: FAIL
[Animated style is cleared after canceling a running CSS transition]
expected: FAIL
[After canceling a transition, updating transition properties doesn't make it live again]
expected: FAIL
[Changing style to another interpolable value cancels the original transition]
expected: FAIL

View file

@ -0,0 +1,16 @@
[CSSTransition-currentTime.tentative.html]
[currentTime can be used to seek a CSS transition]
expected: FAIL
[Skipping forwards through transition]
expected: FAIL
[Skipping backwards through transition]
expected: FAIL
[Setting currentTime to null on a CSS transition throws]
expected: FAIL
[Transition reversing behavior respects currentTime and uses the transition's current position.]
expected: FAIL

View file

@ -0,0 +1,31 @@
[CSSTransition-effect.tentative.html]
[After setting a transition's effect to null, it still reports the original transition property]
expected: FAIL
[After setting a transition's effect to null, it becomes finished]
expected: FAIL
[A transition with a replaced effect still exhibits the regular transition reversing behavior]
expected: FAIL
[After setting a new keyframe effect targeting different properties, the transition continues to report the original transition property]
expected: FAIL
[After setting a new keyframe effect with a shorter duration, the transition becomes finished]
expected: FAIL
[A transition with no effect still returns the original transitionProperty]
expected: FAIL
[After setting a new keyframe effect on a play-pending transition, the transition remains pending]
expected: FAIL
[After setting a transition's effect to null, it should be possible to interrupt that transition]
expected: FAIL
[After setting a transition's effect to null, a new transition can be started]
expected: FAIL
[After setting a transition's effect to null, style is updated]
expected: FAIL

View file

@ -0,0 +1,4 @@
[CSSTransition-finished.tentative.html]
[Restarting a finished transition rewinds playback]
expected: FAIL

View file

@ -0,0 +1,7 @@
[CSSTransition-ready.tentative.html]
[ready promise is rejected when a transition is canceled by updating transition-property]
expected: FAIL
[ready promise is rejected when a transition is canceled by changing the transition property to something not interpolable]
expected: FAIL

View file

@ -0,0 +1,16 @@
[CSSTransition-startTime.tentative.html]
[The start time of a newly-created transition is unresolved]
expected: FAIL
[The start time of a transition can be set]
expected: FAIL
[Seeking a transition using start time dispatches transition events]
expected: FAIL
[The start time of transitions is based on when they are generated]
expected: FAIL
[The start time can be set to seek a transition]
expected: FAIL

View file

@ -0,0 +1,4 @@
[CSSTransition-transitionProperty.tentative.html]
[CSSTransition.transitionProperty]
expected: FAIL

View file

@ -0,0 +1,22 @@
[Document-getAnimations.tentative.html]
[CSS Transitions targetting (pseudo-)elements should have correct order after sorting]
expected: FAIL
[getAnimations for CSS Transitions]
expected: FAIL
[Transitions are not returned after they have finished]
expected: FAIL
[CSS Transitions targetting (pseudo-)elements should have correct order after sorting (::marker)]
expected: FAIL
[getAnimations for non-animated content]
expected: FAIL
[getAnimations for CSS Transitions sort by property name]
expected: FAIL
[getAnimations for CSS Transitions sort by transition generation]
expected: FAIL

View file

@ -0,0 +1,22 @@
[Element-getAnimations.tentative.html]
[getAnimations sorts simultaneous transitions by name]
expected: FAIL
[getAnimations does not return finished CSS Transitions]
expected: FAIL
[getAnimations sorts transitions by when they were generated]
expected: FAIL
[getAnimations returns one Animation per transitioning property]
expected: FAIL
[getAnimations does not return a transition for an unsupposed property]
expected: FAIL
[getAnimations returns CSSTransition objects for CSS Transitions]
expected: FAIL
[getAnimations does not return a transition for a non-animatable property]
expected: FAIL

View file

@ -0,0 +1,6 @@
[KeyframeEffect-getKeyframes-width-and-height-transition.tentative.html]
[getKeyframes() output for a width transition]
expected: FAIL
[getKeyframes() output for a height transition]
expected: FAIL

View file

@ -0,0 +1,13 @@
[KeyframeEffect-getKeyframes.tentative.html]
[KeyframeEffect.getKeyframes() returns expected frames for a simple transition]
expected: FAIL
[KeyframeEffect.getKeyframes() returns expected frames for a transition with a CSS variable endpoint]
expected: FAIL
[KeyframeEffect.getKeyframes() returns expected frames for a transition after resetting the effect target]
expected: FAIL
[KeyframeEffect.getKeyframes() returns frames unaffected by a non-default easing function]
expected: FAIL

View file

@ -0,0 +1,31 @@
[KeyframeEffect-setKeyframes.tentative.html]
[A transition with replaced keyframes still returns the original transitionProperty]
expected: FAIL
[Keyframes set using setKeyframes() are reflected in computed style for a running transition]
expected: FAIL
[A transition with no keyframes still exhibits the regular transition reversing behavior]
expected: FAIL
[A transition with replaced keyframes still exhibits the regular transition reversing behavior]
expected: FAIL
[A transition with no keyframes still returns the original transitionProperty]
expected: FAIL
[A transition with replaced keyframes animating nothing on a property being controlled by another modified transition exhibits normal reversing behavior and reverses from the other transition's current value.]
expected: FAIL
[A transition with replaced keyframes animating the same property still exhibits normal reversing behavior.]
expected: FAIL
[A transition with replaced keyframes animating a different property still exhibits normal reversing behavior (reversing from the base value).]
expected: FAIL
[A transition with replaced keyframes animating nothing still exhibits normal reversing behavior (reversing from the base value).]
expected: FAIL
[A transition with replaced kefyrames and composite 'add' exhibits normal reversing behavior, and the effect is not double counted when calculating the before change style]
expected: FAIL

View file

@ -0,0 +1,10 @@
[KeyframeEffect-target.tentative.html]
[effect.target should return the same CSSPseudoElement object each time]
expected: FAIL
[effect.target from the script-generated animation should return the same CSSPseudoElement object as that from the CSS generated transition]
expected: FAIL
[Returned CSS transitions have the correct Animation.target]
expected: FAIL

View file

@ -0,0 +1,6 @@
[all-with-discrete.tentative.html]
[all with an explicit discrete property should animate.]
expected: FAIL
[all without an explicit discrete property should not animate.]
expected: FAIL

View file

@ -0,0 +1,3 @@
[change-duration-during-transition.html]
[Transition duration change should not affect transition in progress]
expected: FAIL

View file

@ -0,0 +1,3 @@
[color-transition-premultiplied.html]
[Transition from transparent background]
expected: FAIL

View file

@ -0,0 +1,3 @@
[move-after-transition.html]
[Move after transition.]
expected: FAIL

View file

@ -0,0 +1,99 @@
[text-shadow-composition.html]
[Compositing: property <text-shadow> underlying [rgb(10, 20, 30) 1px 2px 3px, rgb(20, 40, 60) 2px 4px 6px\] from add [rgb(100, 100, 100) 10px 20px 30px\] to replace [rgb(200, 200, 200) 20px 40px 60px\] at (0.5) should be [rgb(105, 110, 115) 10.5px 21px 31.5px, rgba(20, 40, 60, 0.5) 1px 2px 3px, rgba(100, 100, 100, 0.5) 5px 10px 15px\]]
expected: FAIL
[Compositing: property <text-shadow> underlying [rgb(10, 20, 30) 1px 2px 3px, rgb(20, 40, 60) 2px 4px 6px\] from add [rgb(100, 100, 100) 10px 20px 30px\] to replace [rgb(200, 200, 200) 20px 40px 60px\] at (1.5) should be [rgb(255, 255, 255) 29.5px 59px 88.5px, rgba(0, 0, 0, 0) -1px -2px 0px, rgba(0, 0, 0, 0) -5px -10px 0px\]]
expected: FAIL
[Compositing: property <text-shadow> underlying [rgb(10, 20, 30) 1px 2px 3px, rgb(20, 40, 60) 2px 4px 6px, rgb(40, 80, 120) 4px 8px 12px\] from add [rgb(100, 100, 100) 10px 20px 30px, rgb(200, 200, 200) 20px 40px 60px\] to replace [rgb(200, 200, 200) 20px 40px 60px\] at (1.5) should be [rgb(255, 255, 255) 29.5px 59px 88.5px, rgba(0, 0, 0, 0) -1px -2px 0px, rgba(0, 0, 0, 0) -2px -4px 0px, rgba(0, 0, 0, 0) -5px -10px 0px, rgba(0, 0, 0, 0) -10px -20px 0px\]]
expected: FAIL
[Compositing: property <text-shadow> underlying [rgb(10, 20, 30) 1px 2px 3px, rgb(20, 40, 60) 2px 4px 6px\] from add [rgb(100, 100, 100) 10px 20px 30px\] to add [rgb(200, 200, 200) 20px 40px 60px\] at (0) should be [rgb(10, 20, 30) 1px 2px 3px, rgb(20, 40, 60) 2px 4px 6px, rgb(100, 100, 100) 10px 20px 30px\]]
expected: FAIL
[Compositing: property <text-shadow> underlying [undefined\] from replace [rgb(100, 100, 100) 10px 20px 30px\] to add [rgb(200, 200, 200) 20px 40px 60px\] at (0.5) should be [rgb(150, 150, 150) 15px 30px 45px\]]
expected: FAIL
[Compositing: property <text-shadow> underlying [rgb(10, 20, 30) 1px 2px 3px\] from add [rgb(100, 100, 100) 10px 20px 30px\] to add [rgb(200, 200, 200) 20px 40px 60px\] at (1.5) should be [rgb(10, 20, 30) 1px 2px 3px, rgb(250, 250, 250) 25px 50px 75px\]]
expected: FAIL
[Compositing: property <text-shadow> underlying [rgb(10, 20, 30) 1px 2px 3px, rgb(20, 40, 60) 2px 4px 6px, rgb(40, 80, 120) 4px 8px 12px\] from add [rgb(100, 100, 100) 10px 20px 30px, rgb(200, 200, 200) 20px 40px 60px\] to replace [rgb(200, 200, 200) 20px 40px 60px\] at (-0.3) should be [rgb(0, 0, 0) -4.7px -9.4px 0px, rgb(26, 52, 78) 2.6px 5.2px 7.8px, rgb(52, 104, 156) 5.2px 10.4px 15.6px, rgb(130, 130, 130) 13px 26px 39px, rgb(255, 255, 255) 26px 52px 78px\]]
expected: FAIL
[Compositing: property <text-shadow> underlying [rgb(10, 20, 30) 1px 2px 3px, rgb(20, 40, 60) 2px 4px 6px\] from add [rgb(100, 100, 100) 10px 20px 30px\] to add [rgb(200, 200, 200) 20px 40px 60px\] at (0.5) should be [rgb(10, 20, 30) 1px 2px 3px, rgb(20, 40, 60) 2px 4px 6px, rgb(150, 150, 150) 15px 30px 45px\]]
expected: FAIL
[Compositing: property <text-shadow> underlying [rgb(10, 20, 30) 1px 2px 3px, rgb(20, 40, 60) 2px 4px 6px\] from add [rgb(100, 100, 100) 10px 20px 30px\] to add [rgb(200, 200, 200) 20px 40px 60px\] at (-0.3) should be [rgb(10, 20, 30) 1px 2px 3px, rgb(20, 40, 60) 2px 4px 6px, rgb(70, 70, 70) 7px 14px 21px\]]
expected: FAIL
[Compositing: property <text-shadow> underlying [rgb(10, 20, 30) 1px 2px 3px, rgb(20, 40, 60) 2px 4px 6px\] from add [rgb(100, 100, 100) 10px 20px 30px\] to replace [rgb(200, 200, 200) 20px 40px 60px\] at (0) should be [rgb(10, 20, 30) 1px 2px 3px, rgb(20, 40, 60) 2px 4px 6px, rgb(100, 100, 100) 10px 20px 30px\]]
expected: FAIL
[Compositing: property <text-shadow> underlying [rgb(10, 20, 30) 1px 2px 3px, rgb(20, 40, 60) 2px 4px 6px, rgb(40, 80, 120) 4px 8px 12px\] from add [rgb(100, 100, 100) 10px 20px 30px, rgb(200, 200, 200) 20px 40px 60px\] to replace [rgb(200, 200, 200) 20px 40px 60px\] at (0.5) should be [rgb(105, 110, 115) 10.5px 21px 31.5px, rgba(20, 40, 60, 0.5) 1px 2px 3px, rgba(40, 80, 120, 0.5) 2px 4px 6px, rgba(100, 100, 100, 0.5) 5px 10px 15px, rgba(200, 200, 200, 0.5) 10px 20px 30px\]]
expected: FAIL
[Compositing: property <text-shadow> underlying [rgb(10, 20, 30) 1px 2px 3px, rgb(20, 40, 60) 2px 4px 6px\] from replace [rgb(100, 100, 100) 10px 20px 30px\] to add [rgb(200, 200, 200) 20px 40px 60px\] at (1.5) should be [rgb(0, 0, 0) -3.5px -7px 0px, rgb(30, 60, 90) 3px 6px 9px, rgb(255, 255, 255) 30px 60px 90px\]]
expected: FAIL
[Compositing: property <text-shadow> underlying [rgb(10, 20, 30) 1px 2px 3px, rgb(20, 40, 60) 2px 4px 6px\] from add [rgb(100, 100, 100) 10px 20px 30px\] to replace [rgb(200, 200, 200) 20px 40px 60px\] at (1) should be [rgb(200, 200, 200) 20px 40px 60px\]]
expected: FAIL
[Compositing: property <text-shadow> underlying [undefined\] from replace [rgb(100, 100, 100) 10px 20px 30px\] to add [rgb(200, 200, 200) 20px 40px 60px\] at (1) should be [rgb(200, 200, 200) 20px 40px 60px\]]
expected: FAIL
[Compositing: property <text-shadow> underlying [rgb(10, 20, 30) 1px 2px 3px, rgb(20, 40, 60) 2px 4px 6px, rgb(40, 80, 120) 4px 8px 12px\] from add [rgb(100, 100, 100) 10px 20px 30px, rgb(200, 200, 200) 20px 40px 60px\] to replace [rgb(200, 200, 200) 20px 40px 60px\] at (0) should be [rgb(10, 20, 30) 1px 2px 3px, rgb(20, 40, 60) 2px 4px 6px, rgb(40, 80, 120) 4px 8px 12px, rgb(100, 100, 100) 10px 20px 30px, rgb(200, 200, 200) 20px 40px 60px\]]
expected: FAIL
[Compositing: property <text-shadow> underlying [rgb(10, 20, 30) 1px 2px 3px, rgb(20, 40, 60) 2px 4px 6px\] from replace [rgb(100, 100, 100) 10px 20px 30px\] to add [rgb(200, 200, 200) 20px 40px 60px\] at (0.5) should be [rgb(55, 60, 65) 5.5px 11px 16.5px, rgba(20, 40, 60, 0.5) 1px 2px 3px, rgba(200, 200, 200, 0.5) 10px 20px 30px\]]
expected: FAIL
[Compositing: property <text-shadow> underlying [rgb(10, 20, 30) 1px 2px 3px\] from add [rgb(100, 100, 100) 10px 20px 30px\] to add [rgb(200, 200, 200) 20px 40px 60px\] at (1) should be [rgb(10, 20, 30) 1px 2px 3px, rgb(200, 200, 200) 20px 40px 60px\]]
expected: FAIL
[Compositing: property <text-shadow> underlying [rgb(10, 20, 30) 1px 2px 3px, rgb(20, 40, 60) 2px 4px 6px\] from add [rgb(100, 100, 100) 10px 20px 30px\] to replace [rgb(200, 200, 200) 20px 40px 60px\] at (-0.3) should be [rgb(0, 0, 0) -4.7px -9.4px 0px, rgb(26, 52, 78) 2.6px 5.2px 7.8px, rgb(130, 130, 130) 13px 26px 39px\]]
expected: FAIL
[Compositing: property <text-shadow> underlying [undefined\] from replace [rgb(100, 100, 100) 10px 20px 30px\] to add [rgb(200, 200, 200) 20px 40px 60px\] at (-0.3) should be [rgb(70, 70, 70 ) 7px 14px 21px\]]
expected: FAIL
[Compositing: property <text-shadow> underlying [rgb(10, 20, 30) 1px 2px 3px\] from add [rgb(100, 100, 100) 10px 20px 30px\] to add [rgb(200, 200, 200) 20px 40px 60px\] at (0) should be [rgb(10, 20, 30) 1px 2px 3px, rgb(100, 100, 100) 10px 20px 30px\]]
expected: FAIL
[Compositing: property <text-shadow> underlying [rgb(10, 20, 30) 1px 2px 3px, rgb(20, 40, 60) 2px 4px 6px\] from add [rgb(100, 100, 100) 10px 20px 30px\] to add [rgb(200, 200, 200) 20px 40px 60px\] at (1.5) should be [rgb(10, 20, 30) 1px 2px 3px, rgb(20, 40, 60) 2px 4px 6px, rgb(250, 250, 250) 25px 50px 75px\]]
expected: FAIL
[Compositing: property <text-shadow> underlying [rgb(10, 20, 30) 1px 2px 3px\] from add [rgb(100, 100, 100) 10px 20px 30px\] to add [rgb(200, 200, 200) 20px 40px 60px\] at (-0.3) should be [rgb(10, 20, 30) 1px 2px 3px, rgb(70, 70, 70) 7px 14px 21px\]]
expected: FAIL
[Compositing: property <text-shadow> underlying [undefined\] from replace [rgb(100, 100, 100) 10px 20px 30px\] to add [rgb(200, 200, 200) 20px 40px 60px\] at (0) should be [rgb(100, 100, 100) 10px 20px 30px\]]
expected: FAIL
[Compositing: property <text-shadow> underlying [rgb(10, 20, 30) 1px 2px 3px, rgb(20, 40, 60) 2px 4px 6px, rgb(40, 80, 120) 4px 8px 12px\] from add [rgb(100, 100, 100) 10px 20px 30px, rgb(200, 200, 200) 20px 40px 60px\] to replace [rgb(200, 200, 200) 20px 40px 60px\] at (1) should be [rgb(200, 200, 200) 20px 40px 60px\]]
expected: FAIL
[Compositing: property <text-shadow> underlying [rgb(10, 20, 30) 1px 2px 3px, rgb(20, 40, 60) 2px 4px 6px\] from replace [rgb(100, 100, 100) 10px 20px 30px\] to add [rgb(200, 200, 200) 20px 40px 60px\] at (0) should be [rgb(100, 100, 100) 10px 20px 30px\]]
expected: FAIL
[Compositing: property <text-shadow> underlying [undefined\] from replace [rgb(100, 100, 100) 10px 20px 30px\] to add [rgb(200, 200, 200) 20px 40px 60px\] at (1.5) should be [rgb(250, 250, 250) 25px 50px 75px\]]
expected: FAIL
[Compositing: property <text-shadow> underlying [rgb(10, 20, 30) 1px 2px 3px, rgb(20, 40, 60) 2px 4px 6px\] from replace [rgb(100, 100, 100) 10px 20px 30px\] to add [rgb(200, 200, 200) 20px 40px 60px\] at (-0.3) should be [rgb(127, 124, 121) 12.7px 25.4px 38.1px, rgba(0, 0, 0, 0) -0.6px -1.2px 0px, rgba(0, 0, 0, 0) -6px -12px 0px\]]
expected: FAIL
[Compositing: property <text-shadow> underlying [rgb(10, 20, 30) 1px 2px 3px, rgb(20, 40, 60) 2px 4px 6px\] from replace [rgb(100, 100, 100) 10px 20px 30px\] to add [rgb(200, 200, 200) 20px 40px 60px\] at (1) should be [rgb(10, 20, 30) 1px 2px 3px, rgb(20, 40, 60) 2px 4px 6px, rgb(200, 200, 200) 20px 40px 60px\]]
expected: FAIL
[Compositing: property <text-shadow> underlying [rgb(10, 20, 30) 1px 2px 3px\] from add [rgb(100, 100, 100) 10px 20px 30px\] to add [rgb(200, 200, 200) 20px 40px 60px\] at (0.5) should be [rgb(10, 20, 30) 1px 2px 3px, rgb(150, 150, 150) 15px 30px 45px\]]
expected: FAIL
[Compositing: property <text-shadow> underlying [rgb(10, 20, 30) 1px 2px 3px, rgb(20, 40, 60) 2px 4px 6px\] from add [rgb(100, 100, 100) 10px 20px 30px\] to add [rgb(200, 200, 200) 20px 40px 60px\] at (1) should be [rgb(10, 20, 30) 1px 2px 3px, rgb(20, 40, 60) 2px 4px 6px, rgb(200, 200, 200) 20px 40px 60px\]]
expected: FAIL
[Compositing: property <text-shadow> underlying [rgb(10, 20, 30) 1px 2px 3px, rgb(20, 40, 60) 2px 4px 6px\] from add [rgb(100, 100, 100) 10px 20px 30px\] to replace [rgb(200, 200, 200) 20px 40px 60px\] at (1) should be [rgb(200, 200, 200) 20px 40px 60px, rgba(0, 0, 0, 0) 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px\]]
expected: FAIL
[Compositing: property <text-shadow> underlying [rgb(10, 20, 30) 1px 2px 3px, rgb(20, 40, 60) 2px 4px 6px\] from replace [rgb(100, 100, 100) 10px 20px 30px\] to add [rgb(200, 200, 200) 20px 40px 60px\] at (0) should be [rgb(100, 100, 100) 10px 20px 30px, rgba(0, 0, 0, 0) 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px\]]
expected: FAIL
[Compositing: property <text-shadow> underlying [rgb(10, 20, 30) 1px 2px 3px, rgb(20, 40, 60) 2px 4px 6px, rgb(40, 80, 120) 4px 8px 12px\] from add [rgb(100, 100, 100) 10px 20px 30px, rgb(200, 200, 200) 20px 40px 60px\] to replace [rgb(200, 200, 200) 20px 40px 60px\] at (1) should be [rgb(200, 200, 200) 20px 40px 60px, rgba(0, 0, 0, 0) 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px\]]
expected: FAIL

View file

@ -0,0 +1,504 @@
[text-shadow-interpolation.html]
[Web Animations: property <text-shadow> from [inherit\] to [green 20px 20px 20px\] at (1.5) should be [rgb(0, 110, 0) 15px 25px 15px\]]
expected: FAIL
[Web Animations: property <text-shadow> from neutral to [green 20px 20px 20px\] at (0.3) should be [rgb(179, 154, 0) 13px 27px 13px\]]
expected: FAIL
[Web Animations: property <text-shadow> from [unset\] to [green 20px 20px 20px\] at (0) should be [rgb(255, 165, 0) 30px 10px 30px\]]
expected: FAIL
[Web Animations: property <text-shadow> from [black 10px 10px 10px\] to [currentColor 10px 10px 10px\] at (1.5) should be [rgb(0, 192, 0) 10px 10px 10px\]]
expected: FAIL
[Web Animations: property <text-shadow> from [initial\] to [green 20px 20px 20px\] at (0.6) should be [rgba(0, 128, 0, 0.6) 12px 12px 12px\]]
expected: FAIL
[Web Animations: property <text-shadow> from [black 15px 10px 5px\] to [orange -15px -10px 25px\] at (0) should be [rgb(0, 0, 0) 15px 10px 5px\]]
expected: FAIL
[Web Animations: property <text-shadow> from [black 15px 10px 5px\] to [orange -15px -10px 25px\] at (-0.3) should be [rgb(0, 0, 0) 24px 16px 0px\]]
expected: FAIL
[Web Animations: property <text-shadow> from [inherit\] to [green 20px 20px 20px\] at (0.6) should be [rgb(102, 143, 0) 24px 16px 24px\]]
expected: FAIL
[Web Animations: property <text-shadow> from [inherit\] to [green 20px 20px 20px\] at (-0.3) should be [rgb(255, 176, 0) 33px 7px 33px\]]
expected: FAIL
[Web Animations: property <text-shadow> from [unset\] to [green 20px 20px 20px\] at (0.6) should be [rgb(102, 143, 0) 24px 16px 24px\]]
expected: FAIL
[Web Animations: property <text-shadow> from neutral to [green 20px 20px 20px\] at (0.6) should be [rgb(102, 143, 0) 16px 24px 16px\]]
expected: FAIL
[Web Animations: property <text-shadow> from [inherit\] to [green 20px 20px 20px\] at (0.3) should be [rgb(179, 154, 0) 27px 13px 27px\]]
expected: FAIL
[Web Animations: property <text-shadow> from [black 15px 10px 5px\] to [orange -15px -10px 25px\] at (1.5) should be [rgb(255, 248, 0) -30px -20px 35px\]]
expected: FAIL
[Web Animations: property <text-shadow> from [unset\] to [green 20px 20px 20px\] at (0.3) should be [rgb(179, 154, 0) 27px 13px 27px\]]
expected: FAIL
[Web Animations: property <text-shadow> from [initial\] to [green 20px 20px 20px\] at (0.3) should be [rgba(0, 128, 0, 0.3) 6px 6px 6px\]]
expected: FAIL
[Web Animations: property <text-shadow> from [unset\] to [green 20px 20px 20px\] at (-0.3) should be [rgb(255, 176, 0) 33px 7px 33px\]]
expected: FAIL
[Web Animations: property <text-shadow> from [black 10px 10px 10px\] to [currentColor 10px 10px 10px\] at (1) should be [rgb(0, 128, 0) 10px 10px 10px\]]
expected: FAIL
[Web Animations: property <text-shadow> from [unset\] to [green 20px 20px 20px\] at (1) should be [rgb(0, 128, 0) 20px 20px 20px\]]
expected: FAIL
[Web Animations: property <text-shadow> from neutral to [green 20px 20px 20px\] at (-0.3) should be [rgb(255, 176, 0) 7px 33px 7px\]]
expected: FAIL
[Web Animations: property <text-shadow> from neutral to [green 20px 20px 20px\] at (0) should be [rgb(255, 165, 0) 10px 30px 10px\]]
expected: FAIL
[Web Animations: property <text-shadow> from [black 10px 10px 10px\] to [currentColor 10px 10px 10px\] at (0.6) should be [rgb(0, 77, 0) 10px 10px 10px\]]
expected: FAIL
[Web Animations: property <text-shadow> from [black 15px 10px 5px\] to [orange -15px -10px 25px\] at (0.3) should be [rgb(77, 50, 0) 6px 4px 11px\]]
expected: FAIL
[Web Animations: property <text-shadow> from neutral to [green 20px 20px 20px\] at (1) should be [rgb(0, 128, 0) 20px 20px 20px\]]
expected: FAIL
[Web Animations: property <text-shadow> from [initial\] to [green 20px 20px 20px\] at (0) should be [rgba(0, 0, 0, 0) 0px 0px 0px\]]
expected: FAIL
[Web Animations: property <text-shadow> from [initial\] to [green 20px 20px 20px\] at (-0.3) should be [rgba(0, 0, 0, 0) -6px -6px 0px\]]
expected: FAIL
[Web Animations: property <text-shadow> from [black 10px 10px 10px\] to [currentColor 10px 10px 10px\] at (-0.3) should be [rgb(0, 0, 0) 10px 10px 10px\]]
expected: FAIL
[Web Animations: property <text-shadow> from [initial\] to [green 20px 20px 20px\] at (1) should be [rgb(0, 128, 0) 20px 20px 20px\]]
expected: FAIL
[Web Animations: property <text-shadow> from [black 10px 10px 10px\] to [currentColor 10px 10px 10px\] at (0.3) should be [rgb(0, 38, 0) 10px 10px 10px\]]
expected: FAIL
[Web Animations: property <text-shadow> from [initial\] to [green 20px 20px 20px\] at (1.5) should be [rgb(0, 192, 0) 30px 30px 30px\]]
expected: FAIL
[Web Animations: property <text-shadow> from [black 10px 10px 10px\] to [currentColor 10px 10px 10px\] at (0) should be [rgb(0, 0, 0) 10px 10px 10px\]]
expected: FAIL
[Web Animations: property <text-shadow> from [unset\] to [green 20px 20px 20px\] at (1.5) should be [rgb(0, 110, 0) 15px 25px 15px\]]
expected: FAIL
[Web Animations: property <text-shadow> from [inherit\] to [green 20px 20px 20px\] at (0) should be [rgb(255, 165, 0) 30px 10px 30px\]]
expected: FAIL
[Web Animations: property <text-shadow> from [inherit\] to [green 20px 20px 20px\] at (1) should be [rgb(0, 128, 0) 20px 20px 20px\]]
expected: FAIL
[Web Animations: property <text-shadow> from neutral to [green 20px 20px 20px\] at (1.5) should be [rgb(0, 110, 0) 25px 15px 25px\]]
expected: FAIL
[Web Animations: property <text-shadow> from [black 15px 10px 5px\] to [orange -15px -10px 25px\] at (1) should be [rgb(255, 165, 0) -15px -10px 25px\]]
expected: FAIL
[Web Animations: property <text-shadow> from [black 15px 10px 5px\] to [orange -15px -10px 25px\] at (0.6) should be [rgb(153, 99, 0) -3px -2px 17px\]]
expected: FAIL
[Web Animations: property <text-shadow> from [black 0px 0px 0px\] to [black 1px 1px 1px\] at (-0.3) should be [rgb(0, 0, 0) -0.3px -0.3px 0px\]]
expected: FAIL
[Web Animations: property <text-shadow> from [black 0px 0px 0px\] to [black 1px 1px 1px\] at (0) should be [rgb(0, 0, 0) 0px 0px 0px\]]
expected: FAIL
[Web Animations: property <text-shadow> from [black 0px 0px 0px\] to [black 1px 1px 1px\] at (0.3) should be [rgb(0, 0, 0) 0.3px 0.3px 0.3px\]]
expected: FAIL
[Web Animations: property <text-shadow> from [black 0px 0px 0px\] to [black 1px 1px 1px\] at (0.6) should be [rgb(0, 0, 0) 0.6px 0.6px 0.6px\]]
expected: FAIL
[Web Animations: property <text-shadow> from [black 0px 0px 0px\] to [black 1px 1px 1px\] at (1) should be [rgb(0, 0, 0) 1px 1px 1px\]]
expected: FAIL
[Web Animations: property <text-shadow> from [black 0px 0px 0px\] to [black 1px 1px 1px\] at (1.5) should be [rgb(0, 0, 0) 1.5px 1.5px 1.5px\]]
expected: FAIL
[CSS Transitions: property <text-shadow> from neutral to [green 20px 20px 20px\] at (-0.3) should be [rgb(255, 176, 0) 7px 33px 7px\]]
expected: FAIL
[CSS Transitions: property <text-shadow> from neutral to [green 20px 20px 20px\] at (0) should be [rgb(255, 165, 0) 10px 30px 10px\]]
expected: FAIL
[CSS Transitions: property <text-shadow> from neutral to [green 20px 20px 20px\] at (0.3) should be [rgb(179, 154, 0) 13px 27px 13px\]]
expected: FAIL
[CSS Transitions: property <text-shadow> from neutral to [green 20px 20px 20px\] at (0.6) should be [rgb(102, 143, 0) 16px 24px 16px\]]
expected: FAIL
[CSS Transitions: property <text-shadow> from neutral to [green 20px 20px 20px\] at (1) should be [rgb(0, 128, 0) 20px 20px 20px\]]
expected: FAIL
[CSS Transitions: property <text-shadow> from neutral to [green 20px 20px 20px\] at (1.5) should be [rgb(0, 110, 0) 25px 15px 25px\]]
expected: FAIL
[CSS Transitions with transition: all: property <text-shadow> from neutral to [green 20px 20px 20px\] at (-0.3) should be [rgb(255, 176, 0) 7px 33px 7px\]]
expected: FAIL
[CSS Transitions with transition: all: property <text-shadow> from neutral to [green 20px 20px 20px\] at (0) should be [rgb(255, 165, 0) 10px 30px 10px\]]
expected: FAIL
[CSS Transitions with transition: all: property <text-shadow> from neutral to [green 20px 20px 20px\] at (0.3) should be [rgb(179, 154, 0) 13px 27px 13px\]]
expected: FAIL
[CSS Transitions with transition: all: property <text-shadow> from neutral to [green 20px 20px 20px\] at (0.6) should be [rgb(102, 143, 0) 16px 24px 16px\]]
expected: FAIL
[CSS Transitions with transition: all: property <text-shadow> from neutral to [green 20px 20px 20px\] at (1) should be [rgb(0, 128, 0) 20px 20px 20px\]]
expected: FAIL
[CSS Transitions with transition: all: property <text-shadow> from neutral to [green 20px 20px 20px\] at (1.5) should be [rgb(0, 110, 0) 25px 15px 25px\]]
expected: FAIL
[CSS Animations: property <text-shadow> from neutral to [green 20px 20px 20px\] at (-0.3) should be [rgb(255, 176, 0) 7px 33px 7px\]]
expected: FAIL
[CSS Animations: property <text-shadow> from neutral to [green 20px 20px 20px\] at (0) should be [rgb(255, 165, 0) 10px 30px 10px\]]
expected: FAIL
[CSS Animations: property <text-shadow> from neutral to [green 20px 20px 20px\] at (0.3) should be [rgb(179, 154, 0) 13px 27px 13px\]]
expected: FAIL
[CSS Animations: property <text-shadow> from neutral to [green 20px 20px 20px\] at (0.6) should be [rgb(102, 143, 0) 16px 24px 16px\]]
expected: FAIL
[CSS Animations: property <text-shadow> from neutral to [green 20px 20px 20px\] at (1) should be [rgb(0, 128, 0) 20px 20px 20px\]]
expected: FAIL
[CSS Animations: property <text-shadow> from neutral to [green 20px 20px 20px\] at (1.5) should be [rgb(0, 110, 0) 25px 15px 25px\]]
expected: FAIL
[CSS Transitions: property <text-shadow> from [initial\] to [green 20px 20px 20px\] at (-0.3) should be [rgba(0, 0, 0, 0) -6px -6px 0px\]]
expected: FAIL
[CSS Transitions: property <text-shadow> from [initial\] to [green 20px 20px 20px\] at (0) should be [rgba(0, 0, 0, 0) 0px 0px 0px\]]
expected: FAIL
[CSS Transitions: property <text-shadow> from [initial\] to [green 20px 20px 20px\] at (0.3) should be [rgba(0, 128, 0, 0.3) 6px 6px 6px\]]
expected: FAIL
[CSS Transitions: property <text-shadow> from [initial\] to [green 20px 20px 20px\] at (0.6) should be [rgba(0, 128, 0, 0.6) 12px 12px 12px\]]
expected: FAIL
[CSS Transitions: property <text-shadow> from [initial\] to [green 20px 20px 20px\] at (1) should be [rgb(0, 128, 0) 20px 20px 20px\]]
expected: FAIL
[CSS Transitions: property <text-shadow> from [initial\] to [green 20px 20px 20px\] at (1.5) should be [rgb(0, 192, 0) 30px 30px 30px\]]
expected: FAIL
[CSS Transitions with transition: all: property <text-shadow> from [initial\] to [green 20px 20px 20px\] at (-0.3) should be [rgba(0, 0, 0, 0) -6px -6px 0px\]]
expected: FAIL
[CSS Transitions with transition: all: property <text-shadow> from [initial\] to [green 20px 20px 20px\] at (0) should be [rgba(0, 0, 0, 0) 0px 0px 0px\]]
expected: FAIL
[CSS Transitions with transition: all: property <text-shadow> from [initial\] to [green 20px 20px 20px\] at (0.3) should be [rgba(0, 128, 0, 0.3) 6px 6px 6px\]]
expected: FAIL
[CSS Transitions with transition: all: property <text-shadow> from [initial\] to [green 20px 20px 20px\] at (0.6) should be [rgba(0, 128, 0, 0.6) 12px 12px 12px\]]
expected: FAIL
[CSS Transitions with transition: all: property <text-shadow> from [initial\] to [green 20px 20px 20px\] at (1) should be [rgb(0, 128, 0) 20px 20px 20px\]]
expected: FAIL
[CSS Transitions with transition: all: property <text-shadow> from [initial\] to [green 20px 20px 20px\] at (1.5) should be [rgb(0, 192, 0) 30px 30px 30px\]]
expected: FAIL
[CSS Animations: property <text-shadow> from [initial\] to [green 20px 20px 20px\] at (-0.3) should be [rgba(0, 0, 0, 0) -6px -6px 0px\]]
expected: FAIL
[CSS Animations: property <text-shadow> from [initial\] to [green 20px 20px 20px\] at (0) should be [rgba(0, 0, 0, 0) 0px 0px 0px\]]
expected: FAIL
[CSS Animations: property <text-shadow> from [initial\] to [green 20px 20px 20px\] at (0.3) should be [rgba(0, 128, 0, 0.3) 6px 6px 6px\]]
expected: FAIL
[CSS Animations: property <text-shadow> from [initial\] to [green 20px 20px 20px\] at (0.6) should be [rgba(0, 128, 0, 0.6) 12px 12px 12px\]]
expected: FAIL
[CSS Animations: property <text-shadow> from [initial\] to [green 20px 20px 20px\] at (1) should be [rgb(0, 128, 0) 20px 20px 20px\]]
expected: FAIL
[CSS Animations: property <text-shadow> from [initial\] to [green 20px 20px 20px\] at (1.5) should be [rgb(0, 192, 0) 30px 30px 30px\]]
expected: FAIL
[CSS Transitions: property <text-shadow> from [inherit\] to [green 20px 20px 20px\] at (-0.3) should be [rgb(255, 176, 0) 33px 7px 33px\]]
expected: FAIL
[CSS Transitions: property <text-shadow> from [inherit\] to [green 20px 20px 20px\] at (0) should be [rgb(255, 165, 0) 30px 10px 30px\]]
expected: FAIL
[CSS Transitions: property <text-shadow> from [inherit\] to [green 20px 20px 20px\] at (0.3) should be [rgb(179, 154, 0) 27px 13px 27px\]]
expected: FAIL
[CSS Transitions: property <text-shadow> from [inherit\] to [green 20px 20px 20px\] at (0.6) should be [rgb(102, 143, 0) 24px 16px 24px\]]
expected: FAIL
[CSS Transitions: property <text-shadow> from [inherit\] to [green 20px 20px 20px\] at (1) should be [rgb(0, 128, 0) 20px 20px 20px\]]
expected: FAIL
[CSS Transitions: property <text-shadow> from [inherit\] to [green 20px 20px 20px\] at (1.5) should be [rgb(0, 110, 0) 15px 25px 15px\]]
expected: FAIL
[CSS Transitions with transition: all: property <text-shadow> from [inherit\] to [green 20px 20px 20px\] at (-0.3) should be [rgb(255, 176, 0) 33px 7px 33px\]]
expected: FAIL
[CSS Transitions with transition: all: property <text-shadow> from [inherit\] to [green 20px 20px 20px\] at (0) should be [rgb(255, 165, 0) 30px 10px 30px\]]
expected: FAIL
[CSS Transitions with transition: all: property <text-shadow> from [inherit\] to [green 20px 20px 20px\] at (0.3) should be [rgb(179, 154, 0) 27px 13px 27px\]]
expected: FAIL
[CSS Transitions with transition: all: property <text-shadow> from [inherit\] to [green 20px 20px 20px\] at (0.6) should be [rgb(102, 143, 0) 24px 16px 24px\]]
expected: FAIL
[CSS Transitions with transition: all: property <text-shadow> from [inherit\] to [green 20px 20px 20px\] at (1) should be [rgb(0, 128, 0) 20px 20px 20px\]]
expected: FAIL
[CSS Transitions with transition: all: property <text-shadow> from [inherit\] to [green 20px 20px 20px\] at (1.5) should be [rgb(0, 110, 0) 15px 25px 15px\]]
expected: FAIL
[CSS Animations: property <text-shadow> from [inherit\] to [green 20px 20px 20px\] at (-0.3) should be [rgb(255, 176, 0) 33px 7px 33px\]]
expected: FAIL
[CSS Animations: property <text-shadow> from [inherit\] to [green 20px 20px 20px\] at (0) should be [rgb(255, 165, 0) 30px 10px 30px\]]
expected: FAIL
[CSS Animations: property <text-shadow> from [inherit\] to [green 20px 20px 20px\] at (0.3) should be [rgb(179, 154, 0) 27px 13px 27px\]]
expected: FAIL
[CSS Animations: property <text-shadow> from [inherit\] to [green 20px 20px 20px\] at (0.6) should be [rgb(102, 143, 0) 24px 16px 24px\]]
expected: FAIL
[CSS Animations: property <text-shadow> from [inherit\] to [green 20px 20px 20px\] at (1) should be [rgb(0, 128, 0) 20px 20px 20px\]]
expected: FAIL
[CSS Animations: property <text-shadow> from [inherit\] to [green 20px 20px 20px\] at (1.5) should be [rgb(0, 110, 0) 15px 25px 15px\]]
expected: FAIL
[CSS Transitions: property <text-shadow> from [unset\] to [green 20px 20px 20px\] at (-0.3) should be [rgb(255, 176, 0) 33px 7px 33px\]]
expected: FAIL
[CSS Transitions: property <text-shadow> from [unset\] to [green 20px 20px 20px\] at (0) should be [rgb(255, 165, 0) 30px 10px 30px\]]
expected: FAIL
[CSS Transitions: property <text-shadow> from [unset\] to [green 20px 20px 20px\] at (0.3) should be [rgb(179, 154, 0) 27px 13px 27px\]]
expected: FAIL
[CSS Transitions: property <text-shadow> from [unset\] to [green 20px 20px 20px\] at (0.6) should be [rgb(102, 143, 0) 24px 16px 24px\]]
expected: FAIL
[CSS Transitions: property <text-shadow> from [unset\] to [green 20px 20px 20px\] at (1) should be [rgb(0, 128, 0) 20px 20px 20px\]]
expected: FAIL
[CSS Transitions: property <text-shadow> from [unset\] to [green 20px 20px 20px\] at (1.5) should be [rgb(0, 110, 0) 15px 25px 15px\]]
expected: FAIL
[CSS Transitions with transition: all: property <text-shadow> from [unset\] to [green 20px 20px 20px\] at (-0.3) should be [rgb(255, 176, 0) 33px 7px 33px\]]
expected: FAIL
[CSS Transitions with transition: all: property <text-shadow> from [unset\] to [green 20px 20px 20px\] at (0) should be [rgb(255, 165, 0) 30px 10px 30px\]]
expected: FAIL
[CSS Transitions with transition: all: property <text-shadow> from [unset\] to [green 20px 20px 20px\] at (0.3) should be [rgb(179, 154, 0) 27px 13px 27px\]]
expected: FAIL
[CSS Transitions with transition: all: property <text-shadow> from [unset\] to [green 20px 20px 20px\] at (0.6) should be [rgb(102, 143, 0) 24px 16px 24px\]]
expected: FAIL
[CSS Transitions with transition: all: property <text-shadow> from [unset\] to [green 20px 20px 20px\] at (1) should be [rgb(0, 128, 0) 20px 20px 20px\]]
expected: FAIL
[CSS Transitions with transition: all: property <text-shadow> from [unset\] to [green 20px 20px 20px\] at (1.5) should be [rgb(0, 110, 0) 15px 25px 15px\]]
expected: FAIL
[CSS Animations: property <text-shadow> from [unset\] to [green 20px 20px 20px\] at (-0.3) should be [rgb(255, 176, 0) 33px 7px 33px\]]
expected: FAIL
[CSS Animations: property <text-shadow> from [unset\] to [green 20px 20px 20px\] at (0) should be [rgb(255, 165, 0) 30px 10px 30px\]]
expected: FAIL
[CSS Animations: property <text-shadow> from [unset\] to [green 20px 20px 20px\] at (0.3) should be [rgb(179, 154, 0) 27px 13px 27px\]]
expected: FAIL
[CSS Animations: property <text-shadow> from [unset\] to [green 20px 20px 20px\] at (0.6) should be [rgb(102, 143, 0) 24px 16px 24px\]]
expected: FAIL
[CSS Animations: property <text-shadow> from [unset\] to [green 20px 20px 20px\] at (1) should be [rgb(0, 128, 0) 20px 20px 20px\]]
expected: FAIL
[CSS Animations: property <text-shadow> from [unset\] to [green 20px 20px 20px\] at (1.5) should be [rgb(0, 110, 0) 15px 25px 15px\]]
expected: FAIL
[CSS Transitions: property <text-shadow> from [black 15px 10px 5px\] to [orange -15px -10px 25px\] at (-0.3) should be [rgb(0, 0, 0) 24px 16px 0px\]]
expected: FAIL
[CSS Transitions: property <text-shadow> from [black 15px 10px 5px\] to [orange -15px -10px 25px\] at (0) should be [rgb(0, 0, 0) 15px 10px 5px\]]
expected: FAIL
[CSS Transitions: property <text-shadow> from [black 15px 10px 5px\] to [orange -15px -10px 25px\] at (0.3) should be [rgb(77, 50, 0) 6px 4px 11px\]]
expected: FAIL
[CSS Transitions: property <text-shadow> from [black 15px 10px 5px\] to [orange -15px -10px 25px\] at (0.6) should be [rgb(153, 99, 0) -3px -2px 17px\]]
expected: FAIL
[CSS Transitions: property <text-shadow> from [black 15px 10px 5px\] to [orange -15px -10px 25px\] at (1) should be [rgb(255, 165, 0) -15px -10px 25px\]]
expected: FAIL
[CSS Transitions: property <text-shadow> from [black 15px 10px 5px\] to [orange -15px -10px 25px\] at (1.5) should be [rgb(255, 248, 0) -30px -20px 35px\]]
expected: FAIL
[CSS Transitions with transition: all: property <text-shadow> from [black 15px 10px 5px\] to [orange -15px -10px 25px\] at (-0.3) should be [rgb(0, 0, 0) 24px 16px 0px\]]
expected: FAIL
[CSS Transitions with transition: all: property <text-shadow> from [black 15px 10px 5px\] to [orange -15px -10px 25px\] at (0) should be [rgb(0, 0, 0) 15px 10px 5px\]]
expected: FAIL
[CSS Transitions with transition: all: property <text-shadow> from [black 15px 10px 5px\] to [orange -15px -10px 25px\] at (0.3) should be [rgb(77, 50, 0) 6px 4px 11px\]]
expected: FAIL
[CSS Transitions with transition: all: property <text-shadow> from [black 15px 10px 5px\] to [orange -15px -10px 25px\] at (0.6) should be [rgb(153, 99, 0) -3px -2px 17px\]]
expected: FAIL
[CSS Transitions with transition: all: property <text-shadow> from [black 15px 10px 5px\] to [orange -15px -10px 25px\] at (1) should be [rgb(255, 165, 0) -15px -10px 25px\]]
expected: FAIL
[CSS Transitions with transition: all: property <text-shadow> from [black 15px 10px 5px\] to [orange -15px -10px 25px\] at (1.5) should be [rgb(255, 248, 0) -30px -20px 35px\]]
expected: FAIL
[CSS Animations: property <text-shadow> from [black 15px 10px 5px\] to [orange -15px -10px 25px\] at (-0.3) should be [rgb(0, 0, 0) 24px 16px 0px\]]
expected: FAIL
[CSS Animations: property <text-shadow> from [black 15px 10px 5px\] to [orange -15px -10px 25px\] at (0) should be [rgb(0, 0, 0) 15px 10px 5px\]]
expected: FAIL
[CSS Animations: property <text-shadow> from [black 15px 10px 5px\] to [orange -15px -10px 25px\] at (0.3) should be [rgb(77, 50, 0) 6px 4px 11px\]]
expected: FAIL
[CSS Animations: property <text-shadow> from [black 15px 10px 5px\] to [orange -15px -10px 25px\] at (0.6) should be [rgb(153, 99, 0) -3px -2px 17px\]]
expected: FAIL
[CSS Animations: property <text-shadow> from [black 15px 10px 5px\] to [orange -15px -10px 25px\] at (1) should be [rgb(255, 165, 0) -15px -10px 25px\]]
expected: FAIL
[CSS Animations: property <text-shadow> from [black 15px 10px 5px\] to [orange -15px -10px 25px\] at (1.5) should be [rgb(255, 248, 0) -30px -20px 35px\]]
expected: FAIL
[CSS Transitions: property <text-shadow> from [black 10px 10px 10px\] to [currentColor 10px 10px 10px\] at (-0.3) should be [rgb(0, 0, 0) 10px 10px 10px\]]
expected: FAIL
[CSS Transitions: property <text-shadow> from [black 10px 10px 10px\] to [currentColor 10px 10px 10px\] at (0) should be [rgb(0, 0, 0) 10px 10px 10px\]]
expected: FAIL
[CSS Transitions: property <text-shadow> from [black 10px 10px 10px\] to [currentColor 10px 10px 10px\] at (0.3) should be [rgb(0, 38, 0) 10px 10px 10px\]]
expected: FAIL
[CSS Transitions: property <text-shadow> from [black 10px 10px 10px\] to [currentColor 10px 10px 10px\] at (0.6) should be [rgb(0, 77, 0) 10px 10px 10px\]]
expected: FAIL
[CSS Transitions: property <text-shadow> from [black 10px 10px 10px\] to [currentColor 10px 10px 10px\] at (1) should be [rgb(0, 128, 0) 10px 10px 10px\]]
expected: FAIL
[CSS Transitions: property <text-shadow> from [black 10px 10px 10px\] to [currentColor 10px 10px 10px\] at (1.5) should be [rgb(0, 192, 0) 10px 10px 10px\]]
expected: FAIL
[CSS Transitions with transition: all: property <text-shadow> from [black 10px 10px 10px\] to [currentColor 10px 10px 10px\] at (-0.3) should be [rgb(0, 0, 0) 10px 10px 10px\]]
expected: FAIL
[CSS Transitions with transition: all: property <text-shadow> from [black 10px 10px 10px\] to [currentColor 10px 10px 10px\] at (0) should be [rgb(0, 0, 0) 10px 10px 10px\]]
expected: FAIL
[CSS Transitions with transition: all: property <text-shadow> from [black 10px 10px 10px\] to [currentColor 10px 10px 10px\] at (0.3) should be [rgb(0, 38, 0) 10px 10px 10px\]]
expected: FAIL
[CSS Transitions with transition: all: property <text-shadow> from [black 10px 10px 10px\] to [currentColor 10px 10px 10px\] at (0.6) should be [rgb(0, 77, 0) 10px 10px 10px\]]
expected: FAIL
[CSS Transitions with transition: all: property <text-shadow> from [black 10px 10px 10px\] to [currentColor 10px 10px 10px\] at (1) should be [rgb(0, 128, 0) 10px 10px 10px\]]
expected: FAIL
[CSS Transitions with transition: all: property <text-shadow> from [black 10px 10px 10px\] to [currentColor 10px 10px 10px\] at (1.5) should be [rgb(0, 192, 0) 10px 10px 10px\]]
expected: FAIL
[CSS Animations: property <text-shadow> from [black 10px 10px 10px\] to [currentColor 10px 10px 10px\] at (-0.3) should be [rgb(0, 0, 0) 10px 10px 10px\]]
expected: FAIL
[CSS Animations: property <text-shadow> from [black 10px 10px 10px\] to [currentColor 10px 10px 10px\] at (0) should be [rgb(0, 0, 0) 10px 10px 10px\]]
expected: FAIL
[CSS Animations: property <text-shadow> from [black 10px 10px 10px\] to [currentColor 10px 10px 10px\] at (0.3) should be [rgb(0, 38, 0) 10px 10px 10px\]]
expected: FAIL
[CSS Animations: property <text-shadow> from [black 10px 10px 10px\] to [currentColor 10px 10px 10px\] at (0.6) should be [rgb(0, 77, 0) 10px 10px 10px\]]
expected: FAIL
[CSS Animations: property <text-shadow> from [black 10px 10px 10px\] to [currentColor 10px 10px 10px\] at (1) should be [rgb(0, 128, 0) 10px 10px 10px\]]
expected: FAIL
[CSS Animations: property <text-shadow> from [black 10px 10px 10px\] to [currentColor 10px 10px 10px\] at (1.5) should be [rgb(0, 192, 0) 10px 10px 10px\]]
expected: FAIL
[CSS Transitions: property <text-shadow> from [black 0px 0px 0px\] to [black 1px 1px 1px\] at (-0.3) should be [rgb(0, 0, 0) -0.3px -0.3px 0px\]]
expected: FAIL
[CSS Transitions: property <text-shadow> from [black 0px 0px 0px\] to [black 1px 1px 1px\] at (0) should be [rgb(0, 0, 0) 0px 0px 0px\]]
expected: FAIL
[CSS Transitions: property <text-shadow> from [black 0px 0px 0px\] to [black 1px 1px 1px\] at (0.3) should be [rgb(0, 0, 0) 0.3px 0.3px 0.3px\]]
expected: FAIL
[CSS Transitions: property <text-shadow> from [black 0px 0px 0px\] to [black 1px 1px 1px\] at (0.6) should be [rgb(0, 0, 0) 0.6px 0.6px 0.6px\]]
expected: FAIL
[CSS Transitions: property <text-shadow> from [black 0px 0px 0px\] to [black 1px 1px 1px\] at (1) should be [rgb(0, 0, 0) 1px 1px 1px\]]
expected: FAIL
[CSS Transitions: property <text-shadow> from [black 0px 0px 0px\] to [black 1px 1px 1px\] at (1.5) should be [rgb(0, 0, 0) 1.5px 1.5px 1.5px\]]
expected: FAIL
[CSS Transitions with transition: all: property <text-shadow> from [black 0px 0px 0px\] to [black 1px 1px 1px\] at (-0.3) should be [rgb(0, 0, 0) -0.3px -0.3px 0px\]]
expected: FAIL
[CSS Transitions with transition: all: property <text-shadow> from [black 0px 0px 0px\] to [black 1px 1px 1px\] at (0) should be [rgb(0, 0, 0) 0px 0px 0px\]]
expected: FAIL
[CSS Transitions with transition: all: property <text-shadow> from [black 0px 0px 0px\] to [black 1px 1px 1px\] at (0.3) should be [rgb(0, 0, 0) 0.3px 0.3px 0.3px\]]
expected: FAIL
[CSS Transitions with transition: all: property <text-shadow> from [black 0px 0px 0px\] to [black 1px 1px 1px\] at (0.6) should be [rgb(0, 0, 0) 0.6px 0.6px 0.6px\]]
expected: FAIL
[CSS Transitions with transition: all: property <text-shadow> from [black 0px 0px 0px\] to [black 1px 1px 1px\] at (1) should be [rgb(0, 0, 0) 1px 1px 1px\]]
expected: FAIL
[CSS Transitions with transition: all: property <text-shadow> from [black 0px 0px 0px\] to [black 1px 1px 1px\] at (1.5) should be [rgb(0, 0, 0) 1.5px 1.5px 1.5px\]]
expected: FAIL
[CSS Animations: property <text-shadow> from [black 0px 0px 0px\] to [black 1px 1px 1px\] at (-0.3) should be [rgb(0, 0, 0) -0.3px -0.3px 0px\]]
expected: FAIL
[CSS Animations: property <text-shadow> from [black 0px 0px 0px\] to [black 1px 1px 1px\] at (0) should be [rgb(0, 0, 0) 0px 0px 0px\]]
expected: FAIL
[CSS Animations: property <text-shadow> from [black 0px 0px 0px\] to [black 1px 1px 1px\] at (0.3) should be [rgb(0, 0, 0) 0.3px 0.3px 0.3px\]]
expected: FAIL
[CSS Animations: property <text-shadow> from [black 0px 0px 0px\] to [black 1px 1px 1px\] at (0.6) should be [rgb(0, 0, 0) 0.6px 0.6px 0.6px\]]
expected: FAIL
[CSS Animations: property <text-shadow> from [black 0px 0px 0px\] to [black 1px 1px 1px\] at (1) should be [rgb(0, 0, 0) 1px 1px 1px\]]
expected: FAIL
[CSS Animations: property <text-shadow> from [black 0px 0px 0px\] to [black 1px 1px 1px\] at (1.5) should be [rgb(0, 0, 0) 1.5px 1.5px 1.5px\]]
expected: FAIL

View file

@ -0,0 +1,3 @@
[transition-end-event-shorthands.html]
[Transition end events generated for transition on shorthand property]
expected: FAIL

View file

@ -0,0 +1,3 @@
[transition-timing-function.html]
[Ensure that transition easing functions are properly applied.]
expected: FAIL

View file

@ -0,0 +1,61 @@
[vertical-align-composition.html]
[Compositing: property <vertical-align> underlying [10%\] from add [100px\] to add [20%\] at (0) should be [calc(100px + 10%)\]]
expected: FAIL
[Compositing: property <vertical-align> underlying [50px\] from add [100px\] to add [200px\] at (-0.3) should be [120px\]]
expected: FAIL
[Compositing: property <vertical-align> underlying [100px\] from add [10px\] to add [2px\] at (0.5) should be [106px\]]
expected: FAIL
[Compositing: property <vertical-align> underlying [50px\] from add [100px\] to replace [200px\] at (1) should be [200px\]]
expected: FAIL
[Compositing: property <vertical-align> underlying [50px\] from add [100px\] to replace [200px\] at (0) should be [150px\]]
expected: FAIL
[Compositing: property <vertical-align> underlying [100px\] from add [10px\] to add [2px\] at (1) should be [102px\]]
expected: FAIL
[Compositing: property <vertical-align> underlying [50px\] from add [100px\] to add [200px\] at (0.5) should be [200px\]]
expected: FAIL
[Compositing: property <vertical-align> underlying [50px\] from add [100px\] to replace [200px\] at (0.5) should be [175px\]]
expected: FAIL
[Compositing: property <vertical-align> underlying [10%\] from add [100px\] to add [20%\] at (-0.3) should be [calc(130px + 4%)\]]
expected: FAIL
[Compositing: property <vertical-align> underlying [50px\] from add [100px\] to replace [200px\] at (1.5) should be [225px\]]
expected: FAIL
[Compositing: property <vertical-align> underlying [50px\] from add [100px\] to replace [200px\] at (-0.3) should be [135px\]]
expected: FAIL
[Compositing: property <vertical-align> underlying [50px\] from add [100px\] to add [200px\] at (1) should be [250px\]]
expected: FAIL
[Compositing: property <vertical-align> underlying [50px\] from add [100px\] to add [200px\] at (1.5) should be [300px\]]
expected: FAIL
[Compositing: property <vertical-align> underlying [100px\] from add [10px\] to add [2px\] at (1.5) should be [98px\]]
expected: FAIL
[Compositing: property <vertical-align> underlying [100px\] from add [10px\] to add [2px\] at (-0.5) should be [114px\]]
expected: FAIL
[Compositing: property <vertical-align> underlying [100px\] from add [10px\] to add [2px\] at (0) should be [110px\]]
expected: FAIL
[Compositing: property <vertical-align> underlying [10%\] from add [100px\] to add [20%\] at (0.5) should be [calc(50px + 20%)\]]
expected: FAIL
[Compositing: property <vertical-align> underlying [10%\] from add [100px\] to add [20%\] at (1) should be [30%\]]
expected: FAIL
[Compositing: property <vertical-align> underlying [50px\] from add [100px\] to add [200px\] at (0) should be [150px\]]
expected: FAIL
[Compositing: property <vertical-align> underlying [10%\] from add [100px\] to add [20%\] at (1.5) should be [calc(-50px + 40%)\]]
expected: FAIL

View file

@ -0,0 +1,540 @@
[vertical-align-interpolation.html]
[Web Animations: property <vertical-align> from [initial\] to [40px\] at (0) should be [initial\]]
expected: FAIL
[CSS Animations: property <vertical-align> from [super\] to [40%\] at (1) should be [40%\]]
expected: FAIL
[Web Animations: property <vertical-align> from neutral to [40px\] at (-0.5) should be [-5px\]]
expected: FAIL
[CSS Animations: property <vertical-align> from [unset\] to [40px\] at (0.3) should be [unset\]]
expected: FAIL
[CSS Animations: property <vertical-align> from [unset\] to [40px\] at (0.5) should be [40px\]]
expected: FAIL
[Web Animations: property <vertical-align> from [0px\] to [100px\] at (0.6) should be [60px\]]
expected: FAIL
[Web Animations: property <vertical-align> from [super\] to [40%\] at (0) should be [super\]]
expected: FAIL
[CSS Animations: property <vertical-align> from [40px\] to [40%\] at (1) should be [calc(0px + 40%)\]]
expected: FAIL
[Web Animations: property <vertical-align> from [initial\] to [40px\] at (1.5) should be [40px\]]
expected: FAIL
[Web Animations: property <vertical-align> from [40px\] to [40%\] at (0) should be [calc(40px + 0%)\]]
expected: FAIL
[Web Animations: property <vertical-align> from [inherit\] to [40px\] at (1) should be [40px\]]
expected: FAIL
[CSS Animations: property <vertical-align> from [super\] to [40%\] at (0.6) should be [40%\]]
expected: FAIL
[CSS Animations: property <vertical-align> from [super\] to [40%\] at (0.3) should be [super\]]
expected: FAIL
[Web Animations: property <vertical-align> from [inherit\] to [40px\] at (0.6) should be [64px\]]
expected: FAIL
[Web Animations: property <vertical-align> from neutral to [40px\] at (0.6) should be [28px\]]
expected: FAIL
[Web Animations: property <vertical-align> from [initial\] to [40px\] at (0.5) should be [40px\]]
expected: FAIL
[CSS Animations: property <vertical-align> from [super\] to [40%\] at (1.5) should be [40%\]]
expected: FAIL
[CSS Animations: property <vertical-align> from [unset\] to [40px\] at (0) should be [unset\]]
expected: FAIL
[Web Animations: property <vertical-align> from [40px\] to [40%\] at (-0.5) should be [calc(60px - 20%)\]]
expected: FAIL
[CSS Animations: property <vertical-align> from [super\] to [40%\] at (-0.3) should be [super\]]
expected: FAIL
[CSS Animations: property <vertical-align> from [initial\] to [40px\] at (0.6) should be [40px\]]
expected: FAIL
[Web Animations: property <vertical-align> from [initial\] to [40px\] at (0.3) should be [initial\]]
expected: FAIL
[CSS Animations: property <vertical-align> from [initial\] to [40px\] at (0.5) should be [40px\]]
expected: FAIL
[CSS Animations: property <vertical-align> from [unset\] to [40px\] at (1.5) should be [40px\]]
expected: FAIL
[Web Animations: property <vertical-align> from neutral to [40px\] at (0.3) should be [19px\]]
expected: FAIL
[Web Animations: property <vertical-align> from [super\] to [40%\] at (0.5) should be [40%\]]
expected: FAIL
[Web Animations: property <vertical-align> from [super\] to [40%\] at (-0.3) should be [super\]]
expected: FAIL
[Web Animations: property <vertical-align> from [inherit\] to [40px\] at (0.3) should be [82px\]]
expected: FAIL
[Web Animations: property <vertical-align> from [inherit\] to [40px\] at (0) should be [100px\]]
expected: FAIL
[CSS Animations: property <vertical-align> from [unset\] to [40px\] at (-0.3) should be [unset\]]
expected: FAIL
[Web Animations: property <vertical-align> from [super\] to [40%\] at (1.5) should be [40%\]]
expected: FAIL
[Web Animations: property <vertical-align> from [0px\] to [100px\] at (0.3) should be [30px\]]
expected: FAIL
[CSS Animations: property <vertical-align> from [initial\] to [40px\] at (0) should be [initial\]]
expected: FAIL
[Web Animations: property <vertical-align> from [40px\] to [40%\] at (1) should be [calc(0px + 40%)\]]
expected: FAIL
[Web Animations: property <vertical-align> from [super\] to [40%\] at (0.3) should be [super\]]
expected: FAIL
[Web Animations: property <vertical-align> from neutral to [40px\] at (0) should be [10px\]]
expected: FAIL
[Web Animations: property <vertical-align> from [0px\] to [100px\] at (1) should be [100px\]]
expected: FAIL
[Web Animations: property <vertical-align> from [0px\] to [100px\] at (1.5) should be [150px\]]
expected: FAIL
[Web Animations: property <vertical-align> from [unset\] to [40px\] at (0.6) should be [40px\]]
expected: FAIL
[Web Animations: property <vertical-align> from [unset\] to [40px\] at (0.5) should be [40px\]]
expected: FAIL
[Web Animations: property <vertical-align> from [inherit\] to [40px\] at (1.5) should be [10px\]]
expected: FAIL
[Web Animations: property <vertical-align> from [initial\] to [40px\] at (-0.3) should be [initial\]]
expected: FAIL
[CSS Animations: property <vertical-align> from [initial\] to [40px\] at (1) should be [40px\]]
expected: FAIL
[Web Animations: property <vertical-align> from [initial\] to [40px\] at (1) should be [40px\]]
expected: FAIL
[Web Animations: property <vertical-align> from [super\] to [40%\] at (0.6) should be [40%\]]
expected: FAIL
[Web Animations: property <vertical-align> from neutral to [40px\] at (1) should be [40px\]]
expected: FAIL
[CSS Animations: property <vertical-align> from [initial\] to [40px\] at (1.5) should be [40px\]]
expected: FAIL
[CSS Transitions with transition: all: property <vertical-align> from [40px\] to [40%\] at (1) should be [calc(0px + 40%)\]]
expected: FAIL
[CSS Animations: property <vertical-align> from [initial\] to [40px\] at (-0.3) should be [initial\]]
expected: FAIL
[CSS Animations: property <vertical-align> from [initial\] to [40px\] at (0.3) should be [initial\]]
expected: FAIL
[Web Animations: property <vertical-align> from [40px\] to [40%\] at (0.3) should be [calc(28px + 12%)\]]
expected: FAIL
[Web Animations: property <vertical-align> from [inherit\] to [40px\] at (-0.5) should be [130px\]]
expected: FAIL
[Web Animations: property <vertical-align> from [0px\] to [100px\] at (0) should be [0px\]]
expected: FAIL
[Web Animations: property <vertical-align> from [unset\] to [40px\] at (-0.3) should be [unset\]]
expected: FAIL
[Web Animations: property <vertical-align> from [unset\] to [40px\] at (0.3) should be [unset\]]
expected: FAIL
[CSS Animations: property <vertical-align> from [super\] to [40%\] at (0) should be [super\]]
expected: FAIL
[Web Animations: property <vertical-align> from [initial\] to [40px\] at (0.6) should be [40px\]]
expected: FAIL
[Web Animations: property <vertical-align> from [40px\] to [40%\] at (1.5) should be [calc(-20px + 60%)\]]
expected: FAIL
[Web Animations: property <vertical-align> from neutral to [40px\] at (1.5) should be [55px\]]
expected: FAIL
[Web Animations: property <vertical-align> from [super\] to [40%\] at (1) should be [40%\]]
expected: FAIL
[CSS Transitions: property <vertical-align> from [40px\] to [40%\] at (1) should be [calc(0px + 40%)\]]
expected: FAIL
[CSS Animations: property <vertical-align> from [super\] to [40%\] at (0.5) should be [40%\]]
expected: FAIL
[CSS Animations: property <vertical-align> from [unset\] to [40px\] at (0.6) should be [40px\]]
expected: FAIL
[Web Animations: property <vertical-align> from [unset\] to [40px\] at (1) should be [40px\]]
expected: FAIL
[CSS Animations: property <vertical-align> from [unset\] to [40px\] at (1) should be [40px\]]
expected: FAIL
[Web Animations: property <vertical-align> from [0px\] to [100px\] at (-0.5) should be [-50px\]]
expected: FAIL
[Web Animations: property <vertical-align> from [unset\] to [40px\] at (1.5) should be [40px\]]
expected: FAIL
[Web Animations: property <vertical-align> from [unset\] to [40px\] at (0) should be [unset\]]
expected: FAIL
[Web Animations: property <vertical-align> from [40px\] to [40%\] at (1) should be [40%\]]
expected: FAIL
[CSS Transitions: property <vertical-align> from neutral to [40px\] at (-0.5) should be [-5px\]]
expected: FAIL
[CSS Transitions: property <vertical-align> from neutral to [40px\] at (0) should be [10px\]]
expected: FAIL
[CSS Transitions: property <vertical-align> from neutral to [40px\] at (0.3) should be [19px\]]
expected: FAIL
[CSS Transitions: property <vertical-align> from neutral to [40px\] at (0.6) should be [28px\]]
expected: FAIL
[CSS Transitions: property <vertical-align> from neutral to [40px\] at (1) should be [40px\]]
expected: FAIL
[CSS Transitions: property <vertical-align> from neutral to [40px\] at (1.5) should be [55px\]]
expected: FAIL
[CSS Transitions with transition: all: property <vertical-align> from neutral to [40px\] at (-0.5) should be [-5px\]]
expected: FAIL
[CSS Transitions with transition: all: property <vertical-align> from neutral to [40px\] at (0) should be [10px\]]
expected: FAIL
[CSS Transitions with transition: all: property <vertical-align> from neutral to [40px\] at (0.3) should be [19px\]]
expected: FAIL
[CSS Transitions with transition: all: property <vertical-align> from neutral to [40px\] at (0.6) should be [28px\]]
expected: FAIL
[CSS Transitions with transition: all: property <vertical-align> from neutral to [40px\] at (1) should be [40px\]]
expected: FAIL
[CSS Transitions with transition: all: property <vertical-align> from neutral to [40px\] at (1.5) should be [55px\]]
expected: FAIL
[CSS Animations: property <vertical-align> from neutral to [40px\] at (-0.5) should be [-5px\]]
expected: FAIL
[CSS Animations: property <vertical-align> from neutral to [40px\] at (0) should be [10px\]]
expected: FAIL
[CSS Animations: property <vertical-align> from neutral to [40px\] at (0.3) should be [19px\]]
expected: FAIL
[CSS Animations: property <vertical-align> from neutral to [40px\] at (0.6) should be [28px\]]
expected: FAIL
[CSS Animations: property <vertical-align> from neutral to [40px\] at (1) should be [40px\]]
expected: FAIL
[CSS Animations: property <vertical-align> from neutral to [40px\] at (1.5) should be [55px\]]
expected: FAIL
[CSS Transitions: property <vertical-align> from [initial\] to [40px\] at (-0.3) should be [initial\]]
expected: FAIL
[CSS Transitions: property <vertical-align> from [initial\] to [40px\] at (0) should be [initial\]]
expected: FAIL
[CSS Transitions: property <vertical-align> from [initial\] to [40px\] at (0.3) should be [initial\]]
expected: FAIL
[CSS Transitions: property <vertical-align> from [initial\] to [40px\] at (0.5) should be [40px\]]
expected: FAIL
[CSS Transitions: property <vertical-align> from [initial\] to [40px\] at (0.6) should be [40px\]]
expected: FAIL
[CSS Transitions: property <vertical-align> from [initial\] to [40px\] at (1) should be [40px\]]
expected: FAIL
[CSS Transitions: property <vertical-align> from [initial\] to [40px\] at (1.5) should be [40px\]]
expected: FAIL
[CSS Transitions with transition: all: property <vertical-align> from [initial\] to [40px\] at (-0.3) should be [40px\]]
expected: FAIL
[CSS Transitions with transition: all: property <vertical-align> from [initial\] to [40px\] at (0) should be [40px\]]
expected: FAIL
[CSS Transitions with transition: all: property <vertical-align> from [initial\] to [40px\] at (0.3) should be [40px\]]
expected: FAIL
[CSS Transitions with transition: all: property <vertical-align> from [initial\] to [40px\] at (0.5) should be [40px\]]
expected: FAIL
[CSS Transitions with transition: all: property <vertical-align> from [initial\] to [40px\] at (0.6) should be [40px\]]
expected: FAIL
[CSS Transitions with transition: all: property <vertical-align> from [initial\] to [40px\] at (1) should be [40px\]]
expected: FAIL
[CSS Transitions with transition: all: property <vertical-align> from [initial\] to [40px\] at (1.5) should be [40px\]]
expected: FAIL
[CSS Transitions: property <vertical-align> from [inherit\] to [40px\] at (-0.5) should be [130px\]]
expected: FAIL
[CSS Transitions: property <vertical-align> from [inherit\] to [40px\] at (0) should be [100px\]]
expected: FAIL
[CSS Transitions: property <vertical-align> from [inherit\] to [40px\] at (0.3) should be [82px\]]
expected: FAIL
[CSS Transitions: property <vertical-align> from [inherit\] to [40px\] at (0.6) should be [64px\]]
expected: FAIL
[CSS Transitions: property <vertical-align> from [inherit\] to [40px\] at (1) should be [40px\]]
expected: FAIL
[CSS Transitions: property <vertical-align> from [inherit\] to [40px\] at (1.5) should be [10px\]]
expected: FAIL
[CSS Transitions with transition: all: property <vertical-align> from [inherit\] to [40px\] at (-0.5) should be [130px\]]
expected: FAIL
[CSS Transitions with transition: all: property <vertical-align> from [inherit\] to [40px\] at (0) should be [100px\]]
expected: FAIL
[CSS Transitions with transition: all: property <vertical-align> from [inherit\] to [40px\] at (0.3) should be [82px\]]
expected: FAIL
[CSS Transitions with transition: all: property <vertical-align> from [inherit\] to [40px\] at (0.6) should be [64px\]]
expected: FAIL
[CSS Transitions with transition: all: property <vertical-align> from [inherit\] to [40px\] at (1) should be [40px\]]
expected: FAIL
[CSS Transitions with transition: all: property <vertical-align> from [inherit\] to [40px\] at (1.5) should be [10px\]]
expected: FAIL
[CSS Animations: property <vertical-align> from [inherit\] to [40px\] at (-0.5) should be [130px\]]
expected: FAIL
[CSS Animations: property <vertical-align> from [inherit\] to [40px\] at (0) should be [100px\]]
expected: FAIL
[CSS Animations: property <vertical-align> from [inherit\] to [40px\] at (0.3) should be [82px\]]
expected: FAIL
[CSS Animations: property <vertical-align> from [inherit\] to [40px\] at (0.6) should be [64px\]]
expected: FAIL
[CSS Animations: property <vertical-align> from [inherit\] to [40px\] at (1) should be [40px\]]
expected: FAIL
[CSS Animations: property <vertical-align> from [inherit\] to [40px\] at (1.5) should be [10px\]]
expected: FAIL
[CSS Transitions: property <vertical-align> from [unset\] to [40px\] at (-0.3) should be [unset\]]
expected: FAIL
[CSS Transitions: property <vertical-align> from [unset\] to [40px\] at (0) should be [unset\]]
expected: FAIL
[CSS Transitions: property <vertical-align> from [unset\] to [40px\] at (0.3) should be [unset\]]
expected: FAIL
[CSS Transitions: property <vertical-align> from [unset\] to [40px\] at (0.5) should be [40px\]]
expected: FAIL
[CSS Transitions: property <vertical-align> from [unset\] to [40px\] at (0.6) should be [40px\]]
expected: FAIL
[CSS Transitions: property <vertical-align> from [unset\] to [40px\] at (1) should be [40px\]]
expected: FAIL
[CSS Transitions: property <vertical-align> from [unset\] to [40px\] at (1.5) should be [40px\]]
expected: FAIL
[CSS Transitions with transition: all: property <vertical-align> from [unset\] to [40px\] at (-0.3) should be [40px\]]
expected: FAIL
[CSS Transitions with transition: all: property <vertical-align> from [unset\] to [40px\] at (0) should be [40px\]]
expected: FAIL
[CSS Transitions with transition: all: property <vertical-align> from [unset\] to [40px\] at (0.3) should be [40px\]]
expected: FAIL
[CSS Transitions with transition: all: property <vertical-align> from [unset\] to [40px\] at (0.5) should be [40px\]]
expected: FAIL
[CSS Transitions with transition: all: property <vertical-align> from [unset\] to [40px\] at (0.6) should be [40px\]]
expected: FAIL
[CSS Transitions with transition: all: property <vertical-align> from [unset\] to [40px\] at (1) should be [40px\]]
expected: FAIL
[CSS Transitions with transition: all: property <vertical-align> from [unset\] to [40px\] at (1.5) should be [40px\]]
expected: FAIL
[CSS Transitions: property <vertical-align> from [0px\] to [100px\] at (-0.5) should be [-50px\]]
expected: FAIL
[CSS Transitions: property <vertical-align> from [0px\] to [100px\] at (0) should be [0px\]]
expected: FAIL
[CSS Transitions: property <vertical-align> from [0px\] to [100px\] at (0.3) should be [30px\]]
expected: FAIL
[CSS Transitions: property <vertical-align> from [0px\] to [100px\] at (0.6) should be [60px\]]
expected: FAIL
[CSS Transitions: property <vertical-align> from [0px\] to [100px\] at (1) should be [100px\]]
expected: FAIL
[CSS Transitions: property <vertical-align> from [0px\] to [100px\] at (1.5) should be [150px\]]
expected: FAIL
[CSS Transitions with transition: all: property <vertical-align> from [0px\] to [100px\] at (-0.5) should be [-50px\]]
expected: FAIL
[CSS Transitions with transition: all: property <vertical-align> from [0px\] to [100px\] at (0) should be [0px\]]
expected: FAIL
[CSS Transitions with transition: all: property <vertical-align> from [0px\] to [100px\] at (0.3) should be [30px\]]
expected: FAIL
[CSS Transitions with transition: all: property <vertical-align> from [0px\] to [100px\] at (0.6) should be [60px\]]
expected: FAIL
[CSS Transitions with transition: all: property <vertical-align> from [0px\] to [100px\] at (1) should be [100px\]]
expected: FAIL
[CSS Transitions with transition: all: property <vertical-align> from [0px\] to [100px\] at (1.5) should be [150px\]]
expected: FAIL
[CSS Animations: property <vertical-align> from [0px\] to [100px\] at (-0.5) should be [-50px\]]
expected: FAIL
[CSS Animations: property <vertical-align> from [0px\] to [100px\] at (0) should be [0px\]]
expected: FAIL
[CSS Animations: property <vertical-align> from [0px\] to [100px\] at (0.3) should be [30px\]]
expected: FAIL
[CSS Animations: property <vertical-align> from [0px\] to [100px\] at (0.6) should be [60px\]]
expected: FAIL
[CSS Animations: property <vertical-align> from [0px\] to [100px\] at (1) should be [100px\]]
expected: FAIL
[CSS Animations: property <vertical-align> from [0px\] to [100px\] at (1.5) should be [150px\]]
expected: FAIL
[CSS Transitions: property <vertical-align> from [40px\] to [40%\] at (-0.5) should be [calc(60px - 20%)\]]
expected: FAIL
[CSS Transitions: property <vertical-align> from [40px\] to [40%\] at (0) should be [calc(40px + 0%)\]]
expected: FAIL
[CSS Transitions: property <vertical-align> from [40px\] to [40%\] at (0.3) should be [calc(28px + 12%)\]]
expected: FAIL
[CSS Transitions: property <vertical-align> from [40px\] to [40%\] at (1) should be [40%\]]
expected: FAIL
[CSS Transitions: property <vertical-align> from [40px\] to [40%\] at (1.5) should be [calc(-20px + 60%)\]]
expected: FAIL
[CSS Transitions with transition: all: property <vertical-align> from [40px\] to [40%\] at (-0.5) should be [calc(60px - 20%)\]]
expected: FAIL
[CSS Transitions with transition: all: property <vertical-align> from [40px\] to [40%\] at (0) should be [calc(40px + 0%)\]]
expected: FAIL
[CSS Transitions with transition: all: property <vertical-align> from [40px\] to [40%\] at (0.3) should be [calc(28px + 12%)\]]
expected: FAIL
[CSS Transitions with transition: all: property <vertical-align> from [40px\] to [40%\] at (1) should be [40%\]]
expected: FAIL
[CSS Transitions with transition: all: property <vertical-align> from [40px\] to [40%\] at (1.5) should be [calc(-20px + 60%)\]]
expected: FAIL
[CSS Animations: property <vertical-align> from [40px\] to [40%\] at (-0.5) should be [calc(60px - 20%)\]]
expected: FAIL
[CSS Animations: property <vertical-align> from [40px\] to [40%\] at (0) should be [calc(40px + 0%)\]]
expected: FAIL
[CSS Animations: property <vertical-align> from [40px\] to [40%\] at (0.3) should be [calc(28px + 12%)\]]
expected: FAIL
[CSS Animations: property <vertical-align> from [40px\] to [40%\] at (1) should be [40%\]]
expected: FAIL
[CSS Animations: property <vertical-align> from [40px\] to [40%\] at (1.5) should be [calc(-20px + 60%)\]]
expected: FAIL
[CSS Transitions: property <vertical-align> from [super\] to [40%\] at (-0.3) should be [super\]]
expected: FAIL
[CSS Transitions: property <vertical-align> from [super\] to [40%\] at (0) should be [super\]]
expected: FAIL
[CSS Transitions: property <vertical-align> from [super\] to [40%\] at (0.3) should be [super\]]
expected: FAIL
[CSS Transitions: property <vertical-align> from [super\] to [40%\] at (0.5) should be [40%\]]
expected: FAIL
[CSS Transitions: property <vertical-align> from [super\] to [40%\] at (0.6) should be [40%\]]
expected: FAIL
[CSS Transitions: property <vertical-align> from [super\] to [40%\] at (1) should be [40%\]]
expected: FAIL
[CSS Transitions: property <vertical-align> from [super\] to [40%\] at (1.5) should be [40%\]]
expected: FAIL
[CSS Transitions with transition: all: property <vertical-align> from [super\] to [40%\] at (-0.3) should be [40%\]]
expected: FAIL
[CSS Transitions with transition: all: property <vertical-align> from [super\] to [40%\] at (0) should be [40%\]]
expected: FAIL
[CSS Transitions with transition: all: property <vertical-align> from [super\] to [40%\] at (0.3) should be [40%\]]
expected: FAIL
[CSS Transitions with transition: all: property <vertical-align> from [super\] to [40%\] at (0.5) should be [40%\]]
expected: FAIL
[CSS Transitions with transition: all: property <vertical-align> from [super\] to [40%\] at (0.6) should be [40%\]]
expected: FAIL
[CSS Transitions with transition: all: property <vertical-align> from [super\] to [40%\] at (1) should be [40%\]]
expected: FAIL
[CSS Transitions with transition: all: property <vertical-align> from [super\] to [40%\] at (1.5) should be [40%\]]
expected: FAIL

View file

@ -0,0 +1,246 @@
[z-index-interpolation.html]
[Web Animations: property <z-index> from [unset\] to [5\] at (1.5) should be [5\]]
expected: FAIL
[Web Animations: property <z-index> from [2\] to [4\] at (0.3) should be [3\]]
expected: FAIL
[Web Animations: property <z-index> from [auto\] to [10\] at (1.5) should be [10\]]
expected: FAIL
[CSS Animations: property <z-index> from [unset\] to [5\] at (0.3) should be [unset\]]
expected: FAIL
[CSS Animations: property <z-index> from [initial\] to [5\] at (1) should be [5\]]
expected: FAIL
[CSS Animations: property <z-index> from [initial\] to [5\] at (1.5) should be [5\]]
expected: FAIL
[Web Animations: property <z-index> from [auto\] to [10\] at (-0.3) should be [auto\]]
expected: FAIL
[Web Animations: property <z-index> from neutral to [5\] at (-0.3) should be [-4\]]
expected: FAIL
[Web Animations: property <z-index> from neutral to [5\] at (1.5) should be [9\]]
expected: FAIL
[CSS Animations: property <z-index> from [initial\] to [5\] at (0) should be [initial\]]
expected: FAIL
[Web Animations: property <z-index> from [2\] to [4\] at (-0.3) should be [1\]]
expected: FAIL
[Web Animations: property <z-index> from [initial\] to [5\] at (0.6) should be [5\]]
expected: FAIL
[CSS Animations: property <z-index> from [auto\] to [10\] at (0.5) should be [10\]]
expected: FAIL
[Web Animations: property <z-index> from neutral to [5\] at (1) should be [5\]]
expected: FAIL
[CSS Animations: property <z-index> from [unset\] to [5\] at (0.5) should be [5\]]
expected: FAIL
[CSS Animations: property <z-index> from [unset\] to [5\] at (1.5) should be [5\]]
expected: FAIL
[Web Animations: property <z-index> from [initial\] to [5\] at (0.5) should be [5\]]
expected: FAIL
[Web Animations: property <z-index> from [inherit\] to [5\] at (1.5) should be [0\]]
expected: FAIL
[Web Animations: property <z-index> from [-2\] to [-4\] at (1.5) should be [-5\]]
expected: FAIL
[Web Animations: property <z-index> from [2\] to [4\] at (0.6) should be [3\]]
expected: FAIL
[Web Animations: property <z-index> from [-2\] to [-4\] at (0) should be [-2\]]
expected: FAIL
[Web Animations: property <z-index> from [-2\] to [-4\] at (1) should be [-4\]]
expected: FAIL
[Web Animations: property <z-index> from [-2\] to [-4\] at (0.3) should be [-3\]]
expected: FAIL
[Web Animations: property <z-index> from [-5\] to [5\] at (1) should be [5\]]
expected: FAIL
[Web Animations: property <z-index> from [initial\] to [5\] at (0.3) should be [initial\]]
expected: FAIL
[Web Animations: property <z-index> from [initial\] to [5\] at (1.5) should be [5\]]
expected: FAIL
[CSS Animations: property <z-index> from [initial\] to [5\] at (-0.3) should be [initial\]]
expected: FAIL
[Web Animations: property <z-index> from [initial\] to [5\] at (0) should be [initial\]]
expected: FAIL
[Web Animations: property <z-index> from [2\] to [4\] at (0) should be [2\]]
expected: FAIL
[Web Animations: property <z-index> from [inherit\] to [5\] at (-0.3) should be [18\]]
expected: FAIL
[Web Animations: property <z-index> from neutral to [5\] at (0.6) should be [2\]]
expected: FAIL
[Web Animations: property <z-index> from [unset\] to [5\] at (0) should be [unset\]]
expected: FAIL
[CSS Animations: property <z-index> from [auto\] to [10\] at (1) should be [10\]]
expected: FAIL
[Web Animations: property <z-index> from [2\] to [4\] at (1) should be [4\]]
expected: FAIL
[Web Animations: property <z-index> from [inherit\] to [5\] at (0.3) should be [12\]]
expected: FAIL
[Web Animations: property <z-index> from [auto\] to [10\] at (0) should be [auto\]]
expected: FAIL
[Web Animations: property <z-index> from [inherit\] to [5\] at (0.6) should be [9\]]
expected: FAIL
[Web Animations: property <z-index> from neutral to [5\] at (0.3) should be [0\]]
expected: FAIL
[CSS Animations: property <z-index> from [auto\] to [10\] at (1.5) should be [10\]]
expected: FAIL
[CSS Animations: property <z-index> from [unset\] to [5\] at (0.6) should be [5\]]
expected: FAIL
[Web Animations: property <z-index> from [-5\] to [5\] at (0.6) should be [1\]]
expected: FAIL
[CSS Animations: property <z-index> from [unset\] to [5\] at (1) should be [5\]]
expected: FAIL
[Web Animations: property <z-index> from [unset\] to [5\] at (0.5) should be [5\]]
expected: FAIL
[Web Animations: property <z-index> from [2\] to [4\] at (1.5) should be [5\]]
expected: FAIL
[Web Animations: property <z-index> from [-5\] to [5\] at (0.3) should be [-2\]]
expected: FAIL
[CSS Animations: property <z-index> from [auto\] to [10\] at (0.3) should be [auto\]]
expected: FAIL
[Web Animations: property <z-index> from [unset\] to [5\] at (1) should be [5\]]
expected: FAIL
[Web Animations: property <z-index> from [initial\] to [5\] at (1) should be [5\]]
expected: FAIL
[Web Animations: property <z-index> from [-2\] to [-4\] at (0.6) should be [-3\]]
expected: FAIL
[Web Animations: property <z-index> from [-2\] to [-4\] at (-0.3) should be [-1\]]
expected: FAIL
[Web Animations: property <z-index> from [-5\] to [5\] at (-0.3) should be [-8\]]
expected: FAIL
[CSS Animations: property <z-index> from [auto\] to [10\] at (0) should be [auto\]]
expected: FAIL
[CSS Animations: property <z-index> from [unset\] to [5\] at (-0.3) should be [unset\]]
expected: FAIL
[Web Animations: property <z-index> from [-2\] to [-4\] at (0.1) should be [-2\]]
expected: FAIL
[Web Animations: property <z-index> from [-5\] to [5\] at (1.5) should be [10\]]
expected: FAIL
[Web Animations: property <z-index> from [-5\] to [5\] at (0) should be [-5\]]
expected: FAIL
[Web Animations: property <z-index> from neutral to [5\] at (0) should be [-2\]]
expected: FAIL
[Web Animations: property <z-index> from [inherit\] to [5\] at (0) should be [15\]]
expected: FAIL
[Web Animations: property <z-index> from [unset\] to [5\] at (-0.3) should be [unset\]]
expected: FAIL
[Web Animations: property <z-index> from [unset\] to [5\] at (0.6) should be [5\]]
expected: FAIL
[Web Animations: property <z-index> from [unset\] to [5\] at (0.3) should be [unset\]]
expected: FAIL
[CSS Animations: property <z-index> from [initial\] to [5\] at (0.6) should be [5\]]
expected: FAIL
[Web Animations: property <z-index> from [auto\] to [10\] at (0.5) should be [10\]]
expected: FAIL
[CSS Animations: property <z-index> from [initial\] to [5\] at (0.5) should be [5\]]
expected: FAIL
[Web Animations: property <z-index> from [auto\] to [10\] at (0.3) should be [auto\]]
expected: FAIL
[Web Animations: property <z-index> from [auto\] to [10\] at (0.6) should be [10\]]
expected: FAIL
[Web Animations: property <z-index> from [inherit\] to [5\] at (1) should be [5\]]
expected: FAIL
[CSS Animations: property <z-index> from [unset\] to [5\] at (0) should be [unset\]]
expected: FAIL
[CSS Animations: property <z-index> from [auto\] to [10\] at (-0.3) should be [auto\]]
expected: FAIL
[CSS Animations: property <z-index> from [initial\] to [5\] at (0.3) should be [initial\]]
expected: FAIL
[Web Animations: property <z-index> from [auto\] to [10\] at (1) should be [10\]]
expected: FAIL
[Web Animations: property <z-index> from [initial\] to [5\] at (-0.3) should be [initial\]]
expected: FAIL
[CSS Animations: property <z-index> from [auto\] to [10\] at (0.6) should be [10\]]
expected: FAIL
[CSS Transitions: property <z-index> from [initial\] to [5\] at (-0.3) should be [initial\]]
expected: FAIL
[CSS Transitions: property <z-index> from [initial\] to [5\] at (0) should be [initial\]]
expected: FAIL
[CSS Transitions: property <z-index> from [initial\] to [5\] at (0.3) should be [initial\]]
expected: FAIL
[CSS Transitions: property <z-index> from [unset\] to [5\] at (-0.3) should be [unset\]]
expected: FAIL
[CSS Transitions: property <z-index> from [unset\] to [5\] at (0) should be [unset\]]
expected: FAIL
[CSS Transitions: property <z-index> from [unset\] to [5\] at (0.3) should be [unset\]]
expected: FAIL
[CSS Transitions: property <z-index> from [auto\] to [10\] at (-0.3) should be [auto\]]
expected: FAIL
[CSS Transitions: property <z-index> from [auto\] to [10\] at (0) should be [auto\]]
expected: FAIL
[CSS Transitions: property <z-index> from [auto\] to [10\] at (0.3) should be [auto\]]
expected: FAIL

View file

@ -0,0 +1,3 @@
[display-none-no-animations.html]
[Transitions and animations should not occur on display:none elements.]
expected: FAIL

View file

@ -0,0 +1,2 @@
[dynamic-root-element.html]
expected: CRASH

View file

@ -0,0 +1,82 @@
[event-dispatch.tentative.html]
[Call Animation.cancel after canceling transition.]
expected: FAIL
[Before -> Idle (Animation.timeline = null)]
expected: FAIL
[After -> Before]
expected: FAIL
[Active -> Idle, with positive delay (display: none)]
expected: FAIL
[Calculating the interval start and end time with negative start delay.]
expected: FAIL
[Set timeline and play transition after clear the timeline]
expected: FAIL
[Cancel the transition after clearing the target effect]
expected: FAIL
[Active -> Idle, no delay (display: none)]
expected: FAIL
[Calculating the interval start and end time with negative end delay.]
expected: FAIL
[Idle -> Pending or Before]
expected: FAIL
[Set null target effect after canceling the transition]
expected: FAIL
[Active -> Idle, with negative delay (display: none)]
expected: FAIL
[Active -> Idle, with negative delay (Animation.timeline = null)]
expected: FAIL
[Active -> Before]
expected: FAIL
[Restart transition after canceling transition immediately]
expected: FAIL
[Before -> Active]
expected: FAIL
[Idle or Pending -> After]
expected: FAIL
[Active -> Idle, with positive delay (Animation.timeline = null)]
expected: FAIL
[Active -> Idle, no delay (Animation.timeline = null)]
expected: FAIL
[Idle or Pending -> Active]
expected: FAIL
[Active -> After]
expected: FAIL
[Call Animation.cancel after restarting transition immediately]
expected: FAIL
[Idle -> Before]
expected: FAIL
[Before -> After]
expected: FAIL
[Before -> Idle (display: none)]
expected: FAIL
[After -> Active]
expected: FAIL
[Cancel the transition after it finishes]
expected: FAIL

View file

@ -0,0 +1,10 @@
[events-005.html]
[padding-left, padding]
expected: FAIL
[padding, padding-left]
expected: FAIL
[property repetition]
expected: FAIL

View file

@ -0,0 +1,19 @@
[idlharness.html]
[HTMLElement interface: attribute ontransitionstart]
expected: FAIL
[HTMLElement interface: document must inherit property "ontransitionstart" with the proper type]
expected: FAIL
[Window interface: window must inherit property "ontransitionstart" with the proper type]
expected: FAIL
[Document interface: attribute ontransitionstart]
expected: FAIL
[Document interface: document must inherit property "ontransitionstart" with the proper type]
expected: FAIL
[Window interface: attribute ontransitionstart]
expected: FAIL

View file

@ -0,0 +1,3 @@
[inert-while-transitioning-to-display-none.html]
[Elements which are transitioning to display:none should be inert.]
expected: FAIL

View file

@ -0,0 +1,2 @@
[inherit-background-color-transition.html]
expected: TIMEOUT

View file

@ -0,0 +1,4 @@
[non-rendered-element-004.tentative.html]
[Transitions on ::marker pseudo-elements are canceled when the parent display type is no longer list-item]
expected: FAIL

View file

@ -0,0 +1,24 @@
[transition-computed.html]
[Property transition value '1s -3s']
expected: FAIL
[Property transition value '1s -3s, cubic-bezier(0, -2, 1, 3) top']
expected: FAIL
[Property transition value 'none']
expected: FAIL
[Property transition value '1s']
expected: FAIL
[Property transition value 'cubic-bezier(0, -2, 1, 3)']
expected: FAIL
[Property transition value '1s -3s cubic-bezier(0, -2, 1, 3) top']
expected: FAIL
[Property transition value 'top']
expected: FAIL
[Default transition value]
expected: FAIL

View file

@ -0,0 +1,6 @@
[transition-property-invalid.html]
[e.style['transition-property'\] = "revert-layer, top" should not set the property value]
expected: FAIL
[e.style['transition-property'\] = "top, revert-layer" should not set the property value]
expected: FAIL

View file

@ -0,0 +1,13 @@
[transition-timing-function-computed.html]
[Property transition-timing-function value 'steps(2, jump-both)']
expected: FAIL
[Property transition-timing-function value 'steps(2, jump-end)']
expected: FAIL
[Property transition-timing-function value 'steps(2, jump-start)']
expected: FAIL
[Property transition-timing-function value 'steps(2, jump-none)']
expected: FAIL

View file

@ -0,0 +1,21 @@
[transition-timing-function-valid.html]
[e.style['transition-timing-function'\] = "steps(2, jump-none)" should set the property value]
expected: FAIL
[e.style['transition-timing-function'\] = "steps(2, jump-both)" should set the property value]
expected: FAIL
[e.style['transition-timing-function'\] = "steps(2, jump-end)" should set the property value]
expected: FAIL
[e.style['transition-timing-function'\] = "steps(2, jump-start)" should set the property value]
expected: FAIL
[e.style['transition-timing-function'\] = "linear(0 0%, 0.5 50%, 1 100%)" should set the property value]
expected: FAIL
[e.style['transition-timing-function'\] = "linear(0 0%, 10 10%, 10 50%, 25.4 75%, 100 100%)" should set the property value]
expected: FAIL
[e.style['transition-timing-function'\] = "linear(0 0%, 1 100%)" should set the property value]
expected: FAIL

View file

@ -0,0 +1,2 @@
[properties-value-001.html]
disabled: https://bugzilla.mozilla.org/show_bug.cgi?id=1472172

View file

@ -0,0 +1,2 @@
[properties-value-002.html]
disabled: https://bugzilla.mozilla.org/show_bug.cgi?id=1472172

View file

@ -0,0 +1,2 @@
[properties-value-003.html]
disabled: https://bugzilla.mozilla.org/show_bug.cgi?id=1472172

View file

@ -0,0 +1,85 @@
[properties-value-auto-001.html]
[top auto(to) / values]
expected: FAIL
[z-index auto(to) / values]
expected: FAIL
[left auto(to) / values]
expected: FAIL
[margin-bottom auto(from) / values]
expected: FAIL
[margin-bottom auto(to) / values]
expected: FAIL
[right auto(from) / values]
expected: FAIL
[marker-offset auto(to) / events]
expected: FAIL
[height auto(to) / values]
expected: FAIL
[marker-offset auto(from) / events]
expected: FAIL
[margin-top auto(from) / values]
expected: FAIL
[width auto(from) / values]
expected: FAIL
[margin-left auto(from) / values]
expected: FAIL
[margin-right auto(from) / values]
expected: FAIL
[margin-top auto(to) / values]
expected: FAIL
[clip auto(from) / values]
expected: FAIL
[marker-offset auto(to) / values]
expected: FAIL
[bottom auto(to) / values]
expected: FAIL
[marker-offset auto(from) / values]
expected: FAIL
[z-index auto(from) / values]
expected: FAIL
[width auto(to) / values]
expected: FAIL
[height auto(from) / values]
expected: FAIL
[margin-right auto(to) / values]
expected: FAIL
[right auto(to) / values]
expected: FAIL
[margin-left auto(to) / values]
expected: FAIL
[top auto(from) / values]
expected: FAIL
[bottom auto(from) / values]
expected: FAIL
[clip auto(to) / values]
expected: FAIL
[left auto(from) / values]
expected: FAIL

View file

@ -0,0 +1,2 @@
[properties-value-implicit-001.html]
disabled: https://bugzilla.mozilla.org/show_bug.cgi?id=1472172

View file

@ -0,0 +1,2 @@
[properties-value-inherit-001.html]
disabled: https://bugzilla.mozilla.org/show_bug.cgi?id=1472172

View file

@ -0,0 +1,2 @@
[properties-value-inherit-002.html]
disabled: https://bugzilla.mozilla.org/show_bug.cgi?id=1472172

View file

@ -0,0 +1,2 @@
[properties-value-inherit-003.html]
disabled: https://bugzilla.mozilla.org/show_bug.cgi?id=1472172

View file

@ -0,0 +1,2 @@
[pseudo-elements-001.html]
disabled: https://bugzilla.mozilla.org/show_bug.cgi?id=1472172

View file

@ -0,0 +1,4 @@
[pseudo-elements-002.html]
[Check that transitions run on a pseudo element whose ancestor changes display type.]
expected: FAIL

View file

@ -0,0 +1,3 @@
[retargetted-transition-with-box-sizing.html]
[Retargeting transitions on box size relative transitions should work.]
expected: FAIL

View file

@ -0,0 +1,2 @@
[root-color-transition.html]
expected: TIMEOUT

View file

@ -0,0 +1,3 @@
[transition-001.html]
[parse '1s width linear(0, .5 10% 20%, 1, .5 50%, 1) 2s']
expected: FAIL

View file

@ -0,0 +1,4 @@
[transition-duration-shorthand.html]
[transition-duration when looking at shorthand properties should be correct]
expected: FAIL

View file

@ -0,0 +1,3 @@
[transition-events-with-document-change.html]
[transition events for an element changing document]
expected: FAIL

View file

@ -0,0 +1,4 @@
[zero-duration-multiple-transition.html]
[transition-duration of 0 prevents earlier transitions with the same property from starting.]
expected: FAIL