| 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 195 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 206 PASS tagConstructorClassString('base') is "Function" | 206 PASS tagConstructorClassString('base') is "Function" |
| 207 PASS tagConstructorName('base') is "HTMLBaseElement" | 207 PASS tagConstructorName('base') is "HTMLBaseElement" |
| 208 PASS tagClassString('basefont') is "HTMLElement" | 208 PASS tagClassString('basefont') is "HTMLElement" |
| 209 FAIL tagPrototypeClassString('basefont') should be HTMLElementPrototype. Was Obj
ect. | 209 FAIL tagPrototypeClassString('basefont') should be HTMLElementPrototype. Was Obj
ect. |
| 210 PASS tagConstructorClassString('basefont') is "Function" | 210 PASS tagConstructorClassString('basefont') is "Function" |
| 211 PASS tagConstructorName('basefont') is "HTMLElement" | 211 PASS tagConstructorName('basefont') is "HTMLElement" |
| 212 PASS tagClassString('bdo') is "HTMLElement" | 212 PASS tagClassString('bdo') is "HTMLElement" |
| 213 FAIL tagPrototypeClassString('bdo') should be HTMLElementPrototype. Was Object. | 213 FAIL tagPrototypeClassString('bdo') should be HTMLElementPrototype. Was Object. |
| 214 PASS tagConstructorClassString('bdo') is "Function" | 214 PASS tagConstructorClassString('bdo') is "Function" |
| 215 PASS tagConstructorName('bdo') is "HTMLElement" | 215 PASS tagConstructorName('bdo') is "HTMLElement" |
| 216 PASS tagClassString('bgsound') is "HTMLUnknownElement" |
| 217 FAIL tagPrototypeClassString('bgsound') should be HTMLUnknownElementPrototype. W
as Object. |
| 218 PASS tagConstructorClassString('bgsound') is "Function" |
| 219 PASS tagConstructorName('bgsound') is "HTMLUnknownElement" |
| 216 PASS tagClassString('big') is "HTMLElement" | 220 PASS tagClassString('big') is "HTMLElement" |
| 217 FAIL tagPrototypeClassString('big') should be HTMLElementPrototype. Was Object. | 221 FAIL tagPrototypeClassString('big') should be HTMLElementPrototype. Was Object. |
| 218 PASS tagConstructorClassString('big') is "Function" | 222 PASS tagConstructorClassString('big') is "Function" |
| 219 PASS tagConstructorName('big') is "HTMLElement" | 223 PASS tagConstructorName('big') is "HTMLElement" |
| 220 PASS tagClassString('blockquote') is "HTMLQuoteElement" | 224 PASS tagClassString('blockquote') is "HTMLQuoteElement" |
| 221 FAIL tagPrototypeClassString('blockquote') should be HTMLQuoteElementPrototype.
Was Object. | 225 FAIL tagPrototypeClassString('blockquote') should be HTMLQuoteElementPrototype.
Was Object. |
| 222 PASS tagConstructorClassString('blockquote') is "Function" | 226 PASS tagConstructorClassString('blockquote') is "Function" |
| 223 PASS tagConstructorName('blockquote') is "HTMLQuoteElement" | 227 PASS tagConstructorName('blockquote') is "HTMLQuoteElement" |
| 224 PASS tagClassString('body') is "HTMLBodyElement" | 228 PASS tagClassString('body') is "HTMLBodyElement" |
| 225 FAIL tagPrototypeClassString('body') should be HTMLBodyElementPrototype. Was Obj
ect. | 229 FAIL tagPrototypeClassString('body') should be HTMLBodyElementPrototype. Was Obj
ect. |
| (...skipping 393 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 619 PASS tagConstructorName('var') is "HTMLElement" | 623 PASS tagConstructorName('var') is "HTMLElement" |
| 620 PASS tagClassString('wbr') is "HTMLElement" | 624 PASS tagClassString('wbr') is "HTMLElement" |
| 621 FAIL tagPrototypeClassString('wbr') should be HTMLElementPrototype. Was Object. | 625 FAIL tagPrototypeClassString('wbr') should be HTMLElementPrototype. Was Object. |
| 622 PASS tagConstructorClassString('wbr') is "Function" | 626 PASS tagConstructorClassString('wbr') is "Function" |
| 623 PASS tagConstructorName('wbr') is "HTMLElement" | 627 PASS tagConstructorName('wbr') is "HTMLElement" |
| 624 PASS tagClassString('xmp') is "HTMLPreElement" | 628 PASS tagClassString('xmp') is "HTMLPreElement" |
| 625 FAIL tagPrototypeClassString('xmp') should be HTMLPreElementPrototype. Was Objec
t. | 629 FAIL tagPrototypeClassString('xmp') should be HTMLPreElementPrototype. Was Objec
t. |
| 626 PASS tagConstructorClassString('xmp') is "Function" | 630 PASS tagConstructorClassString('xmp') is "Function" |
| 627 PASS tagConstructorName('xmp') is "HTMLPreElement" | 631 PASS tagConstructorName('xmp') is "HTMLPreElement" |
| 628 | 632 |
| OLD | NEW |