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 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
71 PASS TryAllocate('CSSFontFaceRule') is 'exception' | 71 PASS TryAllocate('CSSFontFaceRule') is 'exception' |
72 PASS TryAllocate('CSSImportRule') is 'exception' | 72 PASS TryAllocate('CSSImportRule') is 'exception' |
73 PASS TryAllocate('CSSMediaRule') is 'exception' | 73 PASS TryAllocate('CSSMediaRule') is 'exception' |
74 PASS TryAllocate('CSSPageRule') is 'exception' | 74 PASS TryAllocate('CSSPageRule') is 'exception' |
75 PASS TryAllocate('CSSRule') is 'exception' | 75 PASS TryAllocate('CSSRule') is 'exception' |
76 PASS TryAllocate('CSSRuleList') is 'exception' | 76 PASS TryAllocate('CSSRuleList') is 'exception' |
77 PASS TryAllocate('CSSStyleDeclaration') is 'exception' | 77 PASS TryAllocate('CSSStyleDeclaration') is 'exception' |
78 PASS TryAllocate('CSSStyleRule') is 'exception' | 78 PASS TryAllocate('CSSStyleRule') is 'exception' |
79 PASS TryAllocate('CSSStyleSheet') is 'exception' | 79 PASS TryAllocate('CSSStyleSheet') is 'exception' |
80 PASS TryAllocate('DOMImplementation') is 'exception' | 80 PASS TryAllocate('DOMImplementation') is 'exception' |
81 PASS TryAllocate('DataTransfer') is 'exception' | |
82 PASS TryAllocate('HTMLCollection') is 'exception' | 81 PASS TryAllocate('HTMLCollection') is 'exception' |
83 PASS TryAllocate('MediaList') is 'exception' | 82 PASS TryAllocate('MediaList') is 'exception' |
84 PASS TryAllocate('MimeType') is 'exception' | 83 PASS TryAllocate('MimeType') is 'exception' |
85 PASS TryAllocate('MimeTypeArray') is 'exception' | 84 PASS TryAllocate('MimeTypeArray') is 'exception' |
86 PASS TryAllocate('MutationEvent') is 'exception' | 85 PASS TryAllocate('MutationEvent') is 'exception' |
87 PASS TryAllocate('NamedNodeMap') is 'exception' | 86 PASS TryAllocate('NamedNodeMap') is 'exception' |
88 PASS TryAllocate('NodeFilter') is 'exception' | 87 PASS TryAllocate('NodeFilter') is 'exception' |
89 PASS TryAllocate('NodeList') is 'exception' | 88 PASS TryAllocate('NodeList') is 'exception' |
90 PASS TryAllocate('Plugin') is 'exception' | 89 PASS TryAllocate('Plugin') is 'exception' |
91 PASS TryAllocate('PluginArray') is 'exception' | 90 PASS TryAllocate('PluginArray') is 'exception' |
(...skipping 17 matching lines...) Expand all Loading... |
109 PASS TryAllocate('XPathExpression') is 'exception' | 108 PASS TryAllocate('XPathExpression') is 'exception' |
110 PASS TryAllocate('Worker') is 'exception' | 109 PASS TryAllocate('Worker') is 'exception' |
111 PASS TryAllocate('EventTargetNode') is 'no constructor' | 110 PASS TryAllocate('EventTargetNode') is 'no constructor' |
112 PASS TryAllocate('UndetectableHTMLCollection') is 'no constructor' | 111 PASS TryAllocate('UndetectableHTMLCollection') is 'no constructor' |
113 PASS TryAllocate('XPathNSResolver') is 'no constructor' | 112 PASS TryAllocate('XPathNSResolver') is 'no constructor' |
114 PASS TryAllocate('EventListener') is 'no constructor' | 113 PASS TryAllocate('EventListener') is 'no constructor' |
115 PASS TryAllocate('NPObject') is 'no constructor' | 114 PASS TryAllocate('NPObject') is 'no constructor' |
116 PASS TryAllocate('Comment') is '[object Comment]' | 115 PASS TryAllocate('Comment') is '[object Comment]' |
117 PASS TryAllocate('Comment') is '[object Comment]' | 116 PASS TryAllocate('Comment') is '[object Comment]' |
118 PASS TryAllocate('Comment') is '[object Comment]' | 117 PASS TryAllocate('Comment') is '[object Comment]' |
| 118 PASS TryAllocate('DataTransfer') is '[object DataTransfer]' |
| 119 PASS TryAllocate('DataTransfer') is '[object DataTransfer]' |
| 120 PASS TryAllocate('DataTransfer') is '[object DataTransfer]' |
119 PASS TryAllocate('DOMParser') is '[object DOMParser]' | 121 PASS TryAllocate('DOMParser') is '[object DOMParser]' |
120 PASS TryAllocate('DOMParser') is '[object DOMParser]' | 122 PASS TryAllocate('DOMParser') is '[object DOMParser]' |
121 PASS TryAllocate('DOMParser') is '[object DOMParser]' | 123 PASS TryAllocate('DOMParser') is '[object DOMParser]' |
122 PASS TryAllocate('DocumentFragment') is '[object DocumentFragment]' | 124 PASS TryAllocate('DocumentFragment') is '[object DocumentFragment]' |
123 PASS TryAllocate('DocumentFragment') is '[object DocumentFragment]' | 125 PASS TryAllocate('DocumentFragment') is '[object DocumentFragment]' |
124 PASS TryAllocate('DocumentFragment') is '[object DocumentFragment]' | 126 PASS TryAllocate('DocumentFragment') is '[object DocumentFragment]' |
125 PASS TryAllocate('Range') is '[object Range]' | 127 PASS TryAllocate('Range') is '[object Range]' |
126 PASS TryAllocate('Range') is '[object Range]' | 128 PASS TryAllocate('Range') is '[object Range]' |
127 PASS TryAllocate('Range') is '[object Range]' | 129 PASS TryAllocate('Range') is '[object Range]' |
128 PASS TryAllocate('Text') is '[object Text]' | 130 PASS TryAllocate('Text') is '[object Text]' |
(...skipping 17 matching lines...) Expand all Loading... |
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('Option') is '[object HTMLOptionElement]' |
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 TryAllocate('Image') is '[object HTMLImageElement]' |
152 PASS successfullyParsed is true | 154 PASS successfullyParsed is true |
153 | 155 |
154 TEST COMPLETE | 156 TEST COMPLETE |
155 | 157 |
OLD | NEW |