repo.or.cz
/
gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bug 1728955: part 5) Add missing `// static` comment to `nsClipboard::CreateNativeDat...
[gecko.git]
/
editor
/
reftests
/
694880-3.html
blob
481187fff7c5767bc8dbe036a9a88837111952f8
1
<!DOCTYPE
html
>
2
<html>
3
<style>
4
:read-only { color: red; }
5
:read-write { color: green; }
6
</style>
7
<body
onload
=
"document.designMode='on';document.designMode='off'"
>
8
<div
contenteditable
>
test
</div>
9
</body>
10
</html>