Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / web-animations-api / timeline-updates-players.html
index 14a9622..f3b9e42 100644 (file)
@@ -22,6 +22,7 @@ test(function() {
 
 test(function() {
     var player = document.timeline.play(animation);
+    assert_equals(getComputedStyle(element).left, '0px');
     var source = player.source
     player.source = null;
     assert_equals(getComputedStyle(element).left, 'auto');