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

Unified Diff: LayoutTests/fast/overflow/006.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/scrolling-overflow.html ('k') | LayoutTests/fast/overflow/paged-x-on-root.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/overflow/006.html
diff --git a/LayoutTests/fast/overflow/006.html b/LayoutTests/fast/overflow/006.html
index 3fd8e200f0f8bcd7097d41f2b84179174e833812..9eb4016b23b4743be18b5d17137980976098bdee 100644
--- a/LayoutTests/fast/overflow/006.html
+++ b/LayoutTests/fast/overflow/006.html
@@ -14,6 +14,11 @@ body {
}
</style>
</head>
+<script>
+if (window.internals) {
+ window.internals.settings.setForceCompositingMode(true);
+}
+</script>
<body>
ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff<br>
ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff<br>
« no previous file with comments | « LayoutTests/fast/multicol/scrolling-overflow.html ('k') | LayoutTests/fast/overflow/paged-x-on-root.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698