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

Side by Side Diff: LayoutTests/platform/mac/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 636 1 layer at (0,0) size 800x600 clip at (0,0) size 785x600 scrollHeight 636
2 LayoutView at (0,0) size 800x600 2 LayoutView at (0,0) size 800x600
3 layer at (0,0) size 785x636 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 785x636 backgroundClip at (0,0) size 785x600 clip at (0,0) s ize 785x600
4 LayoutBlockFlow {HTML} at (0,0) size 785x636 4 LayoutBlockFlow {HTML} at (0,0) size 785x636
5 LayoutBlockFlow {BODY} at (8,8) size 769x620 [bgcolor=#C0C0C0] 5 LayoutBlockFlow {BODY} at (8,8) size 769x620 [bgcolor=#C0C0C0]
6 LayoutTable {TABLE} at (0,0) size 139x150 [border: (20px outset #808080)] 6 LayoutTable {TABLE} at (0,0) size 139x150 [border: (20px outset #808080)]
7 LayoutTableSection {TBODY} at (20,20) size 99x110 7 LayoutTableSection {TBODY} at (20,20) size 99x110
8 LayoutTableRow {TR} at (0,10) size 99x90 8 LayoutTableRow {TR} at (0,10) size 99x90
9 LayoutTableCell {TD} at (10,44) size 79x22 [border: (1px inset #8080 80)] [r=0 c=0 rs=1 cs=1] 9 LayoutTableCell {TD} at (10,44) size 79x22 [border: (1px inset #8080 80)] [r=0 c=0 rs=1 cs=1]
10 LayoutText {#text} at (2,2) size 75x18 10 LayoutText {#text} at (2,2) size 75x18
11 text run at (2,2) width 75: "cell content" 11 text run at (2,2) width 75: "cell content"
12 LayoutBlockFlow {P} at (0,166) size 769x18 12 LayoutBlockFlow {P} at (0,166) size 769x18
13 LayoutText {#text} at (0,0) size 623x18 13 LayoutText {#text} at (0,0) size 623x18
14 text run at (0,0) width 623: "The following two tables demostrates the bug with TD and TABLE both having height specified." 14 text run at (0,0) width 623: "The following two tables demostrates the bug with TD and TABLE both having height specified."
15 LayoutTable {TABLE} at (0,200) size 258x210 [border: (20px outset #808080) ] 15 LayoutTable {TABLE} at (0,200) size 258x210 [border: (20px outset #808080) ]
16 LayoutTableSection {TBODY} at (20,20) size 218x170 16 LayoutTableSection {TBODY} at (20,20) size 218x170
17 LayoutTableRow {TR} at (0,10) size 218x150 17 LayoutTableRow {TR} at (0,10) size 218x150
18 LayoutTableCell {TD} at (10,74) size 198x22 [border: (1px inset #808 080)] [r=0 c=0 rs=1 cs=1] 18 LayoutTableCell {TD} at (10,74) size 198x22 [border: (1px inset #808 080)] [r=0 c=0 rs=1 cs=1]
19 LayoutText {#text} at (2,2) size 194x18 19 LayoutText {#text} at (2,2) size 194x18
20 text run at (2,2) width 194: "height=210 (150+2*10+2*20)" 20 text run at (2,2) width 194: "height=210 (150+2*10+2*20)"
21 LayoutTable {TABLE} at (0,410) size 275x210 [border: (20px outset #808080) ] 21 LayoutTable {TABLE} at (0,410) size 275x210 [border: (20px outset #808080) ]
22 LayoutTableSection {TBODY} at (20,20) size 235x170 22 LayoutTableSection {TBODY} at (20,20) size 235x170
23 LayoutTableRow {TR} at (0,10) size 235x150 23 LayoutTableRow {TR} at (0,10) size 235x150
24 LayoutTableCell {TD} at (10,74) size 215x22 [border: (1px inset #808 080)] [r=0 c=0 rs=1 cs=1] 24 LayoutTableCell {TD} at (10,74) size 215x22 [border: (1px inset #808 080)] [r=0 c=0 rs=1 cs=1]
25 LayoutText {#text} at (2,2) size 211x18 25 LayoutText {#text} at (2,2) size 211x18
26 text run at (2,2) width 211: "height=211 (150+2*10+2*20+1)" 26 text run at (2,2) width 211: "height=211 (150+2*10+2*20+1)"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698