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

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

Issue 1249433003: Recognize when an anonymous table cell has been generated to wrap a cell (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Updated Created 5 years, 5 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-expected.html
diff --git a/LayoutTests/fast/table/whitespace-between-non-anonymous-table-cells-expected.html b/LayoutTests/fast/table/whitespace-between-non-anonymous-table-cells-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..7bd0cc71db99a9c20a499ca4413b010218ba5557
--- /dev/null
+++ b/LayoutTests/fast/table/whitespace-between-non-anonymous-table-cells-expected.html
@@ -0,0 +1,24 @@
+<!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>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