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

Unified Diff: LayoutTests/fast/multicol/scrolling-overflow-expected.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-expected.html
diff --git a/LayoutTests/fast/multicol/scrolling-overflow-expected.html b/LayoutTests/fast/multicol/scrolling-overflow-expected.html
index 196b63cb48f7a44c61ee46478d9b11f7fea9cf49..e65a4a1d608cd4affc4fe44e9188721a9f407c68 100644
--- a/LayoutTests/fast/multicol/scrolling-overflow-expected.html
+++ b/LayoutTests/fast/multicol/scrolling-overflow-expected.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