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

Unified Diff: LayoutTests/fast/forms/autofocus-opera-003.html

Issue 1133693002: Update most LayoutTests to be agnostic to scrollTopLeftInterop mode (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: tdresser cr feedback Created 5 years, 7 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: LayoutTests/fast/forms/autofocus-opera-003.html
diff --git a/LayoutTests/fast/forms/autofocus-opera-003.html b/LayoutTests/fast/forms/autofocus-opera-003.html
index f4a6c3fa70cd5498f76295f6100547ae09dcbbcc..320322b1406a33d5b69c74953538aefd0b8e5ee5 100644
--- a/LayoutTests/fast/forms/autofocus-opera-003.html
+++ b/LayoutTests/fast/forms/autofocus-opera-003.html
@@ -17,7 +17,7 @@
testRunner.dumpAsText();
if (document.activeElement == document.getElementsByTagName("input")[0] &&
- document.body.scrollTop != 0)
+ document.scrollingElement.scrollTop != 0)
log("SUCCESS");
else
log("FAILURE");

Powered by Google App Engine
This is Rietveld 408576698