blob: e1a3660ade1ee1fa1594337a4b0123b248f26a52 [file] [log] [blame]
<!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>