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

Unified Diff: LayoutTests/fast/multicol/max-height-columns-block.html

Issue 299373006: Move old multicol tests to a separate directory. (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/multicol/max-height-columns-block.html
diff --git a/LayoutTests/fast/multicol/max-height-columns-block.html b/LayoutTests/fast/multicol/max-height-columns-block.html
deleted file mode 100644
index 856a91598ac90e7dffaf26be1d031cac2822a680..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/multicol/max-height-columns-block.html
+++ /dev/null
@@ -1,9 +0,0 @@
-<html>
-<body>
-This is capturing current behavior, but it's not clear that it is correct. It's not clear if max-height on a columns block constitutes a
-constraint on the columns or not. You obviously begin trying to balance, but only run into the constraint once the balanced columns exceed
-the max-height. It's not clear that you should suddenly shift to a fill. Our current behavior (which matches Firefox) is to just overflow
-without changing from balance to fill.
-
-<div style="-webkit-column-count:5; -moz-column-count:5; max-height:60px;border:2px solid black; font-size:24px; width:400px">
-This is some text<br>This is some text<br>This is some text<br>This is some text<br>This is some text<br>

Powered by Google App Engine
This is Rietveld 408576698