Files
UXP-Fixed/parser/htmlparser/tests/crashtests/563514-1.html
T
2018-02-02 04:16:08 -05:00

10 lines
161 B
HTML

<!DOCTYPE html>
<head>
<script>
function boom()
{
document.createElement("span").innerHTML = "<body a='b'>";
}
</script>
</head>
<body onload="boom();"></body>