blob: a59c4162d3df152e256123b0dd2c6d6549977c18 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<html>
<head>
<meta name="viewport" content="width=980, initial-scale=0.5, maximum-scale=4">
</head>
<body>
<h1>Zoom in to focused editable text field test</h1>
Type text here: <input type="text" id="textfield" />
<div style="width:250%; height:250%" />
</body>
</html>
|