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>