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

Unified Diff: LayoutTests/compositing/rtl/rtl-absolute-overflow-scrolled.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
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/compositing/rtl/rtl-fixed-overflow-scrolled.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/compositing/rtl/rtl-absolute-overflow-scrolled.html
diff --git a/LayoutTests/compositing/rtl/rtl-absolute-overflow-scrolled.html b/LayoutTests/compositing/rtl/rtl-absolute-overflow-scrolled.html
index 05809f1466ad29c889cebfcd5f0fe134d9afdb91..561201d31563261573dc8bdd4ca951be3cd7c08a 100644
--- a/LayoutTests/compositing/rtl/rtl-absolute-overflow-scrolled.html
+++ b/LayoutTests/compositing/rtl/rtl-absolute-overflow-scrolled.html
@@ -44,7 +44,7 @@
}
// The far left coordinate of the document varies by window width.
- var offset = document.body.clientWidth - document.body.scrollWidth + 1;
+ var offset = document.body.clientWidth - document.scrollingElement.scrollWidth + 1;
document.getElementById('layer').style.left = offset + 50;
document.getElementById('indicator').style.left = offset + 50;
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/compositing/rtl/rtl-fixed-overflow-scrolled.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698