blob: 2d65d3880f5bc9ce9569f738f9c0e17b5c4a92e0 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>Clear Elements Test</title>
<meta charset=utf-8>
</head>
<body>
<div id="contentEditableElement" contentEditable="true">
This is a contentEditable area
</div>
</body>
</html>