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

Side by Side Diff: LayoutTests/platform/win-xp/fast/forms/input-appearance-preventDefault-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 784x584 5 RenderBody {BODY} at (8,8) size 784x584
6 RenderBR {BR} at (0,0) size 0x19 6 LayoutBR {BR} at (0,0) size 0x19
7 RenderText {#text} at (0,20) size 630x19 7 RenderText {#text} at (0,20) size 630x19
8 text run at (0,20) width 630: "This tests that preventDefault called onm ousedown will prevent a caret from being placed in the text field." 8 text run at (0,20) width 630: "This tests that preventDefault called onm ousedown will prevent a caret from being placed in the text field."
9 RenderText {#text} at (0,0) size 0x0 9 RenderText {#text} at (0,0) size 0x0
10 RenderText {#text} at (0,0) size 0x0 10 RenderText {#text} at (0,0) size 0x0
11 layer at (10,50) size 153x22 11 layer at (10,50) size 153x22
12 LayoutTextControl {INPUT} at (10,50) size 153x22 [bgcolor=#FFFFFF] [border: (2 px inset #EEEEEE)] 12 LayoutTextControl {INPUT} at (10,50) size 153x22 [bgcolor=#FFFFFF] [border: (2 px inset #EEEEEE)]
13 layer at (12,53) size 149x16 13 layer at (12,53) size 149x16
14 RenderBlock {DIV} at (2,3) size 149x16 14 RenderBlock {DIV} at (2,3) size 149x16
15 RenderText {#text} at (0,0) size 138x16 15 RenderText {#text} at (0,0) size 138x16
16 text run at (0,0) width 138: "No caret should be here" 16 text run at (0,0) width 138: "No caret should be here"
17 layer at (10,70) size 308x40 17 layer at (10,70) size 308x40
18 RenderBlock (positioned) {DIV} at (10,70) size 308x40 18 RenderBlock (positioned) {DIV} at (10,70) size 308x40
19 RenderBR {BR} at (0,0) size 0x19 19 LayoutBR {BR} at (0,0) size 0x19
20 RenderText {#text} at (0,20) size 308x19 20 RenderText {#text} at (0,20) size 308x19
21 text run at (0,20) width 308: "mousedown on target [object HTMLInputElemen t]" 21 text run at (0,20) width 308: "mousedown on target [object HTMLInputElemen t]"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698