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

Side by Side Diff: LayoutTests/fast/text-autosizing/form-controls-autosizing-radio-input-element.html

Issue 11858022: Merge 138162 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1364/
Patch Set: Created 7 years, 11 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 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html style="font-size: 16px"> 2 <html style="font-size: 16px">
3 <head> 3 <head>
4 4
5 <meta name="viewport" content="width=800"> 5 <meta name="viewport" content="width=800">
6 <style> 6 <style>
7 body { 7 body {
8 width: 800px; 8 width: 800px;
9 margin: 0; 9 margin: 0;
10 overflow-y: hidden; 10 overflow-y: hidden;
(...skipping 22 matching lines...) Expand all
33 <div> 33 <div>
34 Select one of:<br/> 34 Select one of:<br/>
35 <input type="radio" id="radio1" checked="checked"/> 35 <input type="radio" id="radio1" checked="checked"/>
36 <label for="radio1">Radio1</label><br/> 36 <label for="radio1">Radio1</label><br/>
37 <input type="radio" id="radio2"/> 37 <input type="radio" id="radio2"/>
38 <label for="radio2">Radio2</label><br/> 38 <label for="radio2">Radio2</label><br/>
39 </div> 39 </div>
40 40
41 </body> 41 </body>
42 </html> 42 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698