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

Side by Side Diff: LayoutTests/fast/lists/list-marker-before-content-table-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 800x160 3 layer at (0,0) size 800x160
4 RenderBlock {HTML} at (0,0) size 800x160 4 RenderBlock {HTML} at (0,0) size 800x160
5 RenderBody {BODY} at (8,32) size 784x96 5 RenderBody {BODY} at (8,32) size 784x96
6 RenderBlock {UL} at (0,0) size 784x96 6 RenderBlock {UL} at (0,0) size 784x96
7 RenderListItem {LI} at (40,0) size 744x96 [color=#008000] 7 LayoutListItem {LI} at (40,0) size 744x96 [color=#008000]
8 RenderBlock (anonymous) at (0,0) size 744x32 8 RenderBlock (anonymous) at (0,0) size 744x32
9 RenderListMarker at (-25,0) size 11x32: bullet 9 LayoutListMarker at (-25,0) size 11x32: bullet
10 LayoutTable at (0,32) size 128x32 10 LayoutTable at (0,32) size 128x32
11 LayoutTableSection (anonymous) at (0,0) size 128x32 11 LayoutTableSection (anonymous) at (0,0) size 128x32
12 LayoutTableRow (anonymous) {<pseudo:before>} at (0,0) size 128x32 [color=#0000FF] 12 LayoutTableRow (anonymous) {<pseudo:before>} at (0,0) size 128x32 [color=#0000FF]
13 LayoutTableCell (anonymous) at (0,0) size 128x32 [r=0 c=0 rs=1 c s=1] 13 LayoutTableCell (anonymous) at (0,0) size 128x32 [r=0 c=0 rs=1 c s=1]
14 RenderTextFragment at (0,0) size 128x32 14 RenderTextFragment at (0,0) size 128x32
15 text run at (0,0) width 128: "ABCD" 15 text run at (0,0) width 128: "ABCD"
16 RenderBlock (anonymous) at (0,64) size 744x32 16 RenderBlock (anonymous) at (0,64) size 744x32
17 RenderText {#text} at (0,0) size 128x32 17 RenderText {#text} at (0,0) size 128x32
18 text run at (0,0) width 128: "EFGH" 18 text run at (0,0) width 128: "EFGH"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698