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

Unified Diff: LayoutTests/fast/block/positioning/relative-overflow-block.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/positioning/relative-overflow-block.html
diff --git a/LayoutTests/fast/block/positioning/relative-overflow-block.html b/LayoutTests/fast/block/positioning/relative-overflow-block.html
index f895342e6209c16361f01781dc7e605bfecd0ac8..a1233eeae34f1053437ca381c082b3324818b109 100644
--- a/LayoutTests/fast/block/positioning/relative-overflow-block.html
+++ b/LayoutTests/fast/block/positioning/relative-overflow-block.html
@@ -1,7 +1,12 @@
<html>
+<script>
+if (window.internals) {
+ window.internals.settings.setForceCompositingMode(true);
+}
+</script>
<body>
Document canvas should be big enough to fit both blue and red (relative positioned) rectangles (ie. have scrollbars if they don't fit to the view)
<div style="width: 500px; height: 500px; position: absolute; border: 2px solid blue;">
<div style="width: 500px; height: 500px; left: 300px; top:300px; position: relative; border: 2px solid red;">
</div>
-</div>
+</div>
« no previous file with comments | « LayoutTests/fast/block/margin-collapse/104.html ('k') | LayoutTests/fast/block/positioning/relative-overflow-replaced.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698