Index: LayoutTests/fast/multicol/table-vertical-align.html |
diff --git a/LayoutTests/fast/multicol/table-vertical-align.html b/LayoutTests/fast/multicol/table-vertical-align.html |
deleted file mode 100644 |
index 5f0c8f93de0087f235cd2bd18380fa5ab43fe9d5..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/multicol/table-vertical-align.html |
+++ /dev/null |
@@ -1,125 +0,0 @@ |
-<body style="overflow: hidden;"> |
-<div style="-webkit-column-count:2; column-count:2; column-fill:auto; height:350px"> |
-<table border=1 cellpadding=10 cellspacing=0> |
-<tr style="vertical-align:baseline"><td> |
-This cell has lots of text.<br> |
-This cell has lots of text.<br> |
-This cell has lots of text.<br> |
-This cell has lots of text.<br> |
-This cell has lots of text.<br> |
-This cell has lots of text.<br> |
-This cell has lots of text.<br> |
-This cell has lots of text.<br> |
-This cell has lots of text.<br> |
-This cell has lots of text.<br> |
-This cell has lots of text.<br> |
-This cell has lots of text.<br> |
-This cell has lots of text.<br> |
-This cell has lots of text.<br> |
-This cell has lots of text.<br> |
-This cell has lots of text.<br> |
-This cell has lots of text.<br> |
-This cell has lots of text.<br> |
-This cell has lots of text.<br> |
-This cell has lots of text.<br> |
-This cell has lots of text.<br> |
-This cell has lots of text.<br> |
-This cell has lots of text.<br> |
-This cell has lots of text.<br> |
-This cell has lots of text.<br> |
-This cell has lots of text.<br> |
-This cell has lots of text.<br> |
-This cell has lots of text.<br> |
-This cell has lots of text.<br> |
-This cell has lots of text.<br> |
- |
- |
-<td><span style="font-size:64px">Other cell.</span></td> |
-</tr> |
-</table> |
-</div> |
- |
-<hr> |
- |
-<div style="-webkit-column-count:2; column-count:2; column-fill:auto; height:300px"> |
-<table border=1 cellpadding=10 cellspacing=0> |
-<tr style="vertical-align:middle"><td> |
-This cell has lots of text.<br> |
-This cell has lots of text.<br> |
-This cell has lots of text.<br> |
-This cell has lots of text.<br> |
-This cell has lots of text.<br> |
-This cell has lots of text.<br> |
-This cell has lots of text.<br> |
-This cell has lots of text.<br> |
-This cell has lots of text.<br> |
-This cell has lots of text.<br> |
-This cell has lots of text.<br> |
-This cell has lots of text.<br> |
-This cell has lots of text.<br> |
-This cell has lots of text.<br> |
-This cell has lots of text.<br> |
-This cell has lots of text.<br> |
-This cell has lots of text.<br> |
-This cell has lots of text.<br> |
-This cell has lots of text.<br> |
-This cell has lots of text.<br> |
-This cell has lots of text.<br> |
-This cell has lots of text.<br> |
-This cell has lots of text.<br> |
-This cell has lots of text.<br> |
-This cell has lots of text.<br> |
-This cell has lots of text.<br> |
-This cell has lots of text.<br> |
-This cell has lots of text.<br> |
-This cell has lots of text.<br> |
-This cell has lots of text.<br> |
- |
- |
-<td><span style="font-size:64px">Other cell.</span></td> |
-</tr> |
-</table> |
-</div> |
- |
-<hr> |
- |
-<div style="margin-top:1em; -webkit-column-count:2; column-count:2; column-fill:auto; height:300px"> |
-<table border=1 cellpadding=10 cellspacing=0> |
-<tr style="vertical-align:bottom"><td> |
-This cell has lots of text.<br> |
-This cell has lots of text.<br> |
-This cell has lots of text.<br> |
-This cell has lots of text.<br> |
-This cell has lots of text.<br> |
-This cell has lots of text.<br> |
-This cell has lots of text.<br> |
-This cell has lots of text.<br> |
-This cell has lots of text.<br> |
-This cell has lots of text.<br> |
-This cell has lots of text.<br> |
-This cell has lots of text.<br> |
-This cell has lots of text.<br> |
-This cell has lots of text.<br> |
-This cell has lots of text.<br> |
-This cell has lots of text.<br> |
-This cell has lots of text.<br> |
-This cell has lots of text.<br> |
-This cell has lots of text.<br> |
-This cell has lots of text.<br> |
-This cell has lots of text.<br> |
-This cell has lots of text.<br> |
-This cell has lots of text.<br> |
-This cell has lots of text.<br> |
-This cell has lots of text.<br> |
-This cell has lots of text.<br> |
-This cell has lots of text.<br> |
-This cell has lots of text.<br> |
-This cell has lots of text.<br> |
-This cell has lots of text.<br> |
- |
- |
-<td><span style="font-size:64px">Other cell.</span></td> |
-</tr> |
-</table> |
-</div> |
-</body> |