summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/459613-1.html
blob: ecbf467e1d5ff2d822642cb2c815c9437b38992c (plain)
1
2
3
4
5
6
<!DOCTYPE HTML>
<html>
<body onload="document.getElementById('d').removeAttribute('contenteditable')">
<div id="d" contenteditable>notaword</div>
</body>
</html>