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

Unified Diff: LayoutTests/platform/linux/fast/table/add-before-anonymous-child-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/add-before-anonymous-child-expected.txt
diff --git a/LayoutTests/platform/linux/fast/table/add-before-anonymous-child-expected.txt b/LayoutTests/platform/linux/fast/table/add-before-anonymous-child-expected.txt
index 4342c01cbfd94e484421009d4f939a6ff99ab9d6..6b5f5622506ed77edb20c94c8924e99f940d5b72 100644
--- a/LayoutTests/platform/linux/fast/table/add-before-anonymous-child-expected.txt
+++ b/LayoutTests/platform/linux/fast/table/add-before-anonymous-child-expected.txt
@@ -26,4 +26,8 @@ layer at (0,0) size 800x600
LayoutTableRow (anonymous) at (0,2) size 104x200
LayoutTableCell (anonymous) at (2,2) size 100x200 [r=0 c=0 rs=1 cs=1]
LayoutBlockFlow {TR} at (0,0) size 100x100 [bgcolor=#008000]
+ LayoutBlockFlow (anonymous) at (0,100) size 100x0
+ LayoutText {#text} at (0,0) size 0x0
LayoutBlockFlow {TR} at (0,100) size 100x100 [bgcolor=#0000FF]
+ LayoutBlockFlow (anonymous) at (0,200) size 100x0
+ LayoutText {#text} at (0,0) size 0x0

Powered by Google App Engine
This is Rietveld 408576698