Home | History | Annotate | Download | only in script-tests

Lines Matching refs:nodeName

7 shouldBe("attr.nodeName", "'foo'");
20 shouldBe("attr.nodeName", "'example:foo'");
31 shouldBe("attr.nodeName", "'foo'");
44 shouldBe("attr.nodeName", "'example:foo'");
54 shouldBe("comment.nodeName", "'#comment'");
64 shouldBe("cdata.nodeName", "'#cdata-section'");
73 shouldBe("fragment.nodeName", "'#document-fragment'");
81 shouldBe("doc.nodeName", "'#document'");
91 shouldBe("doctype.nodeName", "'svg'");
101 shouldBe("element.nodeName", "'PRE'");
113 shouldBe("element.nodeName", "'html:pre'");
122 shouldBe("element.nodeName", "'svg'");
131 shouldBe("element.nodeName", "'foo:svg'");
141 // FF and Opera returns "pre" for nodeName as it is an XHTML element, WebKit returns "PRE".
142 shouldBe("element.nodeName", "'pre'");
151 shouldBe("element.nodeName", "'pre'");
161 shouldBe("element.nodeName", "'html:pre'");
172 shouldBe("entityReference.nodeName", "'gt'");
183 shouldBe("processingInstruction.nodeName", "'xml-stylesheet'");
197 shouldBe("text.nodeName", "'#text'");