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

Unified Diff: LayoutTests/css2.1/20110323/block-non-replaced-height-010.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-010.htm
diff --git a/LayoutTests/css2.1/20110323/block-non-replaced-height-010.htm b/LayoutTests/css2.1/20110323/block-non-replaced-height-010.htm
index 63aed884bc4d6f06dee006034e1f4b9b84aac3f1..5764afa7b60fd182f3c5bc2b84b8b2b171643eed 100644
--- a/LayoutTests/css2.1/20110323/block-non-replaced-height-010.htm
+++ b/LayoutTests/css2.1/20110323/block-non-replaced-height-010.htm
@@ -50,6 +50,11 @@
}
</style>
</head>
+ <script>
+ if (window.internals) {
+ window.internals.settings.setForceCompositingMode(true);
+ }
+ </script>
<body>
<p>Test passes if there is a blue square below.</p>
<div id="div1">
@@ -60,4 +65,4 @@
<div id="div5"></div>
</div>
</body>
-</html>
+</html>

Powered by Google App Engine
This is Rietveld 408576698