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

Unified Diff: third_party/WebKit/LayoutTests/animations/play-state.html

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/play-state.html
diff --git a/third_party/WebKit/LayoutTests/animations/play-state.html b/third_party/WebKit/LayoutTests/animations/play-state.html
index 98e8f4683376f5a1da72c85b111d4c5c114539f6..17dcba054ec14772f400fb2f358326831deb3ea2 100644
--- a/third_party/WebKit/LayoutTests/animations/play-state.html
+++ b/third_party/WebKit/LayoutTests/animations/play-state.html
@@ -77,7 +77,7 @@
function end() {
logPassFail('none', getComputedStyle(document.getElementById('translate')).webkitTransform, 'translate', 'at end');
- logPassFail('0px', getComputedStyle(document.getElementById('left')).left, 'left', 'at end');
+ logPassFail('auto', getComputedStyle(document.getElementById('left')).left, 'left', 'at end');
if (window.testRunner) {
testRunner.notifyDone();
}

Powered by Google App Engine
This is Rietveld 408576698