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

Side by Side Diff: LayoutTests/platform/win/tables/mozilla/bugs/bug86708-expected.txt

Issue 923953002: Move rendering/RenderImage* to layout/LayoutImage* (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 10 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 1 layer at (0,0) size 800x600
2 RenderView at (0,0) size 800x600 2 RenderView at (0,0) size 800x600
3 layer at (0,0) size 800x600 3 layer at (0,0) size 800x600
4 RenderBlock {HTML} at (0,0) size 800x600 4 RenderBlock {HTML} at (0,0) size 800x600
5 RenderBody {BODY} at (8,8) size 784x584 5 RenderBody {BODY} at (8,8) size 784x584
6 LayoutTable {TABLE} at (0,0) size 750x236 [border: (2px outset #808080)] 6 LayoutTable {TABLE} at (0,0) size 750x236 [border: (2px outset #808080)]
7 LayoutTableSection {TBODY} at (2,2) size 746x232 7 LayoutTableSection {TBODY} at (2,2) size 746x232
8 LayoutTableRow {TR} at (0,0) size 746x212 8 LayoutTableRow {TR} at (0,0) size 746x212
9 LayoutTableCell {TD} at (0,0) size 476x212 [bgcolor=#FF0000] [border : (1px inset #808080)] [r=0 c=0 rs=1 cs=1] 9 LayoutTableCell {TD} at (0,0) size 476x212 [bgcolor=#FF0000] [border : (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
10 RenderInline {A} at (0,0) size 286x17 [color=#0000EE] 10 RenderInline {A} at (0,0) size 286x17 [color=#0000EE]
11 RenderImage {IMG} at (1,1) size 286x210 11 LayoutImage {IMG} at (1,1) size 286x210
12 LayoutTableCell {TD} at (476,0) size 270x20 [bgcolor=#FFFF00] [borde r: (1px inset #808080)] [r=0 c=1 rs=2 cs=1] 12 LayoutTableCell {TD} at (476,0) size 270x20 [bgcolor=#FFFF00] [borde r: (1px inset #808080)] [r=0 c=1 rs=2 cs=1]
13 RenderText {#text} at (1,1) size 170x17 13 RenderText {#text} at (1,1) size 170x17
14 text run at (1,1) width 170: "ROWSPAN =2 in this cell" 14 text run at (1,1) width 170: "ROWSPAN =2 in this cell"
15 LayoutTableRow {TR} at (0,212) size 746x20 15 LayoutTableRow {TR} at (0,212) size 746x20
16 LayoutTableCell {TD} at (0,212) size 476x20 [bgcolor=#FFFFFF] [borde r: (1px inset #808080)] [r=1 c=0 rs=1 cs=1] 16 LayoutTableCell {TD} at (0,212) size 476x20 [bgcolor=#FFFFFF] [borde r: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
17 RenderBlock {P} at (1,1) size 474x18 17 RenderBlock {P} at (1,1) size 474x18
18 RenderText {#text} at (0,0) size 302x17 18 RenderText {#text} at (0,0) size 302x17
19 text run at (0,0) width 302: "Hello, this text may appear on t he image above" 19 text run at (0,0) width 302: "Hello, this text may appear on t he image above"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698