repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
chrome
/
test
/
data
/
android
/
focused_editable_zoom.html
blob
a59c4162d3df152e256123b0dd2c6d6549977c18
1
<html>
2
<head>
3
<meta
name
=
"viewport"
content
=
"width=980, initial-scale=0.5, maximum-scale=4"
>
4
</head>
5
<body>
6
<h1>
Zoom in to focused editable text field test
</h1>
7
8
Type text here:
<input
type
=
"text"
id
=
"textfield"
/>
9
10
<div
style
=
"width:250%; height:250%"
/>
11
</body>
12
</html>