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

Unified Diff: LayoutTests/platform/linux/fast/table/table-display-types-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-expected.txt
diff --git a/LayoutTests/platform/linux/fast/table/table-display-types-expected.txt b/LayoutTests/platform/linux/fast/table/table-display-types-expected.txt
index 8143a50f3fd925fbcae92b84e4188a31fb3bd6fa..bd17ccaeeb1867abb37b0d4af08b02f931c8f276 100644
--- a/LayoutTests/platform/linux/fast/table/table-display-types-expected.txt
+++ b/LayoutTests/platform/linux/fast/table/table-display-types-expected.txt
@@ -133,6 +133,8 @@ layer at (0,0) size 800x610 backgroundClip at (0,0) size 800x600 clip at (0,0) s
LayoutTableCell {TD} at (42,2) size 38x22 [r=0 c=1 rs=1 cs=1]
LayoutText {#text} at (1,1) size 36x19
text run at (1,1) width 36: "Cell 2"
+ LayoutBlockFlow (anonymous) at (0,26) size 116x0
+ LayoutText {#text} at (0,0) size 0x0
LayoutBlockFlow {TR} at (0,26) size 116x26
LayoutTable (anonymous) at (0,0) size 82x26
LayoutTableSection (anonymous) at (0,0) size 82x26
@@ -143,6 +145,8 @@ layer at (0,0) size 800x610 backgroundClip at (0,0) size 800x600 clip at (0,0) s
LayoutTableCell {TD} at (42,2) size 38x22 [r=0 c=1 rs=1 cs=1]
LayoutText {#text} at (1,1) size 36x19
text run at (1,1) width 36: "Cell 4"
+ LayoutBlockFlow (anonymous) at (0,52) size 116x0
+ LayoutText {#text} at (0,0) size 0x0
LayoutTable (anonymous) at (0,390) size 302x202
LayoutTableSection (anonymous) at (0,0) size 302x202
LayoutTableRow (anonymous) at (0,0) size 302x202

Powered by Google App Engine
This is Rietveld 408576698