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

Side by Side Diff: LayoutTests/platform/linux/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt

Issue 222023002: focus() behaviour differs depending on how value is set (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixing selection handling of 'value' HTML attribute by initializing m_cachedSelection{Start,End} wi… Created 6 years, 8 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 RenderBlock {P} at (0,0) size 784x20 6 RenderBlock {P} at (0,0) size 784x20
7 RenderText {#text} at (0,0) size 754x19 7 RenderText {#text} at (0,0) size 754x19
8 text run at (0,0) width 754: "Test appearances of spin buttons. Disabl ed state and read-only state should have appearances different from the normal s tate." 8 text run at (0,0) width 754: "Test appearances of spin buttons. Disabl ed state and read-only state should have appearances different from the normal s tate."
9 RenderBlock {DIV} at (0,36) size 784x34 9 RenderBlock {DIV} at (0,36) size 784x34
10 RenderInline {LABEL} at (0,0) size 315x19 10 RenderInline {LABEL} at (0,0) size 315x19
(...skipping 27 matching lines...) Expand all
38 layer at (12,117) size 210x24 38 layer at (12,117) size 210x24
39 RenderBlock {DIV} at (0,0) size 210x24 39 RenderBlock {DIV} at (0,0) size 210x24
40 RenderText {#text} at (0,0) size 11x23 40 RenderText {#text} at (0,0) size 11x23
41 text run at (0,0) width 11: "0" 41 text run at (0,0) width 11: "0"
42 layer at (222,48) size 15x26 42 layer at (222,48) size 15x26
43 RenderBlock (relative positioned) {DIV} at (210,-1) size 15x26 43 RenderBlock (relative positioned) {DIV} at (210,-1) size 15x26
44 layer at (222,82) size 15x26 transparent 44 layer at (222,82) size 15x26 transparent
45 RenderBlock (relative positioned) {DIV} at (210,-1) size 15x26 45 RenderBlock (relative positioned) {DIV} at (210,-1) size 15x26
46 layer at (222,116) size 15x26 transparent 46 layer at (222,116) size 15x26 transparent
47 RenderBlock (relative positioned) {DIV} at (210,-1) size 15x26 47 RenderBlock (relative positioned) {DIV} at (210,-1) size 15x26
48 selection start: position 0 of child 0 {#text} of child 0 {DIV} of child 0 {DIV} of child 0 {DIV} of {#document-fragment} of child 0 {INPUT} of child 0 {LABEL} of child 9 {DIV} of body 48 caret: position 0 of child 0 {#text} of child 0 {DIV} of child 0 {DIV} of child 0 {DIV} of {#document-fragment} of child 0 {INPUT} of child 0 {LABEL} of child 9 {DIV} of body
49 selection end: position 1 of child 0 {#text} of child 0 {DIV} of child 0 {DIV} of child 0 {DIV} of {#document-fragment} of child 0 {INPUT} of child 0 {LABEL} of child 9 {DIV} of body
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698