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/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: 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/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 425378b78d452c62a2e93fa517e40f2197eaf20b..ebb42ebfcc3f01783a196d01546414501db828ff 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 (anonymous) 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 (anonymous) 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