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

Unified Diff: LayoutTests/css2.1/t0803-c5502-mrgn-r-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
Index: LayoutTests/css2.1/t0803-c5502-mrgn-r-02-c.html
diff --git a/LayoutTests/css2.1/t0803-c5502-mrgn-r-02-c.html b/LayoutTests/css2.1/t0803-c5502-mrgn-r-02-c.html
index fd686f05081e5d172ba0ed3a5452374a5f4a1e20..432a458bf9abf5899d7818b89698180327ddeae4 100644
--- a/LayoutTests/css2.1/t0803-c5502-mrgn-r-02-c.html
+++ b/LayoutTests/css2.1/t0803-c5502-mrgn-r-02-c.html
@@ -10,7 +10,12 @@
<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'">
<link rel="help" href="http://www.w3.org/TR/CSS21/box.html#padding-properties" title="8.4 Padding properties: 'padding-top', 'padding-right', 'padding-bottom', 'padding-left', and 'padding'">
</head>
+<script>
+if (window.internals) {
+ window.internals.settings.setForceCompositingMode(true);
+}
+</script>
<body>
<p class="five"> This page should have a horizontal scroll bar. </p>
</body>
-</html>
+</html>
« no previous file with comments | « LayoutTests/css2.1/20110323/block-non-replaced-height-016.htm ('k') | LayoutTests/css2.1/t0803-c5505-mrgn-02-c.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698