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

Unified Diff: LayoutTests/fast/pagination/auto-height.html

Issue 295373006: [New Multicolumn] Support for paged overflow. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 7 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/pagination/auto-height.html
diff --git a/LayoutTests/fast/multicol/one-column-with-break.html b/LayoutTests/fast/pagination/auto-height.html
similarity index 51%
copy from LayoutTests/fast/multicol/one-column-with-break.html
copy to LayoutTests/fast/pagination/auto-height.html
index 67f3f993ddbed42b9e790a1428da9586b3e7f3f1..3f2beac189946287cd8de8503795c2e163a48ad7 100644
--- a/LayoutTests/fast/multicol/one-column-with-break.html
+++ b/LayoutTests/fast/pagination/auto-height.html
@@ -6,11 +6,13 @@
internals.settings.setRegionBasedColumnsEnabled(true);
</script>
</head>
- <body style="overflow:hidden;">
- <p>There should be nothing below.</p>
- <div style="-webkit-columns:1; columns:1;">
+ <body>
+ <p>There should be a yellow <em>square</em> below.</p>
+ <div style="overflow:-webkit-paged-x; width:16em; line-height:4em; background:yellow;">
+ <br>
+ <br>
+ <br>
<br>
- <div style="break-before:column; -webkit-column-break-before:always;">FAIL</div>
</div>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698