blob: 60c452d46c946e6a33e973da3892b61c8c8c994e [file] [log] [blame]
<!doctype html>
<html>
<head>
<script src="../../../resources/js-test.js"></script>
</head>
<body>
<script>
var doctype = document.implementation.createDocumentType(null, null, null);
shouldBeEqualToString("doctype.name", "null");
shouldBeEqualToString("doctype.publicId", "null");
shouldBeEqualToString("doctype.systemId", "null");
</script>
</body>
</html>