Index: third_party/WebKit/LayoutTests/animations/keyframes-style-declaration-updates-animation.html |
diff --git a/third_party/WebKit/LayoutTests/animations/keyframes-style-declaration-updates-animation.html b/third_party/WebKit/LayoutTests/animations/keyframes-style-declaration-updates-animation.html |
index 88df153a8a61ab45036bf6431e01bd1d83586f06..90806db58152bc24a34e4d95518ec890da1cb59b 100644 |
--- a/third_party/WebKit/LayoutTests/animations/keyframes-style-declaration-updates-animation.html |
+++ b/third_party/WebKit/LayoutTests/animations/keyframes-style-declaration-updates-animation.html |
@@ -46,10 +46,9 @@ |
assert_equals(parseInt(getComputedStyle(target1).left), 120, 'left offset'); |
assert_equals(parseInt(getComputedStyle(target2).left), 180, 'left offset'); |
- keyframe.style.left = '500px'; |
keyframe.keyText = '20%'; |
- assert_equals(parseInt(getComputedStyle(target1).left), 450, 'left offset'); |
- assert_equals(parseInt(getComputedStyle(target2).left), 300, 'left offset'); |
+ assert_equals(parseInt(getComputedStyle(target1).left), 187, 'left offset'); |
+ assert_equals(parseInt(getComputedStyle(target2).left), 150, 'left offset'); |
}, "Check that changes to keyframe style declarations update the animation accordingly"); |
</script> |