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

Side by Side Diff: LayoutTests/fast/forms/datalist/update-range-with-datalist-expected.html

Issue 13888009: Mouse press should focus on any types of form controls. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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 | Annotate | Revision Log
OLDNEW
1 <style> 1 <style>
2 .test { 2 .test {
3 margin: 0; 3 margin: 0;
4 padding: 10px; 4 padding: 10px;
5 width: 300px; 5 width: 300px;
6 height: 60px; 6 height: 60px;
7 float: left; 7 float: left;
8 } 8 }
9 </style> 9 </style>
10 10
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 <div class="test"> 67 <div class="test">
68 <h4>Test 11: Insert non-datalist in front</h4> 68 <h4>Test 11: Insert non-datalist in front</h4>
69 <input type="range" /> 69 <input type="range" />
70 </div> 70 </div>
71 71
72 <div class="test"> 72 <div class="test">
73 <h4>Test 12: Remove datalist</h4> 73 <h4>Test 12: Remove datalist</h4>
74 <input type="range" /> 74 <input type="range" />
75 </div> 75 </div>
76 76
77 <button id="button">Run tests.</button> 77 <button id="button" autofocus>Run tests.</button>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698