| OLD | NEW |
| 1 This test checks that all but a handful of dom constructors throw exceptions, an
d the rest return reasonable objects. It also tests that those constructors have
higher precedence than a document element with the same ID or name. | 1 This test checks that all but a handful of dom constructors throw exceptions, an
d the rest return reasonable objects. It also tests that those constructors have
higher precedence than a document element with the same ID or name. |
| 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 TryAllocate('Attr') is 'exception' | 6 PASS TryAllocate('Attr') is 'exception' |
| 7 PASS TryAllocate('CharacterData') is 'exception' | 7 PASS TryAllocate('CharacterData') is 'exception' |
| 8 PASS TryAllocate('CDATASection') is 'exception' | 8 PASS TryAllocate('CDATASection') is 'exception' |
| 9 PASS TryAllocate('Document') is 'exception' | 9 PASS TryAllocate('Document') is 'exception' |
| 10 PASS TryAllocate('DocumentType') is 'exception' | 10 PASS TryAllocate('DocumentType') is 'exception' |
| (...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 86 PASS TryAllocate('MutationEvent') is 'exception' | 86 PASS TryAllocate('MutationEvent') is 'exception' |
| 87 PASS TryAllocate('NamedNodeMap') is 'exception' | 87 PASS TryAllocate('NamedNodeMap') is 'exception' |
| 88 PASS TryAllocate('NodeFilter') is 'exception' | 88 PASS TryAllocate('NodeFilter') is 'exception' |
| 89 PASS TryAllocate('NodeList') is 'exception' | 89 PASS TryAllocate('NodeList') is 'exception' |
| 90 PASS TryAllocate('Plugin') is 'exception' | 90 PASS TryAllocate('Plugin') is 'exception' |
| 91 PASS TryAllocate('PluginArray') is 'exception' | 91 PASS TryAllocate('PluginArray') is 'exception' |
| 92 PASS TryAllocate('StyleSheet') is 'exception' | 92 PASS TryAllocate('StyleSheet') is 'exception' |
| 93 PASS TryAllocate('StyleSheetList') is 'exception' | 93 PASS TryAllocate('StyleSheetList') is 'exception' |
| 94 PASS TryAllocate('TextEvent') is 'exception' | 94 PASS TryAllocate('TextEvent') is 'exception' |
| 95 PASS TryAllocate('XPathResult') is 'exception' | 95 PASS TryAllocate('XPathResult') is 'exception' |
| 96 FAIL TryAllocate('BarInfo') should be exception. Was no constructor. | 96 PASS TryAllocate('BarProp') is 'exception' |
| 97 PASS TryAllocate('CanvasGradient') is 'exception' | 97 PASS TryAllocate('CanvasGradient') is 'exception' |
| 98 PASS TryAllocate('CanvasPattern') is 'exception' | 98 PASS TryAllocate('CanvasPattern') is 'exception' |
| 99 FAIL TryAllocate('Console') should be exception. Was no constructor. | 99 FAIL TryAllocate('Console') should be exception. Was no constructor. |
| 100 PASS TryAllocate('Selection') is 'exception' | 100 PASS TryAllocate('Selection') is 'exception' |
| 101 PASS TryAllocate('Window') is 'exception' | 101 PASS TryAllocate('Window') is 'exception' |
| 102 PASS TryAllocate('History') is 'exception' | 102 PASS TryAllocate('History') is 'exception' |
| 103 PASS TryAllocate('HTMLOptionsCollection') is 'exception' | 103 PASS TryAllocate('HTMLOptionsCollection') is 'exception' |
| 104 PASS TryAllocate('Location') is 'exception' | 104 PASS TryAllocate('Location') is 'exception' |
| 105 PASS TryAllocate('Navigator') is 'exception' | 105 PASS TryAllocate('Navigator') is 'exception' |
| 106 PASS TryAllocate('NodeIterator') is 'exception' | 106 PASS TryAllocate('NodeIterator') is 'exception' |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 146 PASS TryAllocate('Option') is '[object HTMLOptionElement]' | 146 PASS TryAllocate('Option') is '[object HTMLOptionElement]' |
| 147 PASS TryAllocate('Option') is '[object HTMLOptionElement]' | 147 PASS TryAllocate('Option') is '[object HTMLOptionElement]' |
| 148 PASS TryAllocate('Option') is '[object HTMLOptionElement]' | 148 PASS TryAllocate('Option') is '[object HTMLOptionElement]' |
| 149 PASS TryAllocate('Image') is '[object HTMLImageElement]' | 149 PASS TryAllocate('Image') is '[object HTMLImageElement]' |
| 150 PASS TryAllocate('Image') is '[object HTMLImageElement]' | 150 PASS TryAllocate('Image') is '[object HTMLImageElement]' |
| 151 PASS TryAllocate('Image') is '[object HTMLImageElement]' | 151 PASS TryAllocate('Image') is '[object HTMLImageElement]' |
| 152 PASS successfullyParsed is true | 152 PASS successfullyParsed is true |
| 153 | 153 |
| 154 TEST COMPLETE | 154 TEST COMPLETE |
| 155 | 155 |
| OLD | NEW |