Update CSS tests to revision 2baa72daab8bf37e3e910a9fd311a1eaa5b0f4a8

This commit is contained in:
James Graham 2015-07-27 17:47:31 +01:00
parent 662c00a810
commit df03062d62
10934 changed files with 428309 additions and 254265 deletions

View file

@ -10,6 +10,7 @@ events-003 transitionend event with negative delay dom,script http://www.w3.org
events-004 transitionend event with non matching lists dom,script http://www.w3.org/TR/css3-transitions/#list-matching,http://www.w3.org/TR/css3-transitions/#transition-events 92faab884a109828f5afbeeb3b913536a3418b9b `Rodney Rehm`<http://rodneyrehm.de/en/> Test checks that non-matching lists are properly resolved
events-005 transitionend event with property specificity dom,script http://www.w3.org/TR/css3-transitions/#transition-property-property,http://www.w3.org/TR/css3-transitions/#transition-events 50a9e339280106876cad63ad72e09526d926b464 `Rodney Rehm`<http://rodneyrehm.de/en/> Test checks that property specificity is properly resolved
events-006 transitionend event for pseudo elements dom,script http://www.w3.org/TR/css3-transitions/#transition-events,http://www.w3.org/TR/CSS21/generate.html#before-after-content,http://www.w3.org/TR/css3-content/ 8f08a369570e84a89e5aa2c51b27fe7a7cd5628a `Rodney Rehm`<http://rodneyrehm.de/en/> Test checks that TransitionEnd events are fired for pseudo-elements
events-007 no transitionend event after display:none dom,script http://www.w3.org/TR/css3-transitions/#transition-events,https://lists.w3.org/Archives/Public/www-style/2015Apr/0405.html 669e841ed69c829aa5d3e5e6109adfedc60a5555 `Chris Rebert`<http://chrisrebert.com> Making an element display:none; while it has a transition in progress should prevent a transitionend event from getting fired.
hidden-container-001 Not Transitioning within hidden element dom,script http://www.w3.org/TR/css3-transitions/#transitions e689df42d8bf76ca1c5ec9e9e49bfabd1852988d `Rodney Rehm`<http://rodneyrehm.de/en/> Test checks that transitions are NOT run within hidden elements
properties-value-001 Intermediate Property Values dom,script http://www.w3.org/TR/css3-transitions/#transitions,http://www.w3.org/TR/css3-transitions/#animatable-css 2f30f4afd96d5bcc15f2a673f732a7db32551344 `Rodney Rehm`<http://rodneyrehm.de/en/> Test checks that value ranges between start and end while transitioning
properties-value-002 Intermediate Property Values of missing value types dom,script http://www.w3.org/TR/css3-transitions/#transitions,http://www.w3.org/TR/css3-transitions/#animatable-css df72d839c83c0f27c51f3a0da0e665440455a4f7 `Rodney Rehm`<http://rodneyrehm.de/en/> Test checks that expected value types that haven't been specified are transitionable