Update web-platform-tests to revision 6aef6676d2f95c29de17666cc70d61b517939fbf

This commit is contained in:
WPT Sync Bot 2018-08-18 21:26:51 -04:00
parent cd0e7e7ebb
commit 3ebfea9f10
250 changed files with 2846 additions and 702 deletions

View file

@ -0,0 +1,4 @@
[AnimationEffect-getComputedTiming.tentative.html]
[AnimationEffect.getComputedTiming() for CSS transitions]
expected: FAIL

View file

@ -0,0 +1,4 @@
[CSSPseudoElement-getAnimations.tentative.html]
[CSSPseudoElement.getAnimations() for CSS transitions]
expected: FAIL

View file

@ -0,0 +1,4 @@
[CSSTransition-canceling.tentative.html]
[Canceling a CSS transition]
expected: FAIL

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -0,0 +1,4 @@
[Document-getAnimations.tentative.html]
[Document.getAnimations() for CSS transitions]
expected: FAIL

View file

@ -0,0 +1,4 @@
[Element-getAnimations.tentative.html]
[Element.getAnimations() for CSS transitions]
expected: FAIL

View file

@ -0,0 +1,4 @@
[KeyframeEffect-getKeyframes.tentative.html]
[KeyframeEffect.getKeyframes() for CSS transitions]
expected: FAIL

View file

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

View file

@ -3,3 +3,6 @@
[transition height from 10px to 100px / events]
expected: FAIL
[CSS Transitions Test: Transitioning before DOMContentLoaded event]
expected: FAIL

View file

@ -3,3 +3,6 @@
[transition height from 10px to 100px / events]
expected: FAIL
[CSS Transitions Test: Transitioning before load event]
expected: FAIL

View file

@ -3,3 +3,6 @@
[changing transition-property / values]
expected: FAIL
[CSS Transitions Test: behavior when transition parameters change while transitioning]
expected: FAIL

View file

@ -0,0 +1,4 @@
[event-dispatch.tentative.html]
[CSS transition event dispatch]
expected: FAIL

View file

@ -0,0 +1,4 @@
[events-001.html]
[CSS Transitions Test: transitionend event for shorthand property]
expected: FAIL

View file

@ -18,3 +18,6 @@
[padding-left, padding]
expected: FAIL
[CSS Transitions Test: transitionend event with property specificity]
expected: FAIL

View file

@ -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

View file

@ -0,0 +1,4 @@
[events-007.html]
[CSS Transitions Test: no transitionend event after display:none]
expected: FAIL

View file

@ -0,0 +1,4 @@
[hidden-container-001.html]
[CSS Transitions Test: Not Transitioning within hidden element]
expected: FAIL

View file

@ -0,0 +1,4 @@
[transition-001.html]
[CSS Transitions Test: Parsing transition shorthand]
expected: FAIL

View file

@ -0,0 +1,4 @@
[transition-delay-001.html]
[CSS Transitions Test: Parsing transition-delay]
expected: FAIL

View file

@ -0,0 +1,4 @@
[transition-duration-001.html]
[CSS Transitions Test: Parsing transition-duration]
expected: FAIL

View file

@ -0,0 +1,4 @@
[transition-property-001.html]
[CSS Transitions Test: Parsing transition-property]
expected: FAIL

View file

@ -6,3 +6,6 @@
[parse 'all, none']
expected: FAIL
[CSS Transitions Test: Parsing invalid transition-property]
expected: FAIL

View file

@ -0,0 +1,4 @@
[transition-timing-function-001.html]
[CSS Transitions Test: Parsing transition-timing-function]
expected: FAIL