tenfourfox/editor/libeditor/crashtests/667321-1.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

16 lines
297 B
HTML

<!DOCTYPE html>
<html>
<head>
<script>
function boom()
{
document.body.style.cssFloat = "left";
document.createElement("div").appendChild(document.querySelector("legend"));
}
</script>
</head>
<body onload="boom();"><fieldset><legend></legend><textarea></textarea></fieldset></body>
</html>