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

Lines Matching full:localname

10 // Both FF and WebKit return "foo" for Attribute.localName, even though the spec says null
11 shouldBe("attr.localName", "null");
22 shouldBe("attr.localName", "'foo'");
34 // Both FF and WebKit return "foo" for Attribute.localName, even though the spec says null
35 shouldBe("attr.localName", "null");
46 shouldBe("attr.localName", "'foo'");
55 shouldBe("comment.localName", "null");
65 shouldBe("cdata.localName", "null");
74 shouldBe("fragment.localName", "null");
82 shouldBe("doc.localName", "null");
93 shouldBe("doctype.localName", "null");
103 // FF returns "PRE" for localName, WebKit returns "pre", the spec says we should return null
104 shouldBe("element.localName", "null");
114 shouldBe("element.localName", "'pre'");
123 shouldBe("element.localName", "'svg'");
132 shouldBe("element.localName", "'svg'");
143 shouldBe("element.localName", "'pre'");
152 shouldBe("element.localName", "null");
162 shouldBe("element.localName", "'pre'");
173 shouldBe("entityReference.localName", "null");
184 shouldBe("processingInstruction.localName", "null");
198 shouldBe("text.localName", "null");