Lines Matching full:shouldbe
7 shouldBe("attr.nodeName", "'foo'");
8 shouldBe("attr.name", "'foo'");
11 shouldBe("attr.localName", "null");
12 shouldBe("attr.namespaceURI", "null");
13 shouldBe("attr.prefix", "null");
14 shouldBe("attr.nodeValue", "''");
15 shouldBe("attr.value", "''");
16 shouldBe("attr.attributes", "null");
20 shouldBe("attr.nodeName", "'example:foo'");
21 shouldBe("attr.name", "'example:foo'");
22 shouldBe("attr.localName", "'foo'");
23 shouldBe("attr.namespaceURI", "'http://www.example.com'");
24 shouldBe("attr.prefix", "'example'");
25 shouldBe("attr.nodeValue", "''");
26 shouldBe("attr.value", "''");
27 shouldBe("attr.attributes", "null");
31 shouldBe("attr.nodeName", "'foo'");
32 shouldBe("attr.name", "'foo'");
35 shouldBe("attr.localName", "null");
36 shouldBe("attr.namespaceURI", "null");
37 shouldBe("attr.prefix", "null");
38 shouldBe("attr.nodeValue", "''");
39 shouldBe("attr.value", "''");
40 shouldBe("attr.attributes", "null");
44 shouldBe("attr.nodeName", "'example:foo'");
45 shouldBe("attr.name", "'example:foo'");
46 shouldBe("attr.localName", "'foo'");
47 shouldBe("attr.namespaceURI", "'http://www.example.com'");
48 shouldBe("attr.prefix", "'example'");
49 shouldBe("attr.nodeValue", "''");
50 shouldBe("attr.value", "''");
51 shouldBe("attr.attributes", "null");
54 shouldBe("comment.nodeName", "'#comment'");
55 shouldBe("comment.localName", "null");
56 shouldBe("comment.namespaceURI", "null");
57 shouldBe("comment.prefix", "null");
58 shouldBe("comment.nodeValue", "'foo'");
59 shouldBe("comment.data", "'foo'");
60 shouldBe("comment.attributes", "null");
64 shouldBe("cdata.nodeName", "'#cdata-section'");
65 shouldBe("cdata.localName", "null");
66 shouldBe("cdata.namespaceURI", "null");
67 shouldBe("cdata.prefix", "null");
68 shouldBe("cdata.nodeValue", "'foo'");
69 shouldBe("cdata.data", "'foo'");
70 shouldBe("cdata.attributes", "null");
73 shouldBe("fragment.nodeName", "'#document-fragment'");
74 shouldBe("fragment.localName", "null");
75 shouldBe("fragment.namespaceURI", "null");
76 shouldBe("fragment.prefix", "null");
77 shouldBe("fragment.nodeValue", "null");
78 shouldBe("fragment.attributes", "null");
81 shouldBe("doc.nodeName", "'#document'");
82 shouldBe("doc.localName", "null");
85 shouldBe("doc.namespaceURI", "'http://www.w3.org/1999/xhtml'");
86 shouldBe("doc.prefix", "null");
87 shouldBe("doc.nodeValue", "null");
88 shouldBe("doc.attributes", "null");
91 shouldBe("doctype.nodeName", "'svg'");
92 shouldBe("doctype.name", "'svg'");
93 shouldBe("doctype.localName", "null");
94 shouldBe("doctype.namespaceURI", "null");
95 shouldBe("doctype.prefix", "null");
96 shouldBe("doctype.nodeValue", "null");
97 shouldBe("doctype.attributes", "null");
101 shouldBe("element.nodeName", "'PRE'");
104 shouldBe("element.localName", "null");
106 shouldBe("element.namespaceURI", "null");
107 shouldBe("element.prefix", "null");
108 shouldBe("element.nodeValue", "null");
109 shouldBe("element.attributes.toString()", "'[object NamedNodeMap]'");
113 shouldBe("element.nodeName", "'html:pre'");
114 shouldBe("element.localName", "'pre'");
115 shouldBe("element.namespaceURI", "'http://www.w3.org/1999/xhtml'");
116 shouldBe("element.prefix", "'html'");
117 shouldBe("element.nodeValue", "null");
118 shouldBe("element.attributes.toString()", "'[object NamedNodeMap]'");
122 shouldBe("element.nodeName", "'svg'");
123 shouldBe("element.localName", "'svg'");
124 shouldBe("element.namespaceURI", "'http://www.w3.org/2000/svg'");
125 shouldBe("element.prefix", "null");
126 shouldBe("element.nodeValue", "null");
127 shouldBe("element.attributes.toString()", "'[object NamedNodeMap]'");
131 shouldBe("element.nodeName", "'foo:svg'");
132 shouldBe("element.localName", "'svg'");
133 shouldBe("element.namespaceURI", "'http://www.webkit.org'");
134 shouldBe("element.prefix", "'foo'");
135 shouldBe("element.nodeValue", "null");
136 shouldBe("element.attributes.toString()", "'[object NamedNodeMap]'");
142 shouldBe("element.nodeName", "'pre'");
143 shouldBe("element.localName", "'pre'");
144 shouldBe("element.namespaceURI", "'http://www.w3.org/1999/xhtml'");
145 shouldBe("element.prefix", "null");
146 shouldBe("element.nodeValue", "null");
147 shouldBe("element.attributes.toString()", "'[object NamedNodeMap]'");
151 shouldBe("element.nodeName", "'pre'");
152 shouldBe("element.localName", "null");
154 shouldBe("element.namespaceURI", "null");
155 shouldBe("element.prefix", "null");
156 shouldBe("element.nodeValue", "null");
157 shouldBe("element.attributes.toString()", "'[object NamedNodeMap]'");
161 shouldBe("element.nodeName", "'html:pre'");
162 shouldBe("element.localName", "'pre'");
163 shouldBe("element.namespaceURI", "'http://www.w3.org/1999/xhtml'");
164 shouldBe("element.prefix", "'html'");
165 shouldBe("element.nodeValue", "null");
166 shouldBe("element.attributes.toString()", "'[object NamedNodeMap]'");
172 shouldBe("entityReference.nodeName", "'gt'");
173 shouldBe("entityReference.localName", "null");
174 shouldBe("entityReference.namespaceURI", "null");
175 shouldBe("entityReference.prefix", "null");
176 shouldBe("entityReference.nodeValue", "null");
177 shouldBe("entityReference.attributes", "null");
183 shouldBe("processingInstruction.nodeName", "'xml-stylesheet'");
184 shouldBe("processingInstruction.localName", "null");
185 shouldBe("processingInstruction.namespaceURI", "null");
186 shouldBe("processingInstruction.prefix", "null");
191 shouldBe("processingInstruction.nodeValue", "'type=\"text/xsl\" href=\"missing.xsl\"'");
192 shouldBe("processingInstruction.attributes", "null");
193 shouldBe("processingInstruction.target", "'xml-stylesheet'");
194 shouldBe("processingInstruction.data", "'type=\"text/xsl\" href=\"missing.xsl\"'");
197 shouldBe("text.nodeName", "'#text'");
198 shouldBe("text.localName", "null");
199 shouldBe("text.namespaceURI", "null");
200 shouldBe("text.prefix", "null");
201 shouldBe("text.nodeValue", "'foo'");
202 shouldBe("text.data", "'foo'");
203 shouldBe("text.attributes", "null");