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

Unified Diff: LayoutTests/fast/body-propagation/overflow/001.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
Index: LayoutTests/fast/body-propagation/overflow/001.html
diff --git a/LayoutTests/fast/body-propagation/overflow/001.html b/LayoutTests/fast/body-propagation/overflow/001.html
index e105c76aad1ade5ad5016f19e12deda6186e3eef..93e4a5bcbab015796f523237fdcba4fd1be219de 100644
--- a/LayoutTests/fast/body-propagation/overflow/001.html
+++ b/LayoutTests/fast/body-propagation/overflow/001.html
@@ -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>

Powered by Google App Engine
This is Rietveld 408576698