Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(502)

Unified Diff: third_party/WebKit/LayoutTests/animations/animation-properties-in-keyframe-are-ignored.html

Issue 1890743002: Reland of ix getComputedStyle positioned element values (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/animations/animation-properties-in-keyframe-are-ignored-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/animations/animation-properties-in-keyframe-are-ignored.html
diff --git a/third_party/WebKit/LayoutTests/animations/animation-properties-in-keyframe-are-ignored.html b/third_party/WebKit/LayoutTests/animations/animation-properties-in-keyframe-are-ignored.html
index 779e17c57e9d03443b1cd71800a95db8d9e18bcf..fdd965de044236508ccc5abe03f13ecae048514b 100644
--- a/third_party/WebKit/LayoutTests/animations/animation-properties-in-keyframe-are-ignored.html
+++ b/third_party/WebKit/LayoutTests/animations/animation-properties-in-keyframe-are-ignored.html
@@ -45,8 +45,8 @@
[1, "target", "left", 50, 5],
[2, "target", "left", 100, 5],
[3, "target", "left", 150, 5],
- [4, "target", "left", "auto", 0],
- [5, "target", "left", "auto", 0],
+ [4, "target", "left", "0px", 0],
+ [5, "target", "left", "0px", 0],
];
runAnimationTest(expectedValues);
@@ -57,4 +57,4 @@
<div id="target"></div>
<div id="result"></div>
</body>
-</html>
+</html>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/animations/animation-properties-in-keyframe-are-ignored-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698