OLD | NEW |
1 This tests wrapper class names for JavaScript. | 1 This tests wrapper class names for JavaScript. |
2 | 2 |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
4 | 4 |
5 | 5 |
6 PASS successfullyParsed is true | 6 PASS successfullyParsed is true |
7 | 7 |
8 TEST COMPLETE | 8 TEST COMPLETE |
9 Basics | 9 Basics |
10 | 10 |
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
170 PASS tagConstructorClassString('abbr') is "Function" | 170 PASS tagConstructorClassString('abbr') is "Function" |
171 PASS tagConstructorName('abbr') is "HTMLElement" | 171 PASS tagConstructorName('abbr') is "HTMLElement" |
172 PASS tagClassString('acronym') is "HTMLElement" | 172 PASS tagClassString('acronym') is "HTMLElement" |
173 FAIL tagPrototypeClassString('acronym') should be HTMLElementPrototype. Was Obje
ct. | 173 FAIL tagPrototypeClassString('acronym') should be HTMLElementPrototype. Was Obje
ct. |
174 PASS tagConstructorClassString('acronym') is "Function" | 174 PASS tagConstructorClassString('acronym') is "Function" |
175 PASS tagConstructorName('acronym') is "HTMLElement" | 175 PASS tagConstructorName('acronym') is "HTMLElement" |
176 PASS tagClassString('address') is "HTMLElement" | 176 PASS tagClassString('address') is "HTMLElement" |
177 FAIL tagPrototypeClassString('address') should be HTMLElementPrototype. Was Obje
ct. | 177 FAIL tagPrototypeClassString('address') should be HTMLElementPrototype. Was Obje
ct. |
178 PASS tagConstructorClassString('address') is "Function" | 178 PASS tagConstructorClassString('address') is "Function" |
179 PASS tagConstructorName('address') is "HTMLElement" | 179 PASS tagConstructorName('address') is "HTMLElement" |
180 PASS tagClassString('applet') is "HTMLAppletElement" | |
181 FAIL tagPrototypeClassString('applet') should be HTMLAppletElementPrototype. Was
Object. | |
182 PASS tagConstructorClassString('applet') is "Function" | |
183 PASS tagConstructorName('applet') is "HTMLAppletElement" | |
184 PASS tagClassString('area') is "HTMLAreaElement" | 180 PASS tagClassString('area') is "HTMLAreaElement" |
185 FAIL tagPrototypeClassString('area') should be HTMLAreaElementPrototype. Was Obj
ect. | 181 FAIL tagPrototypeClassString('area') should be HTMLAreaElementPrototype. Was Obj
ect. |
186 PASS tagConstructorClassString('area') is "Function" | 182 PASS tagConstructorClassString('area') is "Function" |
187 PASS tagConstructorName('area') is "HTMLAreaElement" | 183 PASS tagConstructorName('area') is "HTMLAreaElement" |
188 PASS tagClassString('article') is "HTMLElement" | 184 PASS tagClassString('article') is "HTMLElement" |
189 FAIL tagPrototypeClassString('article') should be HTMLElementPrototype. Was Obje
ct. | 185 FAIL tagPrototypeClassString('article') should be HTMLElementPrototype. Was Obje
ct. |
190 PASS tagConstructorClassString('article') is "Function" | 186 PASS tagConstructorClassString('article') is "Function" |
191 PASS tagConstructorName('article') is "HTMLElement" | 187 PASS tagConstructorName('article') is "HTMLElement" |
192 PASS tagClassString('aside') is "HTMLElement" | 188 PASS tagClassString('aside') is "HTMLElement" |
193 FAIL tagPrototypeClassString('aside') should be HTMLElementPrototype. Was Object
. | 189 FAIL tagPrototypeClassString('aside') should be HTMLElementPrototype. Was Object
. |
(...skipping 425 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
619 PASS tagConstructorName('var') is "HTMLElement" | 615 PASS tagConstructorName('var') is "HTMLElement" |
620 PASS tagClassString('wbr') is "HTMLElement" | 616 PASS tagClassString('wbr') is "HTMLElement" |
621 FAIL tagPrototypeClassString('wbr') should be HTMLElementPrototype. Was Object. | 617 FAIL tagPrototypeClassString('wbr') should be HTMLElementPrototype. Was Object. |
622 PASS tagConstructorClassString('wbr') is "Function" | 618 PASS tagConstructorClassString('wbr') is "Function" |
623 PASS tagConstructorName('wbr') is "HTMLElement" | 619 PASS tagConstructorName('wbr') is "HTMLElement" |
624 PASS tagClassString('xmp') is "HTMLPreElement" | 620 PASS tagClassString('xmp') is "HTMLPreElement" |
625 FAIL tagPrototypeClassString('xmp') should be HTMLPreElementPrototype. Was Objec
t. | 621 FAIL tagPrototypeClassString('xmp') should be HTMLPreElementPrototype. Was Objec
t. |
626 PASS tagConstructorClassString('xmp') is "Function" | 622 PASS tagConstructorClassString('xmp') is "Function" |
627 PASS tagConstructorName('xmp') is "HTMLPreElement" | 623 PASS tagConstructorName('xmp') is "HTMLPreElement" |
628 | 624 |
OLD | NEW |