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

Unified Diff: LayoutTests/fast/block/margin-collapse/104.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/fast/block/margin-collapse/104.html
diff --git a/LayoutTests/fast/block/margin-collapse/104.html b/LayoutTests/fast/block/margin-collapse/104.html
index c9b0416d59ebc2cd24f52a2d5f9b5d16bfc36b45..dc648cb14a6cb060843cc1f6d9a6f3eb02638839 100644
--- a/LayoutTests/fast/block/margin-collapse/104.html
+++ b/LayoutTests/fast/block/margin-collapse/104.html
@@ -5,7 +5,11 @@ table{margin: 0 0 0 auto ; border: 2px solid red}
td{white-space: nowrap;}
#b {margin: 0 0 0 auto; width: 900px; border: 2px solid red;}
</style>
-
+<script>
+if (window.internals) {
+ window.internals.settings.setForceCompositingMode(true);
+}
+</script>
<body>
<div id=container>
Resize the window. Red boxes below must not overflow the blue box (or window) from the
@@ -26,4 +30,4 @@ td{white-space: nowrap;}
</div>
</div>
</body>
-</html>
+</html>
« no previous file with comments | « LayoutTests/fast/block/float/021.html ('k') | LayoutTests/fast/block/positioning/relative-overflow-block.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698