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
/
fast
/
text
/
selection-rect-line-height-too-small.html
blob
d2a213b0dcaa348b54ba29d2144f6fcd2cd69ae0
1
<style>
2
div::selection { background-color: green; }
3
</style>
4
<div
id
=
"target"
style
=
"font-size: 16px; height: 20px; line-height: 0px;"
>
5
The House
6
</div>
7
<script>
8
getSelection
().
setBaseAndExtent
(
target
,
0
,
target
,
1
);
9
</script>