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/fast/forms/input-appearance-selection-expected.txt

Issue 922423002: Move rendering/RenderTextControl* to layout/LayoutTextControl* (Closed) Base URL: svn://svn.chromium.org/blink/trunk
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 | Annotate | Revision Log
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 (anonymous) at (0,0) size 784x18 6 RenderBlock (anonymous) at (0,0) size 784x18
7 RenderText {#text} at (0,0) size 344x18 7 RenderText {#text} at (0,0) size 344x18
8 text run at (0,0) width 344: "This tests the selection methods on the new text field." 8 text run at (0,0) width 344: "This tests the selection methods on the new text field."
9 RenderBlock {P} at (0,34) size 784x19 9 RenderBlock {P} at (0,34) size 784x19
10 RenderTextControl {INPUT} at (0,0) size 123x19 [bgcolor=#FFFFFF] [border : (2px inset #EEEEEE)] 10 LayoutTextControl {INPUT} at (0,0) size 123x19 [bgcolor=#FFFFFF] [border : (2px inset #EEEEEE)]
11 RenderText {#text} at (0,0) size 0x0 11 RenderText {#text} at (0,0) size 0x0
12 RenderBlock {DIV} at (0,69) size 784x486 12 RenderBlock {DIV} at (0,69) size 784x486
13 RenderBR {BR} at (0,0) size 0x18 13 RenderBR {BR} at (0,0) size 0x18
14 RenderText {#text} at (0,18) size 201x18 14 RenderText {#text} at (0,18) size 201x18
15 text run at (0,18) width 201: "Test 1: setSelectionRange(0, 0)" 15 text run at (0,18) width 201: "Test 1: setSelectionRange(0, 0)"
16 RenderBR {BR} at (200,32) size 1x0 16 RenderBR {BR} at (200,32) size 1x0
17 RenderText {#text} at (0,36) size 48x18 17 RenderText {#text} at (0,36) size 48x18
18 text run at (0,36) width 48: "Passed." 18 text run at (0,36) width 48: "Passed."
19 RenderBR {BR} at (47,50) size 1x0 19 RenderBR {BR} at (47,50) size 1x0
20 RenderBR {BR} at (0,54) size 0x18 20 RenderBR {BR} at (0,54) size 0x18
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 RenderText {#text} at (0,468) size 48x18 73 RenderText {#text} at (0,468) size 48x18
74 text run at (0,468) width 48: "Passed." 74 text run at (0,468) width 48: "Passed."
75 RenderBR {BR} at (47,482) size 1x0 75 RenderBR {BR} at (47,482) size 1x0
76 RenderBlock {P} at (0,571) size 784x0 76 RenderBlock {P} at (0,571) size 784x0
77 layer at (11,45) size 117x13 scrollWidth 131 77 layer at (11,45) size 117x13 scrollWidth 131
78 RenderBlock {DIV} at (3,3) size 117x13 78 RenderBlock {DIV} at (3,3) size 117x13
79 RenderText {#text} at (0,0) size 131x13 79 RenderText {#text} at (0,0) size 131x13
80 text run at (0,0) width 131: "123456789 ABCDEFGHIJ" 80 text run at (0,0) width 131: "123456789 ABCDEFGHIJ"
81 selection start: position 3 of child 0 {#text} of child 0 {DIV} of {#document-fr agment} of child 1 {INPUT} of child 1 {P} of body 81 selection start: position 3 of child 0 {#text} of child 0 {DIV} of {#document-fr agment} of child 1 {INPUT} of child 1 {P} of body
82 selection end: position 12 of child 0 {#text} of child 0 {DIV} of {#document-f ragment} of child 1 {INPUT} of child 1 {P} of body 82 selection end: position 12 of child 0 {#text} of child 0 {DIV} of {#document-f ragment} of child 1 {INPUT} of child 1 {P} of body
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698