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

Unified Diff: LayoutTests/fast/table/whitespace-between-non-anonymous-table-cells.html

Issue 1339903002: Revert "Allow whitespace inside anonymous table cells" from M46 (Closed) Base URL: svn://svn.chromium.org/blink/branches/chromium/2490
Patch Set: Created 5 years, 3 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/table/whitespace-between-non-anonymous-table-cells.html
diff --git a/LayoutTests/fast/table/whitespace-between-non-anonymous-table-cells.html b/LayoutTests/fast/table/whitespace-between-non-anonymous-table-cells.html
deleted file mode 100644
index 6e792411247d2b3012fa7bc9a0e37f88141fab26..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/table/whitespace-between-non-anonymous-table-cells.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<!DOCTYPE html>
-<p>crbug.com/511401: There should be no empty table cells and the cells should be aligned.
-<table border="1">
-<tr>
- <th>1</th>
- <th>2</th>
- <th>3</th>
- <th>4</th>
- <th>5</th>
- <th>6</th>
- <th>7</th>
- <th>8</th>
-</tr>
-<tr>
- <td style="display:block">1</td>
- <td>2</td>
- <td>3</td>
- <td>4</td>
- <td>5</td>
- <td>6</td>
- <td>7</td>
- <td>8</td>
-</tr>
-</table>

Powered by Google App Engine
This is Rietveld 408576698