Bug 1112480 part 10 - Mark css-animations/test_animation-pausing.html and css-transitions/test_animation-pausing.html as no longer failing; r=jwatt

With this updated approach to starting pending animations, these tests should no
longer fail on Mac 10.8 or Windows.
This commit is contained in:
Brian Birtles 2015-01-09 07:57:59 +09:00
parent ca4bc4770a
commit d431855e41

View File

@ -7,7 +7,6 @@ skip-if = buildapp == 'mulet'
[css-animations/test_animations-dynamic-changes.html]
[css-animations/test_animation-effect-name.html]
[css-animations/test_animation-pausing.html]
skip-if = os == "win" || (os == "mac" && os_version == "10.8") # disabled until bug 1112480 lands
[css-animations/test_animation-player-playstate.html]
[css-animations/test_animation-player-ready.html]
[css-animations/test_animation-target.html]
@ -15,7 +14,6 @@ skip-if = os == "win" || (os == "mac" && os_version == "10.8") # disabled until
skip-if = buildapp == 'mulet'
[css-transitions/test_animation-effect-name.html]
[css-transitions/test_animation-pausing.html]
skip-if = os == "win" # bug 1117955, to be restored in bug 1112480
[css-transitions/test_animation-player-ready.html]
[css-transitions/test_animation-target.html]
[css-transitions/test_element-get-animation-players.html]