OLD | NEW |
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> |
OLD | NEW |