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

Unified Diff: LayoutTests/fast/multicol/scrolling-overflow.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/multicol/scrolling-overflow.html
diff --git a/LayoutTests/fast/multicol/scrolling-overflow.html b/LayoutTests/fast/multicol/scrolling-overflow.html
index e5f1693e82dd3b61a819cab69ae7d218865c3ef6..96a3a47b2a29936d4a20423eccd214943951a84d 100644
--- a/LayoutTests/fast/multicol/scrolling-overflow.html
+++ b/LayoutTests/fast/multicol/scrolling-overflow.html
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<script>
- onload = function() { document.body.scrollLeft = 150 - 10; }
+ onload = function() { document.scrollingElement.scrollLeft = 150 - 10; }
</script>
<style>
body { margin:10px; }

Powered by Google App Engine
This is Rietveld 408576698