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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/tables/mozilla/bugs/bug10633-expected.txt

Issue 1361693002: Fix behaviour of empty cells in tables with colspans (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Updated Created 5 years, 2 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: third_party/WebKit/LayoutTests/platform/linux/tables/mozilla/bugs/bug10633-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/tables/mozilla/bugs/bug10633-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/tables/mozilla/bugs/bug10633-expected.txt
index 845e4366ef256a00bdcf12ee094e46c9eab4aad7..f7805e3b9a092fedbf54c40850ca98801397b45d 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/tables/mozilla/bugs/bug10633-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/tables/mozilla/bugs/bug10633-expected.txt
@@ -45,38 +45,37 @@ layer at (0,0) size 800x600
LayoutTableCell {TD} at (448,1) size 20x22 [r=1 c=10 rs=1 cs=1]
LayoutImage {IMG} at (0,0) size 20x22
LayoutTableRow {TR} at (0,23) size 468x85
- LayoutTableCell {TD} at (0,55) size 6x20 [r=2 c=0 rs=1 cs=1]
+ LayoutTableCell {TD} at (0,55) size 9x20 [r=2 c=0 rs=1 cs=1]
LayoutText {#text} at (0,0) size 4x19
text run at (0,0) width 4: " "
- LayoutTableCell {TD} at (6,55) size 6x20 [bgcolor=#EBEBE4] [r=2 c=1 rs=1 cs=1]
+ LayoutTableCell {TD} at (9,55) size 9x20 [bgcolor=#EBEBE4] [r=2 c=1 rs=1 cs=1]
LayoutText {#text} at (0,0) size 4x19
text run at (0,0) width 4: " "
- LayoutTableCell {TD} at (12,23) size 213x85 [bgcolor=#EBEBE4] [r=2 c=2 rs=1 cs=3]
- LayoutBlockFlow {P} at (0,0) size 213x85
+ LayoutTableCell {TD} at (18,23) size 207x85 [bgcolor=#EBEBE4] [r=2 c=2 rs=1 cs=3]
+ LayoutBlockFlow {P} at (0,0) size 207x85
LayoutImage {IMG} at (0,0) size 1x5
LayoutBR {BR} at (1,5) size 0x0
- LayoutInline {FONT} at (0,0) size 211x64
- LayoutText {#text} at (0,5) size 211x64
+ LayoutInline {FONT} at (0,0) size 180x64
+ LayoutText {#text} at (0,5) size 180x64
text run at (0,5) width 123: "Search using almost "
text run at (123,5) width 21: "any"
text run at (0,21) width 180: "combination of business name,"
- text run at (0,37) width 178: "category, street address, city, "
- text run at (178,37) width 33: "state,"
- text run at (0,53) width 128: "ZIP, or phone number."
- LayoutInline {FONT} at (0,0) size 128x32
- LayoutBR {BR} at (128,66) size 0x0
+ text run at (0,37) width 174: "category, street address, city,"
+ text run at (0,53) width 165: "state, ZIP, or phone number."
+ LayoutInline {FONT} at (0,0) size 165x32
+ LayoutBR {BR} at (165,66) size 0x0
LayoutText {#text} at (0,69) size 4x16
text run at (0,69) width 4: " "
LayoutTableCell {TD} at (225,55) size 18x20 [r=2 c=5 rs=1 cs=1]
LayoutText {#text} at (0,0) size 4x19
text run at (0,0) width 4: " "
- LayoutTableCell {TD} at (243,55) size 7x20 [r=2 c=6 rs=1 cs=1]
+ LayoutTableCell {TD} at (243,55) size 9x20 [r=2 c=6 rs=1 cs=1]
LayoutText {#text} at (0,0) size 4x19
text run at (0,0) width 4: " "
- LayoutTableCell {TD} at (250,55) size 7x20 [bgcolor=#EBEBE4] [r=2 c=7 rs=1 cs=1]
+ LayoutTableCell {TD} at (252,55) size 9x20 [bgcolor=#EBEBE4] [r=2 c=7 rs=1 cs=1]
LayoutText {#text} at (0,0) size 4x19
text run at (0,0) width 4: " "
- LayoutTableCell {TD} at (257,23) size 211x53 [bgcolor=#EBEBE4] [r=2 c=8 rs=1 cs=3]
+ LayoutTableCell {TD} at (261,23) size 207x53 [bgcolor=#EBEBE4] [r=2 c=8 rs=1 cs=3]
LayoutInline {FONT} at (0,0) size 206x61
LayoutImage {IMG} at (0,0) size 1x5
LayoutBR {BR} at (1,5) size 0x0

Powered by Google App Engine
This is Rietveld 408576698