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

7 lines
162 B
HTML
Raw Permalink Normal View History

2017-04-19 07:56:45 +00:00
<!DOCTYPE HTML>
<html>
<body onload="document.getElementById('d').removeAttribute('contenteditable')">
<div id="d" contenteditable>notaword</div>
</body>
</html>