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

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

Issue 1888533002: Revert of fix 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
Index: third_party/WebKit/LayoutTests/animations/animation-properties-in-keyframe-are-ignored-expected.txt
diff --git a/third_party/WebKit/LayoutTests/animations/animation-properties-in-keyframe-are-ignored-expected.txt b/third_party/WebKit/LayoutTests/animations/animation-properties-in-keyframe-are-ignored-expected.txt
index 94089d9d0b5d251630058f42bb6c21aceb952171..bd0be77418cf886c8e94da6725720acf6359ecda 100644
--- a/third_party/WebKit/LayoutTests/animations/animation-properties-in-keyframe-are-ignored-expected.txt
+++ b/third_party/WebKit/LayoutTests/animations/animation-properties-in-keyframe-are-ignored-expected.txt
@@ -2,6 +2,6 @@ PASS - "left" property for "target" element at 0s saw something close to: 0
PASS - "left" property for "target" element at 1s saw something close to: 50
PASS - "left" property for "target" element at 2s saw something close to: 100
PASS - "left" property for "target" element at 3s saw something close to: 150
-PASS - "left" property for "target" element at 4s saw something close to: 0px
-PASS - "left" property for "target" element at 5s saw something close to: 0px
+PASS - "left" property for "target" element at 4s saw something close to: auto
+PASS - "left" property for "target" element at 5s saw something close to: auto

Powered by Google App Engine
This is Rietveld 408576698