projects
/
framework
/
web
/
webkit-efl.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[WK2] Small Caps font variant issue for Italic fonts
[framework/web/webkit-efl.git]
/
LayoutTests
/
editing
/
style
/
highlight.html
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().setPosition(e,0);
6
</script>
7
</body>
8
</html>