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

Unified Diff: LayoutTests/fast/table/whitespace-in-table-cells-when-div-appended-2-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-in-table-cells-when-div-appended-2-expected.html
diff --git a/LayoutTests/fast/table/whitespace-in-table-cells-when-div-appended-2-expected.html b/LayoutTests/fast/table/whitespace-in-table-cells-when-div-appended-2-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..7704bd02474b5a912c3873887b740ca4d9995fdd
--- /dev/null
+++ b/LayoutTests/fast/table/whitespace-in-table-cells-when-div-appended-2-expected.html
@@ -0,0 +1,14 @@
+<!DOCTYPE html>
+<p> crbug.com/511401: Ensure correct treatment of whitespace when div added to a row. </p>
+<table style="width:700px;" id="table">
+<tr>
+ <th>Text</th>
+ <th>Text</th>
+ <th>Text</th>
+</tr>
+<tr>
+ <td>Text</td>
+ <td>Div</td>
+ <td>Text</td>
+</tr>
+</table>

Powered by Google App Engine
This is Rietveld 408576698