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

Unified Diff: LayoutTests/fast/multicol/table-vertical-align.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/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>

Powered by Google App Engine
This is Rietveld 408576698