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

Unified Diff: LayoutTests/platform/linux/fast/dynamic/insert-before-table-part-in-continuation-expected.txt

Issue 988443003: Don't add artifical 1 pixel width to empty tables (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Updated Created 5 years, 6 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/dynamic/insert-before-table-part-in-continuation-expected.txt
diff --git a/LayoutTests/platform/linux/fast/dynamic/insert-before-table-part-in-continuation-expected.txt b/LayoutTests/platform/linux/fast/dynamic/insert-before-table-part-in-continuation-expected.txt
index f97caa10505ed33f744dd224bea0566d07f745d9..a47498f8a082529e88893cf482d26633df01fcb6 100644
--- a/LayoutTests/platform/linux/fast/dynamic/insert-before-table-part-in-continuation-expected.txt
+++ b/LayoutTests/platform/linux/fast/dynamic/insert-before-table-part-in-continuation-expected.txt
@@ -43,11 +43,11 @@ layer at (0,0) size 785x748 backgroundClip at (0,0) size 785x600 clip at (0,0) s
LayoutText {#text} at (0,0) size 39x19
text run at (0,0) width 39: "Text..."
LayoutBlockFlow (anonymous) at (0,20) size 769x20
- LayoutTable (anonymous) at (0,0) size 99x20
- LayoutTableSection (anonymous) at (0,0) size 99x20
- LayoutTableRow (anonymous) at (0,0) size 99x20
+ LayoutTable (anonymous) at (0,0) size 98x20
+ LayoutTableSection (anonymous) at (0,0) size 98x20
+ LayoutTableRow (anonymous) at (0,0) size 98x20
LayoutTableCell {TD} at (0,0) size 0x0 [r=0 c=0 rs=1 cs=1]
- LayoutTableCell {DIV} at (0,0) size 99x20 [r=0 c=1 rs=1 cs=1]
+ LayoutTableCell {DIV} at (0,0) size 98x20 [r=0 c=1 rs=1 cs=1]
LayoutText {#text} at (0,0) size 98x19
text run at (0,0) width 98: "...continues here"
LayoutBlockFlow (anonymous) at (0,40) size 769x0

Powered by Google App Engine
This is Rietveld 408576698