| 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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 62 PASS TryAllocate('HTMLTableColElement') is 'exception' | 62 PASS TryAllocate('HTMLTableColElement') is 'exception' |
| 63 PASS TryAllocate('HTMLTableElement') is 'exception' | 63 PASS TryAllocate('HTMLTableElement') is 'exception' |
| 64 PASS TryAllocate('HTMLTableSectionElement') is 'exception' | 64 PASS TryAllocate('HTMLTableSectionElement') is 'exception' |
| 65 PASS TryAllocate('HTMLTableCellElement') is 'exception' | 65 PASS TryAllocate('HTMLTableCellElement') is 'exception' |
| 66 PASS TryAllocate('HTMLTableRowElement') is 'exception' | 66 PASS TryAllocate('HTMLTableRowElement') is 'exception' |
| 67 PASS TryAllocate('HTMLTextAreaElement') is 'exception' | 67 PASS TryAllocate('HTMLTextAreaElement') is 'exception' |
| 68 PASS TryAllocate('HTMLTitleElement') is 'exception' | 68 PASS TryAllocate('HTMLTitleElement') is 'exception' |
| 69 PASS TryAllocate('HTMLUListElement') is 'exception' | 69 PASS TryAllocate('HTMLUListElement') is 'exception' |
| 70 PASS TryAllocate('HTMLElement') is 'exception' | 70 PASS TryAllocate('HTMLElement') is 'exception' |
| 71 PASS TryAllocate('CanvasRenderingContext2D') is 'exception' | 71 PASS TryAllocate('CanvasRenderingContext2D') is 'exception' |
| 72 PASS TryAllocate('CSSCharsetRule') is 'exception' | |
| 73 PASS TryAllocate('CSSFontFaceRule') is 'exception' | 72 PASS TryAllocate('CSSFontFaceRule') is 'exception' |
| 74 PASS TryAllocate('CSSImportRule') is 'exception' | 73 PASS TryAllocate('CSSImportRule') is 'exception' |
| 75 PASS TryAllocate('CSSMediaRule') is 'exception' | 74 PASS TryAllocate('CSSMediaRule') is 'exception' |
| 76 PASS TryAllocate('CSSPageRule') is 'exception' | 75 PASS TryAllocate('CSSPageRule') is 'exception' |
| 77 PASS TryAllocate('CSSRule') is 'exception' | 76 PASS TryAllocate('CSSRule') is 'exception' |
| 78 PASS TryAllocate('CSSRuleList') is 'exception' | 77 PASS TryAllocate('CSSRuleList') is 'exception' |
| 79 PASS TryAllocate('CSSStyleDeclaration') is 'exception' | 78 PASS TryAllocate('CSSStyleDeclaration') is 'exception' |
| 80 PASS TryAllocate('CSSStyleRule') is 'exception' | 79 PASS TryAllocate('CSSStyleRule') is 'exception' |
| 81 PASS TryAllocate('CSSStyleSheet') is 'exception' | 80 PASS TryAllocate('CSSStyleSheet') is 'exception' |
| 82 PASS TryAllocate('DOMImplementation') is 'exception' | 81 PASS TryAllocate('DOMImplementation') is 'exception' |
| (...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 148 PASS TryAllocate('Option') is '[object HTMLOptionElement]' | 147 PASS TryAllocate('Option') is '[object HTMLOptionElement]' |
| 149 PASS TryAllocate('Option') is '[object HTMLOptionElement]' | 148 PASS TryAllocate('Option') is '[object HTMLOptionElement]' |
| 150 PASS TryAllocate('Option') is '[object HTMLOptionElement]' | 149 PASS TryAllocate('Option') is '[object HTMLOptionElement]' |
| 151 PASS TryAllocate('Image') is '[object HTMLImageElement]' | 150 PASS TryAllocate('Image') is '[object HTMLImageElement]' |
| 152 PASS TryAllocate('Image') is '[object HTMLImageElement]' | 151 PASS TryAllocate('Image') is '[object HTMLImageElement]' |
| 153 PASS TryAllocate('Image') is '[object HTMLImageElement]' | 152 PASS TryAllocate('Image') is '[object HTMLImageElement]' |
| 154 PASS successfullyParsed is true | 153 PASS successfullyParsed is true |
| 155 | 154 |
| 156 TEST COMPLETE | 155 TEST COMPLETE |
| 157 | 156 |
| OLD | NEW |