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

Unified Diff: LayoutTests/css2.1/20110323/block-non-replaced-height-002.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
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/css2.1/20110323/block-non-replaced-height-004.htm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/css2.1/20110323/block-non-replaced-height-002.htm
diff --git a/LayoutTests/css2.1/20110323/block-non-replaced-height-002.htm b/LayoutTests/css2.1/20110323/block-non-replaced-height-002.htm
index 358d10f4d66919c9d99ce6647130850dbc9d4e2b..bf6e91e1e90f15be968fda55a51c40107a6331db 100644
--- a/LayoutTests/css2.1/20110323/block-non-replaced-height-002.htm
+++ b/LayoutTests/css2.1/20110323/block-non-replaced-height-002.htm
@@ -25,10 +25,15 @@
}
</style>
</head>
+ <script>
+ if (window.internals) {
+ window.internals.settings.setForceCompositingMode(true);
+ }
+ </script>
<body>
<p>Test passes if there is no white space between the blue box below and the orange lines.</p>
<div id="div1">
<div>Filler Text</div>
</div>
</body>
-</html>
+</html>
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/css2.1/20110323/block-non-replaced-height-004.htm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698