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

Side by Side Diff: LayoutTests/platform/win/editing/selection/selectNode-expected.txt

Issue 931633003: Move and rename RenderBR to LayoutBR. (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 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 343x17 7 RenderText {#text} at (0,0) size 343x17
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 24x17 10 RenderText {#text} at (0,0) size 24x17
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 24x17 13 RenderText {#text} at (0,0) size 24x17
14 text run at (0,0) width 24: "two" 14 text run at (0,0) width 24: "two"
15 RenderBR {BR} at (24,14) size 0x0 15 LayoutBR {BR} at (24,14) size 0x0
16 RenderText {#text} at (0,18) size 32x17 16 RenderText {#text} at (0,18) size 32x17
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 27x17 19 RenderText {#text} at (0,0) size 27x17
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 RenderListItem {LI} at (40,0) size 744x18
23 RenderListMarker at (-17,0) size 7x17: bullet 23 RenderListMarker at (-17,0) size 7x17: bullet
24 RenderText {#text} at (0,0) size 55x17 24 RenderText {#text} at (0,0) size 55x17
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