Sign in
webkit
/
WebKit
/
9c8be771a698cc743f1dc94e95a2f7a35fcb0bb1
/
.
/
WebDriverTests
/
imported
/
selenium
/
common
/
src
/
web
/
content-editable.html
blob: 7a7d558170179f6edb1806bcc8d1783f8e073d5d [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
<title>
Testing content editable
</title>
</head>
<body>
<div
id
=
"editable"
contenteditable
=
"true"
>
Why
<span>
hello
</span></div>
</body>
</html>