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
/
style
/
highlight.html
blob
2620bc5c7852b4fd6f93193e552167acba2c0dd1
1
<html>
2
<body><div
id=e contenteditable
style
=
"-webkit-highlight:'green';"
>
some highlighted text
</div>
3
<script>
4
var
e
=
document
.
getElementById
(
'e'
);
5
window
.
getSelection
().
collapse
(
e
,
0
);
6
</script>
7
</body>
8
</html>