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

Unified Diff: LayoutTests/platform/linux/fast/css/acid2-pixel-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/css/acid2-pixel-expected.txt
diff --git a/LayoutTests/platform/linux/fast/css/acid2-pixel-expected.txt b/LayoutTests/platform/linux/fast/css/acid2-pixel-expected.txt
index 8b1d5483f9dd66a92089698c6b57c28fb81a9d1c..8996caf94607d97cee7b379d6bb9a45676e594d5 100644
--- a/LayoutTests/platform/linux/fast/css/acid2-pixel-expected.txt
+++ b/LayoutTests/platform/linux/fast/css/acid2-pixel-expected.txt
@@ -8,9 +8,9 @@ layer at (0,0) size 800x298
text run at (12,46) width 134: "Hello World!"
layer at (36,72) size 764x226
LayoutBlockFlow (relative positioned) {DIV} at (36,72) 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