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

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

Issue 249963002: FCMify layout tests with scrollbar rendering diffs (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 6 years, 8 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/fast/multicol/pagination-h-vertical-rl.html ('k') | LayoutTests/fast/overflow/006.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/multicol/scrolling-overflow.html
diff --git a/LayoutTests/fast/multicol/scrolling-overflow.html b/LayoutTests/fast/multicol/scrolling-overflow.html
index 668f979766d7198c2832225f73f3bc0b769c67a2..dd023cbe9d6b6f2712465b213d9c1e62fc3ca7ac 100644
--- a/LayoutTests/fast/multicol/scrolling-overflow.html
+++ b/LayoutTests/fast/multicol/scrolling-overflow.html
@@ -17,6 +17,9 @@
document.documentElement.scrollLeft = 100;
document.body.offsetLeft;
}
+ if (window.internals) {
+ window.internals.settings.setForceCompositingMode(true);
+ }
</script>
</head>
« no previous file with comments | « LayoutTests/fast/multicol/pagination-h-vertical-rl.html ('k') | LayoutTests/fast/overflow/006.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698