Chromium Code Reviews

Unified Diff: LayoutTests/fast/multicol/unsplittable-inline-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.
Jump to:
View side-by-side diff with in-line comments
Index: LayoutTests/fast/multicol/unsplittable-inline-block.html
diff --git a/LayoutTests/fast/multicol/unsplittable-inline-block.html b/LayoutTests/fast/multicol/unsplittable-inline-block.html
deleted file mode 100644
index bfc78a3d2df3edae056e63567de5e03acdacf759..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/multicol/unsplittable-inline-block.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<div style="width:750px; height:300px; -webkit-column-count:2; -webkit-column-rule:2px solid grey; column-count:2; column-rule:2px solid grey; column-fill:auto; border:5px solid black; padding:5px; ">
-<div style="height:250px"></div>
-<div style="display:inline-block; border:2px solid green">
-All of this text should be in the second column.<br>
-All of this text should be in the second column.<br>
-All of this text should be in the second column.<br>
-All of this text should be in the second column.<br>
-All of this text should be in the second column.<br>
-All of this text should be in the second column.<br>
-All of this text should be in the second column.<br>
-All of this text should be in the second column.<br>
-All of this text should be in the second column.<br>
-All of this text should be in the second column.<br>
-All of this text should be in the second column.<br>
-</div>
-
-</div>
-
-
« no previous file with comments | « LayoutTests/fast/multicol/table-vertical-align.html ('k') | LayoutTests/fast/multicol/unsplittable-inline-block-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine