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

Side by Side Diff: LayoutTests/platform/linux/fast/inline/emptyInlinesWithinLists-expected.txt

Issue 931423003: Rename rendering/RenderList* to layout/LayoutList* (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove spurious LayoutLayerModelObject reference 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 784x576 5 RenderBody {BODY} at (8,8) size 784x576
6 RenderBlock {DIV} at (0,0) size 784x20 6 RenderBlock {DIV} at (0,0) size 784x20
7 RenderText {#text} at (0,0) size 428x19 7 RenderText {#text} at (0,0) size 428x19
8 text run at (0,0) width 428: "This test demonstrates our behavior rega rding empty inlines in list items." 8 text run at (0,0) width 428: "This test demonstrates our behavior rega rding empty inlines in list items."
9 RenderBlock {UL} at (0,36) size 784x100 9 RenderBlock {UL} at (0,36) size 784x100
10 RenderListItem {LI} at (40,0) size 744x20 10 LayoutListItem {LI} at (40,0) size 744x20
11 RenderListMarker at (-18,0) size 7x19: bullet 11 LayoutListMarker at (-18,0) size 7x19: bullet
12 RenderInline {SPAN} at (0,0) size 4x23 [border: (2px solid #FF0000)] 12 RenderInline {SPAN} at (0,0) size 4x23 [border: (2px solid #FF0000)]
13 RenderListItem {LI} at (40,20) size 744x20 13 LayoutListItem {LI} at (40,20) size 744x20
14 RenderListMarker at (-18,0) size 7x19: bullet 14 LayoutListMarker at (-18,0) size 7x19: bullet
15 RenderInline {SPAN} at (0,0) size 8x27 [border: (2px solid #FF0000)] 15 RenderInline {SPAN} at (0,0) size 8x27 [border: (2px solid #FF0000)]
16 RenderText {#text} at (8,0) size 27x19 16 RenderText {#text} at (8,0) size 27x19
17 text run at (8,0) width 27: "Text" 17 text run at (8,0) width 27: "Text"
18 RenderListItem {LI} at (40,40) size 744x20 18 LayoutListItem {LI} at (40,40) size 744x20
19 RenderListMarker at (-18,0) size 7x19: bullet 19 LayoutListMarker at (-18,0) size 7x19: bullet
20 RenderText {#text} at (0,0) size 85x19 20 RenderText {#text} at (0,0) size 85x19
21 text run at (0,0) width 85: "TextTextText " 21 text run at (0,0) width 85: "TextTextText "
22 RenderInline {SPAN} at (0,0) size 8x27 [border: (2px solid #FF0000)] 22 RenderInline {SPAN} at (0,0) size 8x27 [border: (2px solid #FF0000)]
23 RenderBlock (anonymous) at (40,60) size 744x20 23 RenderBlock (anonymous) at (40,60) size 744x20
24 RenderInline {SPAN} at (0,0) size 8x27 [border: (2px solid #FF0000)] 24 RenderInline {SPAN} at (0,0) size 8x27 [border: (2px solid #FF0000)]
25 RenderListItem {LI} at (40,80) size 744x20 25 LayoutListItem {LI} at (40,80) size 744x20
26 RenderListMarker at (-18,0) size 7x19: bullet 26 LayoutListMarker at (-18,0) size 7x19: bullet
27 RenderText {#text} at (0,0) size 27x19 27 RenderText {#text} at (0,0) size 27x19
28 text run at (0,0) width 27: "Text" 28 text run at (0,0) width 27: "Text"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698