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

Unified Diff: LayoutTests/fast/table/table-row-split2-expected.txt

Issue 1065563005: Allow whitespace inside anonymous table cells (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
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/table-row-split2-expected.txt
diff --git a/LayoutTests/fast/table/table-row-split2-expected.txt b/LayoutTests/fast/table/table-row-split2-expected.txt
index c5182ad3943d3e12404d6c73db15b83c255f2983..408324be63ffedcdf06e348c1e99930efb7b4320 100644
--- a/LayoutTests/fast/table/table-row-split2-expected.txt
+++ b/LayoutTests/fast/table/table-row-split2-expected.txt
@@ -10,6 +10,8 @@ layer at (0,0) size 800x36
LayoutBlockFlow {DIV} at (0,0) size 10x10
LayoutText {#text} at (0,0) size 10x10
text run at (0,0) width 10: "A"
+ LayoutBlockFlow (anonymous) at (0,10) size 10x0
+ LayoutText {#text} at (0,0) size 0x0
LayoutTableCell {TD} at (10,0) size 10x10 [r=0 c=1 rs=1 cs=1]
LayoutText {#text} at (0,0) size 10x10
text run at (0,0) width 10: "B"
@@ -17,6 +19,10 @@ layer at (0,0) size 800x36
LayoutBlockFlow {DIV} at (0,0) size 10x10
LayoutText {#text} at (0,0) size 10x10
text run at (0,0) width 10: "C"
+ LayoutBlockFlow (anonymous) at (0,10) size 10x0
+ LayoutText {#text} at (0,0) size 0x0
LayoutBlockFlow {DIV} at (0,10) size 10x10
LayoutText {#text} at (0,0) size 10x10
text run at (0,0) width 10: "D"
+ LayoutBlockFlow (anonymous) at (0,20) size 10x0
+ LayoutText {#text} at (0,0) size 0x0

Powered by Google App Engine
This is Rietveld 408576698