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

Side by Side Diff: LayoutTests/platform/linux/fast/forms/textfield-outline-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 RenderText {#text} at (0,0) size 522x19 6 RenderText {#text} at (0,0) size 522x19
7 text run at (0,0) width 522: "This tests that a negative outline-offset won't get in the way of a cursor in a text control." 7 text run at (0,0) width 522: "This tests that a negative outline-offset won't get in the way of a cursor in a text control."
8 RenderBR {BR} at (522,15) size 0x0 8 RenderBR {BR} at (522,15) size 0x0
9 RenderTextControl {INPUT} at (2,22) size 227x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)] 9 RenderTextControl {INPUT} at (2,22) size 227x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
10 RenderText {#text} at (0,0) size 0x0 10 RenderText {#text} at (0,0) size 0x0
11 layer at (11,32) size 225x24 11 layer at (11,32) size 225x24 scrollWidth 536
12 RenderBlock {DIV} at (1,2) size 225x24 12 RenderBlock {DIV} at (1,2) size 225x24
13 RenderText {#text} at (0,0) size 32x23 13 RenderText {#text} at (0,0) size 535x23
14 text run at (0,0) width 32: "abc" 14 text run at (0,0) width 535: "abcThis tests that typing doesn't cut holes in the focus outline"
15 caret: position 3 of child 0 {#text} of child 0 {DIV} of {#document-fragment} of child 3 {INPUT} of body 15 caret: position 3 of child 0 {#text} of child 0 {DIV} of {#document-fragment} of child 3 {INPUT} of body
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698