Index: LayoutTests/fast/multicol/vertical-lr/unsplittable-inline-block.html |
diff --git a/LayoutTests/fast/multicol/vertical-lr/unsplittable-inline-block.html b/LayoutTests/fast/multicol/vertical-lr/unsplittable-inline-block.html |
deleted file mode 100644 |
index f1957c45b23d6e9449cad120b895e9276c1bc8b8..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/multicol/vertical-lr/unsplittable-inline-block.html |
+++ /dev/null |
@@ -1,20 +0,0 @@ |
-<body style="-webkit-writing-mode:vertical-lr"> |
-<div style="-webkit-column-count:2; -webkit-column-rule:2px solid grey; column-count:2; column-rule:2px solid grey; column-fill:auto; width:300px; height:750px; border:5px solid black; padding:5px;"> |
-<div style="width: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> |
- |
- |