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

Unified Diff: LayoutTests/css2.1/t0803-c5505-mrgn-02-c.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-c5502-mrgn-r-02-c.html ('k') | LayoutTests/fast/block/float/021.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/css2.1/t0803-c5505-mrgn-02-c.html
diff --git a/LayoutTests/css2.1/t0803-c5505-mrgn-02-c.html b/LayoutTests/css2.1/t0803-c5505-mrgn-02-c.html
index 69a95a1b7c7fe1691c98d2a6dabb188eeb12d0fe..d4856a8e95936698ebb53387eedf4422af84842d 100644
--- a/LayoutTests/css2.1/t0803-c5505-mrgn-02-c.html
+++ b/LayoutTests/css2.1/t0803-c5505-mrgn-02-c.html
@@ -9,7 +9,12 @@
</style>
<link rel="help" href="http://www.w3.org/TR/CSS21/box.html#margin-properties" title="8.3 Margin properties: 'margin-top', 'margin-right', 'margin-bottom', 'margin-left', and 'margin'">
</head>
+ <script>
+ if (window.internals) {
+ window.internals.settings.setForceCompositingMode(true);
+ }
+ </script>
<body>
<p class="five"> <br>  This page should have a horizontal scroll bar. </p>
</body>
-</html>
+</html>
« no previous file with comments | « LayoutTests/css2.1/t0803-c5502-mrgn-r-02-c.html ('k') | LayoutTests/fast/block/float/021.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698