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

Lines Matching full:namespaceuri

12 shouldBe("attr.namespaceURI", "null");
23 shouldBe("attr.namespaceURI", "'http://www.example.com'");
36 shouldBe("attr.namespaceURI", "null");
47 shouldBe("attr.namespaceURI", "'http://www.example.com'");
56 shouldBe("comment.namespaceURI", "null");
66 shouldBe("cdata.namespaceURI", "null");
75 shouldBe("fragment.namespaceURI", "null");
85 shouldBe("doc.namespaceURI", "'http://www.w3.org/1999/xhtml'");
94 shouldBe("doctype.namespaceURI", "null");
105 // FF returns null for namespaceURI, WebKit returns http://www.w3.org/1999/xhtml, the spec says we should return null
106 shouldBe("element.namespaceURI", "null");
115 shouldBe("element.namespaceURI", "'http://www.w3.org/1999/xhtml'");
124 shouldBe("element.namespaceURI", "'http://www.w3.org/2000/svg'");
133 shouldBe("element.namespaceURI", "'http://www.webkit.org'");
144 shouldBe("element.namespaceURI", "'http://www.w3.org/1999/xhtml'");
153 // FF returns null for namespaceURI, WebKit returns http://www.w3.org/1999/xhtml, the spec says we should return null
154 shouldBe("element.namespaceURI", "null");
163 shouldBe("element.namespaceURI", "'http://www.w3.org/1999/xhtml'");
174 shouldBe("entityReference.namespaceURI", "null");
185 shouldBe("processingInstruction.namespaceURI", "null");
199 shouldBe("text.namespaceURI", "null");