tenfourfox/dom/base/crashtests/326646-1.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

23 lines
196 B
HTML

<html>
<head>
<script>
var dt;
function init() {
dt = document.implementation.createDocumentType("rheet", 0, 2);
dt.foopy = "quux";
}
init();
</script>
</head>
<body>
</body>
</html>