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

Side by Side Diff: LayoutTests/fast/forms/zoomed-controls.html

Issue 11418042: Merge 134698 - [chromium/mac] Fix drawing of buttons, checkboxes, radio boxes, and steppers when th… (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1312/
Patch Set: Created 8 years, 1 month 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
« no previous file with comments | « no previous file | LayoutTests/fast/forms/zoomed-controls-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <script> 4 <script>
5 if (window.testRunner) { 5 if (window.testRunner) {
6 testRunner.dumpAsText(true); 6 testRunner.dumpAsText(true);
7 } 7 }
8 </script> 8 </script>
9 <style> 9 <style>
10 form { zoom:200%; } 10 form { zoom:200%; }
11 </style> 11 </style>
12 </head> 12 </head>
13 <body> 13 <body>
14 The form elements should render at 2x their normal size: 14 The form elements should render at 2x their normal size:
15 <form> 15 <form>
16 <label><input type="checkbox">OMG Checkbox</label><br> 16 <label><input type="checkbox">OMG Checkbox</label><br>
17 <input type="submit" value="foo"><br> 17 <input type="submit" value="foo"><br>
18 <label><input type="radio">Killed by the video star :-(</label><br> 18 <label><input type="radio">Killed by the video star :-(</label><br>
19 </form> 19 </form>
20 </body> 20 </body>
21 </html> 21 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/forms/zoomed-controls-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698