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

Side by Side Diff: LayoutTests/platform/linux/fast/forms/search/search-appearance-basic-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 800x406 3 layer at (0,0) size 800x406
4 RenderBlock {HTML} at (0,0) size 800x406 4 RenderBlock {HTML} at (0,0) size 800x406
5 RenderBody {BODY} at (8,8) size 784x390 5 RenderBody {BODY} at (8,8) size 784x390
6 RenderBlock (anonymous) at (0,0) size 784x92 6 RenderBlock (anonymous) at (0,0) size 784x92
7 RenderTextControl {INPUT} at (4,4) size 155x22 [bgcolor=#FFFFFF] [border : (2px inset #EEEEEE)] 7 RenderTextControl {INPUT} at (4,4) size 155x22 [bgcolor=#FFFFFF] [border : (2px inset #EEEEEE)]
8 RenderFlexibleBox {DIV} at (3,3) size 149x16 8 RenderFlexibleBox {DIV} at (3,3) size 149x16
9 RenderBlock {DIV} at (0,2.50) size 1x11 9 RenderBlock {DIV} at (0,2.50) size 1x11
10 RenderBlock {DIV} at (1,0) size 135x16 10 RenderBlock {DIV} at (1,0) size 135x16
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 layer at (225,274) size 14x14 transparent 209 layer at (225,274) size 14x14 transparent
210 RenderBlock {DIV} at (206.50,5) size 14x14 210 RenderBlock {DIV} at (206.50,5) size 14x14
211 layer at (548,268) size 19x19 transparent 211 layer at (548,268) size 19x19 transparent
212 RenderBlock {DIV} at (276,7) size 19x19 212 RenderBlock {DIV} at (276,7) size 19x19
213 layer at (225,335) size 14x14 transparent 213 layer at (225,335) size 14x14 transparent
214 RenderBlock {DIV} at (206.50,5) size 14x14 214 RenderBlock {DIV} at (206.50,5) size 14x14
215 layer at (548,329) size 19x19 transparent 215 layer at (548,329) size 19x19 transparent
216 RenderBlock {DIV} at (276,7) size 19x19 216 RenderBlock {DIV} at (276,7) size 19x19
217 layer at (149,380) size 8x8 transparent 217 layer at (149,380) size 8x8 transparent
218 RenderBlock {DIV} at (119,2.50) size 8x8 218 RenderBlock {DIV} at (119,2.50) size 8x8
219 selection start: position 0 of child 0 {#text} of child 0 {DIV} of child 1 {DIV} of child 0 {DIV} of {#document-fragment} of child 10 {INPUT} of body 219 caret: position 0 of child 0 {#text} of child 0 {DIV} of child 1 {DIV} of child 0 {DIV} of {#document-fragment} of child 10 {INPUT} of body
220 selection end: position 3 of child 0 {#text} of child 0 {DIV} of child 1 {DIV} of child 0 {DIV} of {#document-fragment} of child 10 {INPUT} of body
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698