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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
63 PASS TryAllocate('HTMLTableColElement') is 'exception' | 63 PASS TryAllocate('HTMLTableColElement') is 'exception' |
64 PASS TryAllocate('HTMLTableElement') is 'exception' | 64 PASS TryAllocate('HTMLTableElement') is 'exception' |
65 PASS TryAllocate('HTMLTableSectionElement') is 'exception' | 65 PASS TryAllocate('HTMLTableSectionElement') is 'exception' |
66 PASS TryAllocate('HTMLTableCellElement') is 'exception' | 66 PASS TryAllocate('HTMLTableCellElement') is 'exception' |
67 PASS TryAllocate('HTMLTableRowElement') is 'exception' | 67 PASS TryAllocate('HTMLTableRowElement') is 'exception' |
68 PASS TryAllocate('HTMLTextAreaElement') is 'exception' | 68 PASS TryAllocate('HTMLTextAreaElement') is 'exception' |
69 PASS TryAllocate('HTMLTitleElement') is 'exception' | 69 PASS TryAllocate('HTMLTitleElement') is 'exception' |
70 PASS TryAllocate('HTMLUListElement') is 'exception' | 70 PASS TryAllocate('HTMLUListElement') is 'exception' |
71 PASS TryAllocate('HTMLElement') is 'exception' | 71 PASS TryAllocate('HTMLElement') is 'exception' |
72 PASS TryAllocate('CanvasRenderingContext2D') is 'exception' | 72 PASS TryAllocate('CanvasRenderingContext2D') is 'exception' |
73 PASS TryAllocate('Clipboard') is 'exception' | |
74 PASS TryAllocate('Counter') is 'exception' | 73 PASS TryAllocate('Counter') is 'exception' |
75 PASS TryAllocate('CSSCharsetRule') is 'exception' | 74 PASS TryAllocate('CSSCharsetRule') is 'exception' |
76 PASS TryAllocate('CSSFontFaceRule') is 'exception' | 75 PASS TryAllocate('CSSFontFaceRule') is 'exception' |
77 PASS TryAllocate('CSSImportRule') is 'exception' | 76 PASS TryAllocate('CSSImportRule') is 'exception' |
78 PASS TryAllocate('CSSMediaRule') is 'exception' | 77 PASS TryAllocate('CSSMediaRule') is 'exception' |
79 PASS TryAllocate('CSSPageRule') is 'exception' | 78 PASS TryAllocate('CSSPageRule') is 'exception' |
80 PASS TryAllocate('CSSPrimitiveValue') is 'exception' | 79 PASS TryAllocate('CSSPrimitiveValue') is 'exception' |
81 PASS TryAllocate('CSSRule') is 'exception' | 80 PASS TryAllocate('CSSRule') is 'exception' |
82 PASS TryAllocate('CSSRuleList') is 'exception' | 81 PASS TryAllocate('CSSRuleList') is 'exception' |
83 PASS TryAllocate('CSSStyleDeclaration') is 'exception' | 82 PASS TryAllocate('CSSStyleDeclaration') is 'exception' |
84 PASS TryAllocate('CSSStyleRule') is 'exception' | 83 PASS TryAllocate('CSSStyleRule') is 'exception' |
85 PASS TryAllocate('CSSStyleSheet') is 'exception' | 84 PASS TryAllocate('CSSStyleSheet') is 'exception' |
86 PASS TryAllocate('CSSValue') is 'exception' | 85 PASS TryAllocate('CSSValue') is 'exception' |
87 PASS TryAllocate('CSSValueList') is 'exception' | 86 PASS TryAllocate('CSSValueList') is 'exception' |
88 PASS TryAllocate('DOMImplementation') is 'exception' | 87 PASS TryAllocate('DOMImplementation') is 'exception' |
| 88 PASS TryAllocate('DataTransfer') is 'exception' |
89 PASS TryAllocate('HTMLCollection') is 'exception' | 89 PASS TryAllocate('HTMLCollection') is 'exception' |
90 PASS TryAllocate('MediaList') is 'exception' | 90 PASS TryAllocate('MediaList') is 'exception' |
91 PASS TryAllocate('MimeType') is 'exception' | 91 PASS TryAllocate('MimeType') is 'exception' |
92 PASS TryAllocate('MimeTypeArray') is 'exception' | 92 PASS TryAllocate('MimeTypeArray') is 'exception' |
93 PASS TryAllocate('MutationEvent') is 'exception' | 93 PASS TryAllocate('MutationEvent') is 'exception' |
94 PASS TryAllocate('NamedNodeMap') is 'exception' | 94 PASS TryAllocate('NamedNodeMap') is 'exception' |
95 PASS TryAllocate('NodeFilter') is 'exception' | 95 PASS TryAllocate('NodeFilter') is 'exception' |
96 PASS TryAllocate('NodeList') is 'exception' | 96 PASS TryAllocate('NodeList') is 'exception' |
97 PASS TryAllocate('Plugin') is 'exception' | 97 PASS TryAllocate('Plugin') is 'exception' |
98 PASS TryAllocate('PluginArray') is 'exception' | 98 PASS TryAllocate('PluginArray') is 'exception' |
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
155 PASS TryAllocate('Option') is '[object HTMLOptionElement]' | 155 PASS TryAllocate('Option') is '[object HTMLOptionElement]' |
156 PASS TryAllocate('Option') is '[object HTMLOptionElement]' | 156 PASS TryAllocate('Option') is '[object HTMLOptionElement]' |
157 PASS TryAllocate('Option') is '[object HTMLOptionElement]' | 157 PASS TryAllocate('Option') is '[object HTMLOptionElement]' |
158 PASS TryAllocate('Image') is '[object HTMLImageElement]' | 158 PASS TryAllocate('Image') is '[object HTMLImageElement]' |
159 PASS TryAllocate('Image') is '[object HTMLImageElement]' | 159 PASS TryAllocate('Image') is '[object HTMLImageElement]' |
160 PASS TryAllocate('Image') is '[object HTMLImageElement]' | 160 PASS TryAllocate('Image') is '[object HTMLImageElement]' |
161 PASS successfullyParsed is true | 161 PASS successfullyParsed is true |
162 | 162 |
163 TEST COMPLETE | 163 TEST COMPLETE |
164 | 164 |
OLD | NEW |