Files
UXP-Fixed/dom/html/crashtests/515829-2.html
T
2018-02-02 04:16:08 -05:00

8 lines
217 B
HTML

<!DOCTYPE html>
<html>
<head></head>
<body onload="document.getElementById('x').innerHTML = '<button></button>';">
<form><div id="x"><button></button></div><button></button><input type="image"></form>
</body>
</html>