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
/
editing
/
selection
/
paint-hyphen.html
blob
174f3389772a6b2f76a998c6b8b2510e7a000b0e
1
<head>
2
<style>
3
div::selection {
4
color: red;
5
background-color: blue;
6
}
7
div {
8
width:
1
px;
9
overflow: visible;
10
}
11
</style>
12
</head>
13
<div>
M
­
M
­
M
­
M
­
M
­
M
­
M
­
M
­
M
­
M
­
M
­
M
­
M
­
M
­
M
­
</div>
14
<script>
15
document
.
execCommand
(
'SelectAll'
)
16
</script>