blob: 03a806304e0b0848c974b3f8c1e1a5df309c3b77 [file] [log] [blame]
<!DOCTYPE html>
<script src="../../resources/js-test.js"></script>
<script>
description('This tests the NonDocumentTypeChildNode interface previousElementSibling property on a DocumentType node.');
var doctype = document.doctype;
shouldBeUndefined('doctype.previousElementSibling');
</script>