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

Unified Diff: LayoutTests/fast/multicol/scrolling-overflow-expected.html

Issue 891523002: ScrollTopLeftInterop should not be marked experimental (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: updates Created 5 years, 11 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 99f3839a405bd90e227d9ff54c2ff53b00cf886d..196b63cb48f7a44c61ee46478d9b11f7fea9cf49 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.documentElement.scrollLeft = 150 - 10; }
+ onload = function() { document.body.scrollLeft = 150 - 10; }
</script>
<style>
body { margin:10px; }

Powered by Google App Engine
This is Rietveld 408576698