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/005-declarative.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/005-declarative.xhtml
diff --git a/LayoutTests/fast/body-propagation/overflow/005-declarative.xhtml b/LayoutTests/fast/body-propagation/overflow/005-declarative.xhtml
index 6a81deb373cfc8f7114578284dfab2a7acfb848c..190c82bc9d3924489d74407a77e0b5a9946cf14a 100644
--- a/LayoutTests/fast/body-propagation/overflow/005-declarative.xhtml
+++ b/LayoutTests/fast/body-propagation/overflow/005-declarative.xhtml
@@ -8,6 +8,11 @@
.filler { color:gray; }
</style>
</head>
+ <script>
+ if (window.internals) {
+ window.internals.settings.setForceCompositingMode(true);
+ }
+ </script>
<body xmlns="urn:foo:bogus"/><body>
<p>There should be scrollbars for the viewport -- not for this box. (Additionally, there should be a box above that does have scrollbars.)</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/005.html ('k') | LayoutTests/fast/body-propagation/overflow/005-xhtml.xhtml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698