mirror of
https://github.com/servo/servo.git
synced 2025-08-13 01:15:34 +01:00
Update web-platform-tests to revision 6aef6676d2f95c29de17666cc70d61b517939fbf
This commit is contained in:
parent
cd0e7e7ebb
commit
3ebfea9f10
250 changed files with 2846 additions and 702 deletions
|
@ -0,0 +1,4 @@
|
|||
[AnimationEffect-getComputedTiming.tentative.html]
|
||||
[AnimationEffect.getComputedTiming() for CSS transitions]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[CSSPseudoElement-getAnimations.tentative.html]
|
||||
[CSSPseudoElement.getAnimations() for CSS transitions]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[CSSTransition-canceling.tentative.html]
|
||||
[Canceling a CSS transition]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[CSSTransition-currentTime.tentative.html]
|
||||
[CSSTransition.currentTime]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[CSSTransition-effect.tentative.html]
|
||||
[CSSTransition.effect]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[CSSTransition-finished.tentative.html]
|
||||
[CSSTransition.finished]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[CSSTransition-ready.tentative.html]
|
||||
[CSSTransition.ready]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[CSSTransition-startTime.tentative.html]
|
||||
[CSSTransition.startTime]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[CSSTransition-transitionProperty.tentative.html]
|
||||
[CSSTransition.transitionProperty]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[Document-getAnimations.tentative.html]
|
||||
[Document.getAnimations() for CSS transitions]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[Element-getAnimations.tentative.html]
|
||||
[Element.getAnimations() for CSS transitions]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[KeyframeEffect-getKeyframes.tentative.html]
|
||||
[KeyframeEffect.getKeyframes() for CSS transitions]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[KeyframeEffect-target.tentative.html]
|
||||
[CSSTransition.effect.target]
|
||||
expected: FAIL
|
||||
|
|
@ -3,3 +3,6 @@
|
|||
[transition height from 10px to 100px / events]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions Test: Transitioning before DOMContentLoaded event]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -3,3 +3,6 @@
|
|||
[transition height from 10px to 100px / events]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions Test: Transitioning before load event]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -3,3 +3,6 @@
|
|||
[changing transition-property / values]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions Test: behavior when transition parameters change while transitioning]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
[event-dispatch.tentative.html]
|
||||
[CSS transition event dispatch]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[events-001.html]
|
||||
[CSS Transitions Test: transitionend event for shorthand property]
|
||||
expected: FAIL
|
||||
|
|
@ -18,3 +18,6 @@
|
|||
[padding-left, padding]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions Test: transitionend event with property specificity]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
[events-006.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[transition padding-left on :before / events]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -13,3 +12,6 @@
|
|||
[transition padding-left on ::after]
|
||||
expected: NOTRUN
|
||||
|
||||
[CSS Transitions Test: transitionend event for pseudo elements]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
[events-007.html]
|
||||
[CSS Transitions Test: no transitionend event after display:none]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[hidden-container-001.html]
|
||||
[CSS Transitions Test: Not Transitioning within hidden element]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[transition-001.html]
|
||||
[CSS Transitions Test: Parsing transition shorthand]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[transition-delay-001.html]
|
||||
[CSS Transitions Test: Parsing transition-delay]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[transition-duration-001.html]
|
||||
[CSS Transitions Test: Parsing transition-duration]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[transition-property-001.html]
|
||||
[CSS Transitions Test: Parsing transition-property]
|
||||
expected: FAIL
|
||||
|
|
@ -6,3 +6,6 @@
|
|||
[parse 'all, none']
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions Test: Parsing invalid transition-property]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
[transition-timing-function-001.html]
|
||||
[CSS Transitions Test: Parsing transition-timing-function]
|
||||
expected: FAIL
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue