| 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 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 79 PASS classString(document.createEvent('KeyboardEvent').constructor) is "Function
" | 79 PASS classString(document.createEvent('KeyboardEvent').constructor) is "Function
" |
| 80 PASS document.createEvent('KeyboardEvent').constructor.name is "KeyboardEvent" | 80 PASS document.createEvent('KeyboardEvent').constructor.name is "KeyboardEvent" |
| 81 PASS classString(document.createEvent('MouseEvent')) is "MouseEvent" | 81 PASS classString(document.createEvent('MouseEvent')) is "MouseEvent" |
| 82 FAIL classString(document.createEvent('MouseEvent').__proto__) should be MouseEv
entPrototype. Was Object. | 82 FAIL classString(document.createEvent('MouseEvent').__proto__) should be MouseEv
entPrototype. Was Object. |
| 83 PASS classString(document.createEvent('MouseEvent').constructor) is "Function" | 83 PASS classString(document.createEvent('MouseEvent').constructor) is "Function" |
| 84 PASS document.createEvent('MouseEvent').constructor.name is "MouseEvent" | 84 PASS document.createEvent('MouseEvent').constructor.name is "MouseEvent" |
| 85 PASS classString(document.createEvent('MutationEvent')) is "MutationEvent" | 85 PASS classString(document.createEvent('MutationEvent')) is "MutationEvent" |
| 86 FAIL classString(document.createEvent('MutationEvent').__proto__) should be Muta
tionEventPrototype. Was Object. | 86 FAIL classString(document.createEvent('MutationEvent').__proto__) should be Muta
tionEventPrototype. Was Object. |
| 87 PASS classString(document.createEvent('MutationEvent').constructor) is "Function
" | 87 PASS classString(document.createEvent('MutationEvent').constructor) is "Function
" |
| 88 PASS document.createEvent('MutationEvent').constructor.name is "MutationEvent" | 88 PASS document.createEvent('MutationEvent').constructor.name is "MutationEvent" |
| 89 PASS classString(document.createEvent('OverflowEvent')) is "OverflowEvent" | |
| 90 FAIL classString(document.createEvent('OverflowEvent').__proto__) should be Over
flowEventPrototype. Was Object. | |
| 91 PASS classString(document.createEvent('OverflowEvent').constructor) is "Function
" | |
| 92 PASS document.createEvent('OverflowEvent').constructor.name is "OverflowEvent" | |
| 93 PASS classString(document.createEvent('TextEvent')) is "TextEvent" | 89 PASS classString(document.createEvent('TextEvent')) is "TextEvent" |
| 94 FAIL classString(document.createEvent('TextEvent').__proto__) should be TextEven
tPrototype. Was Object. | 90 FAIL classString(document.createEvent('TextEvent').__proto__) should be TextEven
tPrototype. Was Object. |
| 95 PASS classString(document.createEvent('TextEvent').constructor) is "Function" | 91 PASS classString(document.createEvent('TextEvent').constructor) is "Function" |
| 96 PASS document.createEvent('TextEvent').constructor.name is "TextEvent" | 92 PASS document.createEvent('TextEvent').constructor.name is "TextEvent" |
| 97 PASS classString(document.createEvent('UIEvent')) is "UIEvent" | 93 PASS classString(document.createEvent('UIEvent')) is "UIEvent" |
| 98 FAIL classString(document.createEvent('UIEvent').__proto__) should be UIEventPro
totype. Was Object. | 94 FAIL classString(document.createEvent('UIEvent').__proto__) should be UIEventPro
totype. Was Object. |
| 99 PASS classString(document.createEvent('UIEvent').constructor) is "Function" | 95 PASS classString(document.createEvent('UIEvent').constructor) is "Function" |
| 100 PASS document.createEvent('UIEvent').constructor.name is "UIEvent" | 96 PASS document.createEvent('UIEvent').constructor.name is "UIEvent" |
| 101 PASS classString(document.createEvent('WheelEvent')) is "WheelEvent" | 97 PASS classString(document.createEvent('WheelEvent')) is "WheelEvent" |
| 102 FAIL classString(document.createEvent('WheelEvent').__proto__) should be WheelEv
entPrototype. Was Object. | 98 FAIL classString(document.createEvent('WheelEvent').__proto__) should be WheelEv
entPrototype. Was Object. |
| (...skipping 520 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 623 PASS tagConstructorName('var') is "HTMLElement" | 619 PASS tagConstructorName('var') is "HTMLElement" |
| 624 PASS tagClassString('wbr') is "HTMLElement" | 620 PASS tagClassString('wbr') is "HTMLElement" |
| 625 FAIL tagPrototypeClassString('wbr') should be HTMLElementPrototype. Was Object. | 621 FAIL tagPrototypeClassString('wbr') should be HTMLElementPrototype. Was Object. |
| 626 PASS tagConstructorClassString('wbr') is "Function" | 622 PASS tagConstructorClassString('wbr') is "Function" |
| 627 PASS tagConstructorName('wbr') is "HTMLElement" | 623 PASS tagConstructorName('wbr') is "HTMLElement" |
| 628 PASS tagClassString('xmp') is "HTMLPreElement" | 624 PASS tagClassString('xmp') is "HTMLPreElement" |
| 629 FAIL tagPrototypeClassString('xmp') should be HTMLPreElementPrototype. Was Objec
t. | 625 FAIL tagPrototypeClassString('xmp') should be HTMLPreElementPrototype. Was Objec
t. |
| 630 PASS tagConstructorClassString('xmp') is "Function" | 626 PASS tagConstructorClassString('xmp') is "Function" |
| 631 PASS tagConstructorName('xmp') is "HTMLPreElement" | 627 PASS tagConstructorName('xmp') is "HTMLPreElement" |
| 632 | 628 |
| OLD | NEW |