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' |
11 PASS TryAllocate('Element') is 'exception' | 11 PASS TryAllocate('Element') is 'exception' |
12 PASS TryAllocate('EventTarget') is 'exception' | 12 PASS TryAllocate('EventTarget') is 'exception' |
13 PASS TryAllocate('HTMLDocument') is 'exception' | 13 PASS TryAllocate('HTMLDocument') is 'exception' |
14 PASS TryAllocate('Node') is 'exception' | 14 PASS TryAllocate('Node') is 'exception' |
15 PASS TryAllocate('ProcessingInstruction') is 'exception' | 15 PASS TryAllocate('ProcessingInstruction') is 'exception' |
16 PASS TryAllocate('HTMLAllCollection') is 'exception' | 16 PASS TryAllocate('HTMLAllCollection') is 'exception' |
17 PASS TryAllocate('HTMLAnchorElement') is 'exception' | 17 PASS TryAllocate('HTMLAnchorElement') is 'exception' |
18 PASS TryAllocate('HTMLAppletElement') is 'exception' | |
19 PASS TryAllocate('HTMLAreaElement') is 'exception' | 18 PASS TryAllocate('HTMLAreaElement') is 'exception' |
20 PASS TryAllocate('HTMLBaseElement') is 'exception' | 19 PASS TryAllocate('HTMLBaseElement') is 'exception' |
21 PASS TryAllocate('HTMLBodyElement') is 'exception' | 20 PASS TryAllocate('HTMLBodyElement') is 'exception' |
22 PASS TryAllocate('HTMLBRElement') is 'exception' | 21 PASS TryAllocate('HTMLBRElement') is 'exception' |
23 PASS TryAllocate('HTMLButtonElement') is 'exception' | 22 PASS TryAllocate('HTMLButtonElement') is 'exception' |
24 PASS TryAllocate('HTMLCanvasElement') is 'exception' | 23 PASS TryAllocate('HTMLCanvasElement') is 'exception' |
25 PASS TryAllocate('HTMLDirectoryElement') is 'exception' | 24 PASS TryAllocate('HTMLDirectoryElement') is 'exception' |
26 PASS TryAllocate('HTMLDivElement') is 'exception' | 25 PASS TryAllocate('HTMLDivElement') is 'exception' |
27 PASS TryAllocate('HTMLDListElement') is 'exception' | 26 PASS TryAllocate('HTMLDListElement') is 'exception' |
28 PASS TryAllocate('HTMLEmbedElement') is 'exception' | 27 PASS TryAllocate('HTMLEmbedElement') is 'exception' |
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
147 PASS TryAllocate('Option') is '[object HTMLOptionElement]' | 146 PASS TryAllocate('Option') is '[object HTMLOptionElement]' |
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('Image') is '[object HTMLImageElement]' | 149 PASS TryAllocate('Image') is '[object HTMLImageElement]' |
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 successfullyParsed is true | 152 PASS successfullyParsed is true |
154 | 153 |
155 TEST COMPLETE | 154 TEST COMPLETE |
156 | 155 |
OLD | NEW |