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

Side by Side Diff: LayoutTests/platform/mac/editing/selection/selectNode-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 {P} at (0,0) size 784x18 6 RenderBlock {P} at (0,0) size 784x18
7 RenderText {#text} at (0,0) size 343x18 7 RenderText {#text} at (0,0) size 343x18
8 text run at (0,0) width 343: "This tests Range.selectNode() of a text node and a br." 8 text run at (0,0) width 343: "This tests Range.selectNode() of a text node and a br."
9 RenderBlock {DIV} at (0,34) size 784x18 9 RenderBlock {DIV} at (0,34) size 784x18
10 RenderText {#text} at (0,0) size 24x18 10 RenderText {#text} at (0,0) size 24x18
11 text run at (0,0) width 24: "one" 11 text run at (0,0) width 24: "one"
12 RenderBlock {DIV} at (0,52) size 784x36 12 RenderBlock {DIV} at (0,52) size 784x36
13 RenderText {#text} at (0,0) size 24x18 13 RenderText {#text} at (0,0) size 24x18
14 text run at (0,0) width 24: "two" 14 text run at (0,0) width 24: "two"
15 LayoutBR {BR} at (24,14) size 0x0 15 LayoutBR {BR} at (24,14) size 0x0
16 RenderText {#text} at (0,18) size 32x18 16 RenderText {#text} at (0,18) size 32x18
17 text run at (0,18) width 32: "three" 17 text run at (0,18) width 32: "three"
18 RenderBlock {DIV} at (0,88) size 784x18 18 RenderBlock {DIV} at (0,88) size 784x18
19 RenderText {#text} at (0,0) size 27x18 19 RenderText {#text} at (0,0) size 27x18
20 text run at (0,0) width 27: "four" 20 text run at (0,0) width 27: "four"
21 RenderBlock {UL} at (0,122) size 784x18 21 RenderBlock {UL} at (0,122) size 784x18
22 RenderListItem {LI} at (40,0) size 744x18 22 LayoutListItem {LI} at (40,0) size 744x18
23 RenderListMarker at (-17,0) size 7x18: bullet 23 LayoutListMarker at (-17,0) size 7x18: bullet
24 RenderText {#text} at (0,0) size 55x18 24 RenderText {#text} at (0,0) size 55x18
25 text run at (0,0) width 55: "Success." 25 text run at (0,0) width 55: "Success."
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698