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

Side by Side Diff: LayoutTests/platform/win/fast/forms/plaintext-mode-2-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 784x22 6 RenderBlock (anonymous) at (0,0) size 784x22
7 RenderTextControl {INPUT} at (0,0) size 600x22 [bgcolor=#FFFFFF] [border : (2px inset #EEEEEE)] 7 LayoutTextControl {INPUT} at (0,0) size 600x22 [bgcolor=#FFFFFF] [border : (2px inset #EEEEEE)]
8 RenderText {#text} at (600,2) size 4x17 8 RenderText {#text} at (600,2) size 4x17
9 text run at (600,2) width 4: " " 9 text run at (600,2) width 4: " "
10 RenderBR {BR} at (604,16) size 0x0 10 RenderBR {BR} at (604,16) size 0x0
11 RenderBlock {DIV} at (0,22) size 784x18 11 RenderBlock {DIV} at (0,22) size 784x18
12 RenderText {#text} at (0,0) size 33x17 12 RenderText {#text} at (0,0) size 33x17
13 text run at (0,0) width 33: "This " 13 text run at (0,0) width 33: "This "
14 RenderInline {B} at (0,0) size 69x17 14 RenderInline {B} at (0,0) size 69x17
15 RenderText {#text} at (32,0) size 45x17 15 RenderText {#text} at (32,0) size 45x17
16 text run at (32,0) width 45: "styled " 16 text run at (32,0) width 45: "styled "
17 RenderInline {I} at (0,0) size 25x17 17 RenderInline {I} at (0,0) size 25x17
(...skipping 14 matching lines...) Expand all
32 text run at (0,0) width 332: "Success: document.execCommand(\"Copy\" ) == true" 32 text run at (0,0) width 332: "Success: document.execCommand(\"Copy\" ) == true"
33 RenderListItem {LI} at (40,18) size 744x18 33 RenderListItem {LI} at (40,18) size 744x18
34 RenderListMarker at (-20,0) size 16x17: "2" 34 RenderListMarker at (-20,0) size 16x17: "2"
35 RenderText {#text} at (0,0) size 331x17 35 RenderText {#text} at (0,0) size 331x17
36 text run at (0,0) width 331: "Success: document.execCommand(\"Paste\ ") == true" 36 text run at (0,0) width 331: "Success: document.execCommand(\"Paste\ ") == true"
37 layer at (10,11) size 596x16 37 layer at (10,11) size 596x16
38 RenderBlock {DIV} at (2,3) size 596x16 38 RenderBlock {DIV} at (2,3) size 596x16
39 RenderText {#text} at (0,0) size 511x16 39 RenderText {#text} at (0,0) size 511x16
40 text run at (0,0) width 511: "This styled text, and link will be pasted in to the textfield. All richness should be stripped." 40 text run at (0,0) width 511: "This styled text, and link will be pasted in to the textfield. All richness should be stripped."
41 caret: position 94 of child 0 {#text} of child 0 {DIV} of {#document-fragment} o f child 0 {INPUT} of body 41 caret: position 94 of child 0 {#text} of child 0 {DIV} of {#document-fragment} o f child 0 {INPUT} of body
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698