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

Side by Side Diff: LayoutTests/platform/linux/tables/mozilla/bugs/bug11944-expected.txt

Issue 1349473003: Remove DeprecatedPaintLayerFragment::outlineRect (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Removed line, added rebaselines. Created 5 years, 3 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 unified diff | Download patch
OLDNEW
1 layer at (0,0) size 800x600 clip at (0,0) size 785x600 scrollHeight 638 1 layer at (0,0) size 800x600 clip at (0,0) size 785x600 scrollHeight 638
2 LayoutView at (0,0) size 800x600 2 LayoutView at (0,0) size 800x600
3 layer at (0,0) size 785x638 backgroundClip at (0,0) size 785x600 clip at (0,0) s ize 785x600 outlineClip at (0,0) size 785x600 3 layer at (0,0) size 785x638 backgroundClip at (0,0) size 785x600 clip at (0,0) s ize 785x600
4 LayoutBlockFlow {HTML} at (0,0) size 785x638 4 LayoutBlockFlow {HTML} at (0,0) size 785x638
5 LayoutBlockFlow {BODY} at (8,8) size 769x622 [bgcolor=#C0C0C0] 5 LayoutBlockFlow {BODY} at (8,8) size 769x622 [bgcolor=#C0C0C0]
6 LayoutTable {TABLE} at (0,0) size 132x150 [border: (20px outset #808080)] 6 LayoutTable {TABLE} at (0,0) size 132x150 [border: (20px outset #808080)]
7 LayoutTableSection {TBODY} at (20,20) size 92x110 7 LayoutTableSection {TBODY} at (20,20) size 92x110
8 LayoutTableRow {TR} at (0,10) size 92x90 8 LayoutTableRow {TR} at (0,10) size 92x90
9 LayoutTableCell {TD} at (10,43) size 72x24 [border: (1px inset #8080 80)] [r=0 c=0 rs=1 cs=1] 9 LayoutTableCell {TD} at (10,43) size 72x24 [border: (1px inset #8080 80)] [r=0 c=0 rs=1 cs=1]
10 LayoutText {#text} at (2,2) size 68x19 10 LayoutText {#text} at (2,2) size 68x19
11 text run at (2,2) width 68: "cell content" 11 text run at (2,2) width 68: "cell content"
12 LayoutBlockFlow {P} at (0,166) size 769x20 12 LayoutBlockFlow {P} at (0,166) size 769x20
13 LayoutText {#text} at (0,0) size 576x19 13 LayoutText {#text} at (0,0) size 576x19
14 text run at (0,0) width 576: "The following two tables demostrates the bug with TD and TABLE both having height specified." 14 text run at (0,0) width 576: "The following two tables demostrates the bug with TD and TABLE both having height specified."
15 LayoutTable {TABLE} at (0,202) size 252x210 [border: (20px outset #808080) ] 15 LayoutTable {TABLE} at (0,202) size 252x210 [border: (20px outset #808080) ]
16 LayoutTableSection {TBODY} at (20,20) size 212x170 16 LayoutTableSection {TBODY} at (20,20) size 212x170
17 LayoutTableRow {TR} at (0,10) size 212x150 17 LayoutTableRow {TR} at (0,10) size 212x150
18 LayoutTableCell {TD} at (10,73) size 192x24 [border: (1px inset #808 080)] [r=0 c=0 rs=1 cs=1] 18 LayoutTableCell {TD} at (10,73) size 192x24 [border: (1px inset #808 080)] [r=0 c=0 rs=1 cs=1]
19 LayoutText {#text} at (2,2) size 188x19 19 LayoutText {#text} at (2,2) size 188x19
20 text run at (2,2) width 188: "height=210 (150+2*10+2*20)" 20 text run at (2,2) width 188: "height=210 (150+2*10+2*20)"
21 LayoutTable {TABLE} at (0,412) size 269x210 [border: (20px outset #808080) ] 21 LayoutTable {TABLE} at (0,412) size 269x210 [border: (20px outset #808080) ]
22 LayoutTableSection {TBODY} at (20,20) size 229x170 22 LayoutTableSection {TBODY} at (20,20) size 229x170
23 LayoutTableRow {TR} at (0,10) size 229x150 23 LayoutTableRow {TR} at (0,10) size 229x150
24 LayoutTableCell {TD} at (10,73) size 209x24 [border: (1px inset #808 080)] [r=0 c=0 rs=1 cs=1] 24 LayoutTableCell {TD} at (10,73) size 209x24 [border: (1px inset #808 080)] [r=0 c=0 rs=1 cs=1]
25 LayoutText {#text} at (2,2) size 205x19 25 LayoutText {#text} at (2,2) size 205x19
26 text run at (2,2) width 205: "height=211 (150+2*10+2*20+1)" 26 text run at (2,2) width 205: "height=211 (150+2*10+2*20+1)"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698