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

Unified Diff: LayoutTests/platform/linux/fast/table/table-display-types-vertical-expected.txt

Issue 1065563005: Allow whitespace inside anonymous table cells (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 8 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/platform/linux/fast/table/table-display-types-vertical-expected.txt
diff --git a/LayoutTests/platform/linux/fast/table/table-display-types-vertical-expected.txt b/LayoutTests/platform/linux/fast/table/table-display-types-vertical-expected.txt
index 949f8343994e3eafe1845fcb7b8efe927818d0b1..ed21875252e17fccc221b05c060db430d41ba226 100644
--- a/LayoutTests/platform/linux/fast/table/table-display-types-vertical-expected.txt
+++ b/LayoutTests/platform/linux/fast/table/table-display-types-vertical-expected.txt
@@ -133,6 +133,8 @@ layer at (0,0) size 785x1226 backgroundClip at (0,0) size 785x600 clip at (0,0)
LayoutTableCell {TD} at (2,42) size 22x38 [r=0 c=1 rs=1 cs=1]
LayoutText {#text} at (1,1) size 19x36
text run at (1,1) width 36: "Cell 2"
+ LayoutBlockFlow (anonymous) at (26,0) size 0x116
+ LayoutText {#text} at (0,0) size 0x0
LayoutBlockFlow {TR} at (26,0) size 26x116
LayoutTable at (0,0) size 26x82
LayoutTableSection (anonymous) at (0,0) size 26x82
@@ -143,6 +145,8 @@ layer at (0,0) size 785x1226 backgroundClip at (0,0) size 785x600 clip at (0,0)
LayoutTableCell {TD} at (2,42) size 22x38 [r=0 c=1 rs=1 cs=1]
LayoutText {#text} at (1,1) size 19x36
text run at (1,1) width 36: "Cell 4"
+ LayoutBlockFlow (anonymous) at (52,0) size 0x116
+ LayoutText {#text} at (0,0) size 0x0
LayoutTable at (0,586) size 102x622
LayoutTableSection (anonymous) at (0,0) size 102x622
LayoutTableRow (anonymous) at (0,0) size 102x622

Powered by Google App Engine
This is Rietveld 408576698