about summary refs log tree commit diff stats
path: root/test/js/document.html
diff options
context:
space:
mode:
Diffstat (limited to 'test/js/document.html')
-rw-r--r--test/js/document.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/js/document.html b/test/js/document.html
index 10ecf17d..8f15ab81 100644
--- a/test/js/document.html
+++ b/test/js/document.html
@@ -11,6 +11,8 @@
 assertEquals(document.toString, document.getElementById("toString"));
 document.toString.remove();
 document.testtest = "hi";
+assertEquals(document.ELEMENT_NODE, 1);
+assertEquals(Document.ELEMENT_NODE, 1);
 assertEquals(Object.getOwnPropertyNames(document).toString(), "testtest,location,img2,img3,asdf");
 /*
  * Note: the spec says Document == HTMLDocument, but in other browsers