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

Unified Diff: LayoutTests/fast/block/float/021.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/css2.1/t0803-c5505-mrgn-02-c.html ('k') | LayoutTests/fast/block/margin-collapse/104.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/block/float/021.html
diff --git a/LayoutTests/fast/block/float/021.html b/LayoutTests/fast/block/float/021.html
index d3f108ddb97b5a56736ad80ccf9e30b3ce469f62..2b79a973578318675381323760b206e6ea9efae4 100644
--- a/LayoutTests/fast/block/float/021.html
+++ b/LayoutTests/fast/block/float/021.html
@@ -36,6 +36,11 @@
background-color: green;
}
</style>
+<script>
+if (window.internals) {
+ window.internals.settings.setForceCompositingMode(true);
+}
+</script>
</head>
<body >
In all of the examples, you should be able to see blue and green rectangles that spill way out of their
« no previous file with comments | « LayoutTests/css2.1/t0803-c5505-mrgn-02-c.html ('k') | LayoutTests/fast/block/margin-collapse/104.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698