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

Side by Side Diff: LayoutTests/platform/win/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 784x18 6 RenderBlock {DIV} at (0,0) size 784x18
7 RenderText {#text} at (0,0) size 468x17 7 RenderText {#text} at (0,0) size 468x17
8 text run at (0,0) width 468: "This test demonstrates our behavior rega rding empty inlines in list items." 8 text run at (0,0) width 468: "This test demonstrates our behavior rega rding empty inlines in list items."
9 RenderBlock {UL} at (0,34) size 784x90 9 RenderBlock {UL} at (0,34) size 784x90
10 RenderListItem {LI} at (40,0) size 744x18 10 LayoutListItem {LI} at (40,0) size 744x18
11 RenderListMarker at (-17,0) size 7x17: bullet 11 LayoutListMarker at (-17,0) size 7x17: bullet
12 RenderInline {SPAN} at (0,0) size 4x21 [border: (2px solid #FF0000)] 12 RenderInline {SPAN} at (0,0) size 4x21 [border: (2px solid #FF0000)]
13 RenderListItem {LI} at (40,18) size 744x18 13 LayoutListItem {LI} at (40,18) size 744x18
14 RenderListMarker at (-17,0) size 7x17: bullet 14 LayoutListMarker at (-17,0) size 7x17: bullet
15 RenderInline {SPAN} at (0,0) size 8x25 [border: (2px solid #FF0000)] 15 RenderInline {SPAN} at (0,0) size 8x25 [border: (2px solid #FF0000)]
16 RenderText {#text} at (8,0) size 30x17 16 RenderText {#text} at (8,0) size 30x17
17 text run at (8,0) width 30: "Text" 17 text run at (8,0) width 30: "Text"
18 RenderListItem {LI} at (40,36) size 744x18 18 LayoutListItem {LI} at (40,36) size 744x18
19 RenderListMarker at (-17,0) size 7x17: bullet 19 LayoutListMarker at (-17,0) size 7x17: bullet
20 RenderText {#text} at (0,0) size 92x17 20 RenderText {#text} at (0,0) size 92x17
21 text run at (0,0) width 92: "TextTextText " 21 text run at (0,0) width 92: "TextTextText "
22 RenderInline {SPAN} at (0,0) size 9x25 [border: (2px solid #FF0000)] 22 RenderInline {SPAN} at (0,0) size 9x25 [border: (2px solid #FF0000)]
23 RenderBlock (anonymous) at (40,54) size 744x18 23 RenderBlock (anonymous) at (40,54) size 744x18
24 RenderInline {SPAN} at (0,0) size 8x25 [border: (2px solid #FF0000)] 24 RenderInline {SPAN} at (0,0) size 8x25 [border: (2px solid #FF0000)]
25 RenderListItem {LI} at (40,72) size 744x18 25 LayoutListItem {LI} at (40,72) size 744x18
26 RenderListMarker at (-17,0) size 7x17: bullet 26 LayoutListMarker at (-17,0) size 7x17: bullet
27 RenderText {#text} at (0,0) size 30x17 27 RenderText {#text} at (0,0) size 30x17
28 text run at (0,0) width 30: "Text" 28 text run at (0,0) width 30: "Text"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698