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

Unified Diff: LayoutTests/fast/body-propagation/overflow/005.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/005.html
diff --git a/LayoutTests/fast/body-propagation/overflow/005.html b/LayoutTests/fast/body-propagation/overflow/005.html
index 0c366ba17affd245a7b7102cf5cd6ee195838d82..a993bd3e1bd96e50a3cf6a74fcda16769af9c31e 100644
--- a/LayoutTests/fast/body-propagation/overflow/005.html
+++ b/LayoutTests/fast/body-propagation/overflow/005.html
@@ -13,6 +13,9 @@
document.documentElement.insertBefore(newElm, document.getElementsByTagName("body")[0]);
document.getElementsByTagName("p")[0].firstChild.data = "There should be scrollbars for the viewport -- not for this box. (Additionally, there should be a box above that does have scrollbars.)";
}
+ if (window.internals) {
+ window.internals.settings.setForceCompositingMode(true);
+ }
</script>
</head>
<body>
@@ -22,4 +25,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