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

Unified Diff: LayoutTests/css2.1/20110323/block-non-replaced-height-016.htm

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/20110323/block-non-replaced-height-016.htm
diff --git a/LayoutTests/css2.1/20110323/block-non-replaced-height-016.htm b/LayoutTests/css2.1/20110323/block-non-replaced-height-016.htm
index e00571c0e9182bca361a02687f7e4e8563e123b1..29f471727afb683412252d6c5bfb0b79c9093e9f 100644
--- a/LayoutTests/css2.1/20110323/block-non-replaced-height-016.htm
+++ b/LayoutTests/css2.1/20110323/block-non-replaced-height-016.htm
@@ -41,6 +41,11 @@
}
</style>
</head>
+ <script>
+ if (window.internals) {
+ window.internals.settings.setForceCompositingMode(true);
+ }
+ </script>
<body>
<p>Test passes if the blue and orange boxes below are the same height.</p>
<div id="div1">
@@ -50,4 +55,4 @@
<div id="div3"></div>
</div>
</body>
-</html>
+</html>
« no previous file with comments | « LayoutTests/css2.1/20110323/block-non-replaced-height-014.htm ('k') | LayoutTests/css2.1/t0803-c5502-mrgn-r-02-c.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698