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

Unified Diff: LayoutTests/platform/linux/http/tests/misc/acid2-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/http/tests/misc/acid2-expected.txt
diff --git a/LayoutTests/platform/linux/http/tests/misc/acid2-expected.txt b/LayoutTests/platform/linux/http/tests/misc/acid2-expected.txt
index 0290293c824bb47a22611e297cb8bba05b9f1da3..06695a6c5fad4f0cdae36ee6f7b166e854bc7925 100644
--- a/LayoutTests/platform/linux/http/tests/misc/acid2-expected.txt
+++ b/LayoutTests/platform/linux/http/tests/misc/acid2-expected.txt
@@ -8,9 +8,9 @@ layer at (0,0) size 800x4094 backgroundClip at (0,0) size 800x600 clip at (0,0)
text run at (12,46) width 134: "Hello World!"
layer at (36,2668) size 764x226 backgroundClip at (0,0) size 800x600 clip at (0,0) size 800x600 outlineClip at (0,0) size 800x600
LayoutBlockFlow (relative positioned) {DIV} at (36,2584) size 764x226 [border: (12px solid #00000000)]
- LayoutTable {TABLE} at (12,12) size 1x0
- LayoutTableSection {TBODY} at (0,0) size 1x0
- LayoutTableRow {TR} at (0,0) size 1x0
+ LayoutTable {TABLE} at (12,12) size 0x0
+ LayoutTableSection {TBODY} at (0,0) size 0x0
+ LayoutTableRow {TR} at (0,0) size 0x0
LayoutTableCell {TD} at (0,0) size 0x0 [r=0 c=0 rs=1 cs=1]
LayoutBlockFlow {DIV} at (60,60) size 120x12 [bgcolor=#FF0000] [border: none (12px solid #000000) none (12px solid #000000)]
LayoutBlockFlow {DIV} at (12,0) size 144x12

Powered by Google App Engine
This is Rietveld 408576698