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

Side by Side Diff: LayoutTests/platform/mac/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 784x19 6 RenderBlock (anonymous) at (0,0) size 784x19
7 RenderTextControl {INPUT} at (0,0) size 600x19 [bgcolor=#FFFFFF] [border : (2px inset #EEEEEE)] 7 LayoutTextControl {INPUT} at (0,0) size 600x19 [bgcolor=#FFFFFF] [border : (2px inset #EEEEEE)]
8 RenderText {#text} at (600,0) size 4x18 8 RenderText {#text} at (600,0) size 4x18
9 text run at (600,0) width 4: " " 9 text run at (600,0) width 4: " "
10 RenderBR {BR} at (604,14) size 0x0 10 RenderBR {BR} at (604,14) size 0x0
11 RenderBlock {DIV} at (0,19) size 784x18 11 RenderBlock {DIV} at (0,19) size 784x18
12 RenderText {#text} at (0,0) size 33x18 12 RenderText {#text} at (0,0) size 33x18
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 69x18 14 RenderInline {B} at (0,0) size 69x18
15 RenderText {#text} at (32,0) size 45x18 15 RenderText {#text} at (32,0) size 45x18
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 25x18 17 RenderInline {I} at (0,0) size 25x18
(...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 16x18: "2" 34 RenderListMarker at (-20,0) size 16x18: "2"
35 RenderText {#text} at (0,0) size 331x18 35 RenderText {#text} at (0,0) size 331x18
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 (11,11) size 594x13 37 layer at (11,11) size 594x13
38 RenderBlock {DIV} at (3,3) size 594x13 38 RenderBlock {DIV} at (3,3) size 594x13
39 RenderText {#text} at (0,0) size 479x13 39 RenderText {#text} at (0,0) size 479x13
40 text run at (0,0) width 479: "This styled text, and link will be pasted in to the textfield. All richness should be stripped." 40 text run at (0,0) width 479: "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