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

Side by Side Diff: LayoutTests/platform/win/fast/replaced/selection-rect-in-table-cell-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 {P} at (0,0) size 784x36 6 RenderBlock {P} at (0,0) size 784x36
7 RenderText {#text} at (0,0) size 55x17 7 RenderText {#text} at (0,0) size 55x17
8 text run at (0,0) width 55: "Test for " 8 text run at (0,0) width 55: "Test for "
9 RenderInline {I} at (0,0) size 767x35 9 RenderInline {I} at (0,0) size 767x35
10 RenderInline {A} at (0,0) size 306x17 [color=#0000EE] 10 RenderInline {A} at (0,0) size 306x17 [color=#0000EE]
11 RenderText {#text} at (54,0) size 306x17 11 RenderText {#text} at (54,0) size 306x17
12 text run at (54,0) width 306: "http://bugs.webkit.org/show_bug.cgi ?id=13194" 12 text run at (54,0) width 306: "http://bugs.webkit.org/show_bug.cgi ?id=13194"
13 RenderText {#text} at (359,0) size 767x35 13 RenderText {#text} at (359,0) size 767x35
14 text run at (359,0) width 5: " " 14 text run at (359,0) width 5: " "
15 text run at (363,0) width 404: "REGRESSION: Selection rects are wron g for images in search" 15 text run at (363,0) width 404: "REGRESSION: Selection rects are wron g for images in search"
16 text run at (0,18) width 205: "results from images.google.com" 16 text run at (0,18) width 205: "results from images.google.com"
17 RenderText {#text} at (204,18) size 5x17 17 RenderText {#text} at (204,18) size 5x17
18 text run at (204,18) width 5: "." 18 text run at (204,18) width 5: "."
19 RenderBlock {P} at (0,52) size 784x18 19 RenderBlock {P} at (0,52) size 784x18
20 RenderText {#text} at (0,0) size 732x17 20 RenderText {#text} at (0,0) size 732x17
21 text run at (0,0) width 732: "Tests highlighting of replaced objects i n table cells with extra height. You should see a dark green box and no red." 21 text run at (0,0) width 732: "Tests highlighting of replaced objects i n table cells with extra height. You should see a dark green box and no red."
22 LayoutTable {TABLE} at (0,86) size 56x104 22 LayoutTable {TABLE} at (0,86) size 56x104
23 LayoutTableSection {TBODY} at (0,0) size 56x104 23 LayoutTableSection {TBODY} at (0,0) size 56x104
24 LayoutTableRow {TR} at (0,2) size 56x100 24 LayoutTableRow {TR} at (0,2) size 56x100
25 LayoutTableCell {TD} at (2,26) size 52x52 [r=0 c=0 rs=1 cs=1] 25 LayoutTableCell {TD} at (2,26) size 52x52 [r=0 c=0 rs=1 cs=1]
26 RenderImage {IMG} at (1,1) size 50x50 [bgcolor=#FF0000] 26 LayoutImage {IMG} at (1,1) size 50x50 [bgcolor=#FF0000]
27 selection start: position 0 of child 0 {IMG} of child 1 {TD} of child 0 {TR} of child 1 {TBODY} of child 5 {TABLE} of body 27 selection start: position 0 of child 0 {IMG} of child 1 {TD} of child 0 {TR} of child 1 {TBODY} of child 5 {TABLE} of body
28 selection end: position 1 of child 0 {IMG} of child 1 {TD} of child 0 {TR} of child 1 {TBODY} of child 5 {TABLE} of body 28 selection end: position 1 of child 0 {IMG} of child 1 {TD} of child 0 {TR} of child 1 {TBODY} of child 5 {TABLE} of body
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698