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

Unified Diff: LayoutTests/platform/linux/fast/table/table-display-types-strict-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-strict-expected.txt
diff --git a/LayoutTests/platform/linux/fast/table/table-display-types-strict-expected.txt b/LayoutTests/platform/linux/fast/table/table-display-types-strict-expected.txt
index 205c27b71e18792c77a57c325d5c2b38d696f345..8490c568fe25f0c17ff2bd973f62f6b21cbbefb1 100644
--- a/LayoutTests/platform/linux/fast/table/table-display-types-strict-expected.txt
+++ b/LayoutTests/platform/linux/fast/table/table-display-types-strict-expected.txt
@@ -115,6 +115,8 @@ layer at (0,0) size 800x516
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 82x0
+ LayoutText {#text} at (0,0) size 0x0
LayoutBlockFlow {TR} at (0,26) size 82x26
LayoutTable (anonymous) at (0,0) size 82x26
LayoutTableSection (anonymous) at (0,0) size 82x26
@@ -125,6 +127,8 @@ layer at (0,0) size 800x516
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 82x0
+ LayoutText {#text} at (0,0) size 0x0
LayoutTable (anonymous) at (0,296) 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