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

Unified Diff: third_party/WebKit/LayoutTests/fast/css/hover-affects-child.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/fast/css/hover-affects-child.html
diff --git a/third_party/WebKit/LayoutTests/fast/css/hover-affects-child.html b/third_party/WebKit/LayoutTests/fast/css/hover-affects-child.html
index cd9e9c30dd66d492b0f0fd47493c550b83715ed9..b8cb8aadb14a0a7566fc5cc6b4437d5aaaeb8dfa 100644
--- a/third_party/WebKit/LayoutTests/fast/css/hover-affects-child.html
+++ b/third_party/WebKit/LayoutTests/fast/css/hover-affects-child.html
@@ -32,10 +32,10 @@
var innerElem = document.getElementById('innerElem');
var calculatedStyle = window.getComputedStyle(innerElem);
- if (calculatedStyle.getPropertyValue('left') == "8px")
+ if (calculatedStyle.getPropertyValue('left') == "auto")
log("PASSED: Calculated style of inner element is correct");
else
- log("FAILED: Calculated style of inner element is wrong, should be 'left: 8px'");
+ log("FAILED: Calculated style of inner element is wrong, should be 'left: auto'");
}
function runTest() {

Powered by Google App Engine
This is Rietveld 408576698