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

Unified Diff: LayoutTests/fast/table/table-section-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-section-split2-expected.txt
diff --git a/LayoutTests/fast/table/table-section-split2-expected.txt b/LayoutTests/fast/table/table-section-split2-expected.txt
index f754278fdf4af86ba47f3dd2f9241b7c85d9bb2b..d614a3fe8ba4f49e1c3ac7daf5a046632f39ae74 100644
--- a/LayoutTests/fast/table/table-section-split2-expected.txt
+++ b/LayoutTests/fast/table/table-section-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
« no previous file with comments | « LayoutTests/fast/table/table-row-split2-expected.txt ('k') | LayoutTests/fast/table/whitespace-in-anonymous-table-cells.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698