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

Side by Side Diff: LayoutTests/platform/linux/fast/css-generated-content/after-order-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 784x582 5 RenderBody {BODY} at (8,8) size 784x582
6 RenderBlock {P} at (0,0) size 784x20 6 RenderBlock {P} at (0,0) size 784x20
7 RenderInline {EM} at (0,0) size 640x19 7 RenderInline {EM} at (0,0) size 640x19
8 RenderText {#text} at (0,0) size 640x19 8 RenderText {#text} at (0,0) size 640x19
9 text run at (0,0) width 640: "When an :after rule has multiple piece s of content, older versions of Safari display them backwards." 9 text run at (0,0) width 640: "When an :after rule has multiple piece s of content, older versions of Safari display them backwards."
10 RenderBlock {DIV} at (10,36) size 764x52 [border: (1px solid #000000)] 10 RenderBlock {DIV} at (10,36) size 764x52 [border: (1px solid #000000)]
11 RenderText {#text} at (11,21) size 39x19 11 RenderText {#text} at (11,21) size 39x19
12 text run at (11,21) width 39: "Inline: " 12 text run at (11,21) width 39: "Inline: "
13 RenderInline {<pseudo:after>} at (0,0) size 461x19 13 RenderInline {<pseudo:after>} at (0,0) size 461x19
14 RenderTextFragment at (50,21) size 224x19 14 RenderTextFragment at (50,21) size 224x19
15 text run at (50,21) width 224: "This should be before the green box. " 15 text run at (50,21) width 224: "This should be before the green box. "
16 RenderImage at (274,11) size 25x25 16 LayoutImage at (274,11) size 25x25
17 RenderTextFragment at (299,21) size 212x19 17 RenderTextFragment at (299,21) size 212x19
18 text run at (299,21) width 212: " This should be after the green box ." 18 text run at (299,21) width 212: " This should be after the green box ."
19 RenderBlock {DIV} at (10,98) size 764x92 [border: (1px solid #000000)] 19 RenderBlock {DIV} at (10,98) size 764x92 [border: (1px solid #000000)]
20 RenderText {#text} at (11,61) size 79x19 20 RenderText {#text} at (11,61) size 79x19
21 text run at (11,61) width 79: "Inline-block: " 21 text run at (11,61) width 79: "Inline-block: "
22 RenderBlock {<pseudo:after>} at (90,11) size 200x70 22 RenderBlock {<pseudo:after>} at (90,11) size 200x70
23 RenderTextFragment at (0,0) size 189x49 23 RenderTextFragment at (0,0) size 189x49
24 text run at (0,0) width 189: "This should be before the green" 24 text run at (0,0) width 189: "This should be before the green"
25 text run at (0,30) width 31: "box. " 25 text run at (0,30) width 31: "box. "
26 RenderImage at (31,20) size 25x25 26 LayoutImage at (31,20) size 25x25
27 RenderTextFragment at (56,30) size 200x39 27 RenderTextFragment at (56,30) size 200x39
28 text run at (56,30) width 144: " This should be after the" 28 text run at (56,30) width 144: " This should be after the"
29 text run at (0,50) width 64: "green box." 29 text run at (0,50) width 64: "green box."
30 RenderBlock {DIV} at (10,200) size 764x112 [border: (1px solid #000000)] 30 RenderBlock {DIV} at (10,200) size 764x112 [border: (1px solid #000000)]
31 RenderBlock (anonymous) at (11,11) size 742x20 31 RenderBlock (anonymous) at (11,11) size 742x20
32 RenderText {#text} at (0,0) size 39x19 32 RenderText {#text} at (0,0) size 39x19
33 text run at (0,0) width 39: "Block:" 33 text run at (0,0) width 39: "Block:"
34 RenderBlock {<pseudo:after>} at (11,31) size 200x70 34 RenderBlock {<pseudo:after>} at (11,31) size 200x70
35 RenderTextFragment at (0,0) size 189x49 35 RenderTextFragment at (0,0) size 189x49
36 text run at (0,0) width 189: "This should be before the green" 36 text run at (0,0) width 189: "This should be before the green"
37 text run at (0,30) width 31: "box. " 37 text run at (0,30) width 31: "box. "
38 RenderImage at (31,20) size 25x25 38 LayoutImage at (31,20) size 25x25
39 RenderTextFragment at (56,30) size 200x39 39 RenderTextFragment at (56,30) size 200x39
40 text run at (56,30) width 144: " This should be after the" 40 text run at (56,30) width 144: " This should be after the"
41 text run at (0,50) width 64: "green box." 41 text run at (0,50) width 64: "green box."
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698