Mypal/layout/reftests/bugs/459613-1.html

7 lines
162 B
HTML

<!DOCTYPE HTML>
<html>
<body onload="document.getElementById('d').removeAttribute('contenteditable')">
<div id="d" contenteditable>notaword</div>
</body>
</html>