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

Unified Diff: LayoutTests/fast/body-propagation/overflow/001-xhtml.xhtml

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
Index: LayoutTests/fast/body-propagation/overflow/001-xhtml.xhtml
diff --git a/LayoutTests/fast/body-propagation/overflow/001-xhtml.xhtml b/LayoutTests/fast/body-propagation/overflow/001-xhtml.xhtml
index e105c76aad1ade5ad5016f19e12deda6186e3eef..93e4a5bcbab015796f523237fdcba4fd1be219de 100644
--- a/LayoutTests/fast/body-propagation/overflow/001-xhtml.xhtml
+++ b/LayoutTests/fast/body-propagation/overflow/001-xhtml.xhtml
@@ -8,6 +8,11 @@
.filler { color:gray; }
</style>
</head>
+ <script>
+ if (window.internals) {
+ window.internals.settings.setForceCompositingMode(true);
+ }
+ </script>
<body>
<p>There should be scrollbars for the viewport -- not for this box.</p>
<p class="filler">This is filler text.</p>
@@ -15,4 +20,4 @@
<p class="filler">This is filler text.</p>
<p class="filler">This is filler text.</p>
</body>
-</html>
+</html>
« no previous file with comments | « LayoutTests/fast/body-propagation/overflow/001.html ('k') | LayoutTests/fast/body-propagation/overflow/005.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698