| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <script> | |
| if (window.testRunner) { | |
| testRunner.dumpAsText(true); | |
| } | |
| </script> | |
| <style> | |
| form { zoom:200%; } | |
| </style> | |
| </head> | |
| <body> | |
| The form elements should render at 2x their normal size: | |
| <form> | |
| <label><input type="checkbox">OMG Checkbox</label><br> | |
| <input type="submit" value="foo"><br> | |
| <label><input type="radio">Killed by the video star :-(</label><br> | |
| </form> | |
| </body> | |
| </html> |