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]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
sub-pixel
/
input-caret-on-subpixel-bound-expected.html
blob
93a2148cb5948b7af18df97f501ae1a4529fdf69
1
<!DOCTYPE
html
>
2
<html>
3
<head>
4
<style>
5
body {
6
font-size:
13
px;
7
font-family: sans-serif;
8
}
9
table {
10
padding:
2
px
3
px
3
px
2
px;
11
}
12
input {
13
padding:
6
px
6
px
5
px
5
px;
14
}
15
</style>
16
</head>
17
<body>
18
<fieldset>
19
<table>
20
<tr>
21
<td>
22
<input
type
=
"text"
value
=
""
/>
23
</td>
24
</tr>
25
</table>
26
</fieldset>
27
<script>
28
var
el
=
document
.
getElementsByTagName
(
'input'
)[
0
];
29
el
.
focus
();
30
</script>
31
</body>
32
</html>