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

Side by Side Diff: LayoutTests/platform/win-xp/fast/replaced/width100percent-image-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 RenderBlock (anonymous) at (0,0) size 784x40 6 RenderBlock (anonymous) at (0,0) size 784x40
7 RenderText {#text} at (0,0) size 779x39 7 RenderText {#text} at (0,0) size 779x39
8 text run at (0,0) width 676: "The following elements behave differentl y in different browsers. Our current behavior will cause them to overlap, " 8 text run at (0,0) width 676: "The following elements behave differentl y in different browsers. Our current behavior will cause them to overlap, "
9 text run at (676,0) width 103: "but we may need" 9 text run at (676,0) width 103: "but we may need"
10 text run at (0,20) width 160: "to change this in the future." 10 text run at (0,20) width 160: "to change this in the future."
11 LayoutTable {TABLE} at (0,40) size 784x24 11 LayoutTable {TABLE} at (0,40) size 784x24
12 LayoutTableSection {TBODY} at (0,0) size 784x24 12 LayoutTableSection {TBODY} at (0,0) size 784x24
13 LayoutTableRow {TR} at (0,1) size 784x22 13 LayoutTableRow {TR} at (0,1) size 784x22
14 LayoutTableCell {TD} at (1,11) size 2x2 [r=0 c=0 rs=1 cs=1] 14 LayoutTableCell {TD} at (1,11) size 2x2 [r=0 c=0 rs=1 cs=1]
15 RenderImage {IMG} at (1,1) size 0x0 15 LayoutImage {IMG} at (1,1) size 0x0
16 LayoutTableCell {TD} at (4,11) size 2x2 [r=0 c=1 rs=1 cs=1] 16 LayoutTableCell {TD} at (4,11) size 2x2 [r=0 c=1 rs=1 cs=1]
17 RenderImage {IMG} at (1,1) size 0x0 17 LayoutImage {IMG} at (1,1) size 0x0
18 LayoutTableCell {TD} at (7,11) size 2x2 [r=0 c=2 rs=1 cs=1] 18 LayoutTableCell {TD} at (7,11) size 2x2 [r=0 c=2 rs=1 cs=1]
19 RenderImage {IMG} at (1,1) size 0x0 19 LayoutImage {IMG} at (1,1) size 0x0
20 LayoutTableCell {TD} at (10,1) size 773x22 [r=0 c=3 rs=1 cs=1] 20 LayoutTableCell {TD} at (10,1) size 773x22 [r=0 c=3 rs=1 cs=1]
21 RenderText {#text} at (1,1) size 4x19 21 RenderText {#text} at (1,1) size 4x19
22 text run at (1,1) width 4: " " 22 text run at (1,1) width 4: " "
23 RenderBlock (anonymous) at (0,64) size 784x40 23 RenderBlock (anonymous) at (0,64) size 784x40
24 RenderBR {BR} at (0,0) size 0x19 24 RenderBR {BR} at (0,0) size 0x19
25 RenderBR {BR} at (0,20) size 0x19 25 RenderBR {BR} at (0,20) size 0x19
26 LayoutTable {TABLE} at (0,104) size 784x279 26 LayoutTable {TABLE} at (0,104) size 784x279
27 LayoutTableSection {TBODY} at (0,0) size 784x279 27 LayoutTableSection {TBODY} at (0,0) size 784x279
28 LayoutTableRow {TR} at (0,1) size 784x277 28 LayoutTableRow {TR} at (0,1) size 784x277
29 LayoutTableCell {TD} at (1,1) size 216x277 [r=0 c=0 rs=1 cs=1] 29 LayoutTableCell {TD} at (1,1) size 216x277 [r=0 c=0 rs=1 cs=1]
30 RenderImage {IMG} at (1,1) size 214x275 30 LayoutImage {IMG} at (1,1) size 214x275
31 LayoutTableCell {TD} at (218,1) size 216x277 [r=0 c=1 rs=1 cs=1] 31 LayoutTableCell {TD} at (218,1) size 216x277 [r=0 c=1 rs=1 cs=1]
32 RenderImage {IMG} at (1,1) size 214x275 32 LayoutImage {IMG} at (1,1) size 214x275
33 LayoutTableCell {TD} at (435,1) size 216x277 [r=0 c=2 rs=1 cs=1] 33 LayoutTableCell {TD} at (435,1) size 216x277 [r=0 c=2 rs=1 cs=1]
34 RenderImage {IMG} at (1,1) size 214x275 34 LayoutImage {IMG} at (1,1) size 214x275
35 LayoutTableCell {TD} at (652,128) size 131x22 [r=0 c=3 rs=1 cs=1] 35 LayoutTableCell {TD} at (652,128) size 131x22 [r=0 c=3 rs=1 cs=1]
36 RenderText {#text} at (1,1) size 4x19 36 RenderText {#text} at (1,1) size 4x19
37 text run at (1,1) width 4: " " 37 text run at (1,1) width 4: " "
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698