Mypal/dom/base/crashtests/326646-1.html

23 lines
196 B
HTML
Raw Normal View History

2019-03-11 03:26:37 -07:00
<html>
<head>
<script>
var dt;
function init() {
dt = document.implementation.createDocumentType("rheet", 0, 2);
dt.foopy = "quux";
}
init();
</script>
</head>
<body>
</body>
</html>