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
Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
editing
/
caret
/
caret-position.html
blob
f54c337fb45c2522fdf0b62ca386622228887985
1
<!DOCTYPE
html
>
2
<body>
3
This tests if the caret position is aligned correctly.
4
<input
id
=
"text"
style
=
"line-height: 1; font-size: 10; padding: 1px 0px 1px 1px; width:200px;"
/>
5
<script>
6
document
.
getElementById
(
'text'
).
focus
();
7
</script>
8
</body>