Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1572)

Side by Side Diff: third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/interfaces-expected.txt

Issue 1685543002: Supports "class string" based on @@toStringTag. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated test expectations. Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 CONSOLE MESSAGE: line 198: callback not yet supported 1 CONSOLE MESSAGE: line 198: callback not yet supported
2 This is a testharness.js-based test. 2 This is a testharness.js-based test.
3 PASS Event interface: existence and properties of interface object 3 PASS Event interface: existence and properties of interface object
4 PASS Event interface object length 4 PASS Event interface object length
5 PASS Event interface object name 5 PASS Event interface object name
6 FAIL Event interface: existence and properties of interface prototype object ass ert_equals: class string of Event.prototype expected "[object EventPrototype]" b ut got "[object Object]" 6 FAIL Event interface: existence and properties of interface prototype object ass ert_equals: class string of Event.prototype expected "[object EventPrototype]" b ut got "[object Event]"
7 PASS Event interface: existence and properties of interface prototype object's " constructor" property 7 PASS Event interface: existence and properties of interface prototype object's " constructor" property
8 PASS Event interface: attribute type 8 PASS Event interface: attribute type
9 PASS Event interface: attribute target 9 PASS Event interface: attribute target
10 PASS Event interface: attribute currentTarget 10 PASS Event interface: attribute currentTarget
11 PASS Event interface: constant NONE on interface object 11 PASS Event interface: constant NONE on interface object
12 PASS Event interface: constant NONE on interface prototype object 12 PASS Event interface: constant NONE on interface prototype object
13 PASS Event interface: constant CAPTURING_PHASE on interface object 13 PASS Event interface: constant CAPTURING_PHASE on interface object
14 PASS Event interface: constant CAPTURING_PHASE on interface prototype object 14 PASS Event interface: constant CAPTURING_PHASE on interface prototype object
15 PASS Event interface: constant AT_TARGET on interface object 15 PASS Event interface: constant AT_TARGET on interface object
16 PASS Event interface: constant AT_TARGET on interface prototype object 16 PASS Event interface: constant AT_TARGET on interface prototype object
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 PASS Event interface: new Event("foo") must inherit property "cancelable" with t he proper type (11) 61 PASS Event interface: new Event("foo") must inherit property "cancelable" with t he proper type (11)
62 PASS Event interface: new Event("foo") must inherit property "preventDefault" wi th the proper type (12) 62 PASS Event interface: new Event("foo") must inherit property "preventDefault" wi th the proper type (12)
63 PASS Event interface: new Event("foo") must inherit property "defaultPrevented" with the proper type (13) 63 PASS Event interface: new Event("foo") must inherit property "defaultPrevented" with the proper type (13)
64 PASS Event interface: new Event("foo") must have own property "isTrusted" 64 PASS Event interface: new Event("foo") must have own property "isTrusted"
65 PASS Event interface: new Event("foo") must inherit property "timeStamp" with th e proper type (15) 65 PASS Event interface: new Event("foo") must inherit property "timeStamp" with th e proper type (15)
66 PASS Event interface: new Event("foo") must inherit property "initEvent" with th e proper type (16) 66 PASS Event interface: new Event("foo") must inherit property "initEvent" with th e proper type (16)
67 FAIL Event interface: calling initEvent(DOMString,boolean,boolean) on new Event( "foo") with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () { [native code] }" did not throw 67 FAIL Event interface: calling initEvent(DOMString,boolean,boolean) on new Event( "foo") with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () { [native code] }" did not throw
68 PASS CustomEvent interface: existence and properties of interface object 68 PASS CustomEvent interface: existence and properties of interface object
69 FAIL CustomEvent interface object length assert_equals: wrong value for CustomEv ent.length expected 1 but got 0 69 FAIL CustomEvent interface object length assert_equals: wrong value for CustomEv ent.length expected 1 but got 0
70 PASS CustomEvent interface object name 70 PASS CustomEvent interface object name
71 FAIL CustomEvent interface: existence and properties of interface prototype obje ct assert_equals: class string of CustomEvent.prototype expected "[object Custom EventPrototype]" but got "[object Object]" 71 FAIL CustomEvent interface: existence and properties of interface prototype obje ct assert_equals: class string of CustomEvent.prototype expected "[object Custom EventPrototype]" but got "[object CustomEvent]"
72 PASS CustomEvent interface: existence and properties of interface prototype obje ct's "constructor" property 72 PASS CustomEvent interface: existence and properties of interface prototype obje ct's "constructor" property
73 PASS CustomEvent interface: attribute detail 73 PASS CustomEvent interface: attribute detail
74 PASS CustomEvent interface: operation initCustomEvent(DOMString,boolean,boolean, any) 74 PASS CustomEvent interface: operation initCustomEvent(DOMString,boolean,boolean, any)
75 PASS CustomEvent must be primary interface of new CustomEvent("foo") 75 PASS CustomEvent must be primary interface of new CustomEvent("foo")
76 PASS Stringification of new CustomEvent("foo") 76 PASS Stringification of new CustomEvent("foo")
77 PASS CustomEvent interface: new CustomEvent("foo") must inherit property "detail " with the proper type (0) 77 PASS CustomEvent interface: new CustomEvent("foo") must inherit property "detail " with the proper type (0)
78 PASS CustomEvent interface: new CustomEvent("foo") must inherit property "initCu stomEvent" with the proper type (1) 78 PASS CustomEvent interface: new CustomEvent("foo") must inherit property "initCu stomEvent" with the proper type (1)
79 PASS CustomEvent interface: calling initCustomEvent(DOMString,boolean,boolean,an y) on new CustomEvent("foo") with too few arguments must throw TypeError 79 PASS CustomEvent interface: calling initCustomEvent(DOMString,boolean,boolean,an y) on new CustomEvent("foo") with too few arguments must throw TypeError
80 PASS Event interface: new CustomEvent("foo") must inherit property "type" with t he proper type (0) 80 PASS Event interface: new CustomEvent("foo") must inherit property "type" with t he proper type (0)
81 PASS Event interface: new CustomEvent("foo") must inherit property "target" with the proper type (1) 81 PASS Event interface: new CustomEvent("foo") must inherit property "target" with the proper type (1)
82 PASS Event interface: new CustomEvent("foo") must inherit property "currentTarge t" with the proper type (2) 82 PASS Event interface: new CustomEvent("foo") must inherit property "currentTarge t" with the proper type (2)
83 PASS Event interface: new CustomEvent("foo") must inherit property "NONE" with t he proper type (3) 83 PASS Event interface: new CustomEvent("foo") must inherit property "NONE" with t he proper type (3)
84 PASS Event interface: new CustomEvent("foo") must inherit property "CAPTURING_PH ASE" with the proper type (4) 84 PASS Event interface: new CustomEvent("foo") must inherit property "CAPTURING_PH ASE" with the proper type (4)
85 PASS Event interface: new CustomEvent("foo") must inherit property "AT_TARGET" w ith the proper type (5) 85 PASS Event interface: new CustomEvent("foo") must inherit property "AT_TARGET" w ith the proper type (5)
86 PASS Event interface: new CustomEvent("foo") must inherit property "BUBBLING_PHA SE" with the proper type (6) 86 PASS Event interface: new CustomEvent("foo") must inherit property "BUBBLING_PHA SE" with the proper type (6)
87 PASS Event interface: new CustomEvent("foo") must inherit property "eventPhase" with the proper type (7) 87 PASS Event interface: new CustomEvent("foo") must inherit property "eventPhase" with the proper type (7)
88 PASS Event interface: new CustomEvent("foo") must inherit property "stopPropagat ion" with the proper type (8) 88 PASS Event interface: new CustomEvent("foo") must inherit property "stopPropagat ion" with the proper type (8)
89 PASS Event interface: new CustomEvent("foo") must inherit property "stopImmediat ePropagation" with the proper type (9) 89 PASS Event interface: new CustomEvent("foo") must inherit property "stopImmediat ePropagation" with the proper type (9)
90 PASS Event interface: new CustomEvent("foo") must inherit property "bubbles" wit h the proper type (10) 90 PASS Event interface: new CustomEvent("foo") must inherit property "bubbles" wit h the proper type (10)
91 PASS Event interface: new CustomEvent("foo") must inherit property "cancelable" with the proper type (11) 91 PASS Event interface: new CustomEvent("foo") must inherit property "cancelable" with the proper type (11)
92 PASS Event interface: new CustomEvent("foo") must inherit property "preventDefau lt" with the proper type (12) 92 PASS Event interface: new CustomEvent("foo") must inherit property "preventDefau lt" with the proper type (12)
93 PASS Event interface: new CustomEvent("foo") must inherit property "defaultPreve nted" with the proper type (13) 93 PASS Event interface: new CustomEvent("foo") must inherit property "defaultPreve nted" with the proper type (13)
94 PASS Event interface: new CustomEvent("foo") must have own property "isTrusted" 94 PASS Event interface: new CustomEvent("foo") must have own property "isTrusted"
95 PASS Event interface: new CustomEvent("foo") must inherit property "timeStamp" w ith the proper type (15) 95 PASS Event interface: new CustomEvent("foo") must inherit property "timeStamp" w ith the proper type (15)
96 PASS Event interface: new CustomEvent("foo") must inherit property "initEvent" w ith the proper type (16) 96 PASS Event interface: new CustomEvent("foo") must inherit property "initEvent" w ith the proper type (16)
97 FAIL Event interface: calling initEvent(DOMString,boolean,boolean) on new Custom Event("foo") with too few arguments must throw TypeError assert_throws: Called w ith 0 arguments function "function () { [native code] }" did not throw 97 FAIL Event interface: calling initEvent(DOMString,boolean,boolean) on new Custom Event("foo") with too few arguments must throw TypeError assert_throws: Called w ith 0 arguments function "function () { [native code] }" did not throw
98 PASS EventTarget interface: existence and properties of interface object 98 PASS EventTarget interface: existence and properties of interface object
99 PASS EventTarget interface object length 99 PASS EventTarget interface object length
100 PASS EventTarget interface object name 100 PASS EventTarget interface object name
101 FAIL EventTarget interface: existence and properties of interface prototype obje ct assert_equals: class string of EventTarget.prototype expected "[object EventT argetPrototype]" but got "[object Object]" 101 FAIL EventTarget interface: existence and properties of interface prototype obje ct assert_equals: class string of EventTarget.prototype expected "[object EventT argetPrototype]" but got "[object EventTarget]"
102 PASS EventTarget interface: existence and properties of interface prototype obje ct's "constructor" property 102 PASS EventTarget interface: existence and properties of interface prototype obje ct's "constructor" property
103 PASS EventTarget interface: operation addEventListener(DOMString,EventListener,b oolean) 103 PASS EventTarget interface: operation addEventListener(DOMString,EventListener,b oolean)
104 PASS EventTarget interface: operation removeEventListener(DOMString,EventListene r,boolean) 104 PASS EventTarget interface: operation removeEventListener(DOMString,EventListene r,boolean)
105 PASS EventTarget interface: operation dispatchEvent(Event) 105 PASS EventTarget interface: operation dispatchEvent(Event)
106 PASS EventListener interface: existence and properties of interface object 106 PASS EventListener interface: existence and properties of interface object
107 PASS EventListener interface: existence and properties of interface prototype ob ject 107 PASS EventListener interface: existence and properties of interface prototype ob ject
108 PASS EventListener interface: existence and properties of interface prototype ob ject's "constructor" property 108 PASS EventListener interface: existence and properties of interface prototype ob ject's "constructor" property
109 PASS EventListener interface: operation handleEvent(Event) 109 PASS EventListener interface: operation handleEvent(Event)
110 PASS NodeList interface: existence and properties of interface object 110 PASS NodeList interface: existence and properties of interface object
111 PASS NodeList interface object length 111 PASS NodeList interface object length
112 PASS NodeList interface object name 112 PASS NodeList interface object name
113 FAIL NodeList interface: existence and properties of interface prototype object assert_equals: class string of NodeList.prototype expected "[object NodeListProt otype]" but got "[object Object]" 113 FAIL NodeList interface: existence and properties of interface prototype object assert_equals: class string of NodeList.prototype expected "[object NodeListProt otype]" but got "[object NodeList]"
114 PASS NodeList interface: existence and properties of interface prototype object' s "constructor" property 114 PASS NodeList interface: existence and properties of interface prototype object' s "constructor" property
115 PASS NodeList interface: operation item(unsigned long) 115 PASS NodeList interface: operation item(unsigned long)
116 PASS NodeList interface: attribute length 116 PASS NodeList interface: attribute length
117 PASS NodeList must be primary interface of document.querySelectorAll("script") 117 PASS NodeList must be primary interface of document.querySelectorAll("script")
118 PASS Stringification of document.querySelectorAll("script") 118 PASS Stringification of document.querySelectorAll("script")
119 PASS NodeList interface: document.querySelectorAll("script") must inherit proper ty "item" with the proper type (0) 119 PASS NodeList interface: document.querySelectorAll("script") must inherit proper ty "item" with the proper type (0)
120 PASS NodeList interface: calling item(unsigned long) on document.querySelectorAl l("script") with too few arguments must throw TypeError 120 PASS NodeList interface: calling item(unsigned long) on document.querySelectorAl l("script") with too few arguments must throw TypeError
121 PASS NodeList interface: document.querySelectorAll("script") must inherit proper ty "length" with the proper type (1) 121 PASS NodeList interface: document.querySelectorAll("script") must inherit proper ty "length" with the proper type (1)
122 PASS HTMLCollection interface: existence and properties of interface object 122 PASS HTMLCollection interface: existence and properties of interface object
123 PASS HTMLCollection interface object length 123 PASS HTMLCollection interface object length
124 PASS HTMLCollection interface object name 124 PASS HTMLCollection interface object name
125 FAIL HTMLCollection interface: existence and properties of interface prototype o bject assert_equals: class string of HTMLCollection.prototype expected "[object HTMLCollectionPrototype]" but got "[object Object]" 125 FAIL HTMLCollection interface: existence and properties of interface prototype o bject assert_equals: class string of HTMLCollection.prototype expected "[object HTMLCollectionPrototype]" but got "[object HTMLCollection]"
126 PASS HTMLCollection interface: existence and properties of interface prototype o bject's "constructor" property 126 PASS HTMLCollection interface: existence and properties of interface prototype o bject's "constructor" property
127 PASS HTMLCollection interface: attribute length 127 PASS HTMLCollection interface: attribute length
128 PASS HTMLCollection interface: operation item(unsigned long) 128 PASS HTMLCollection interface: operation item(unsigned long)
129 PASS HTMLCollection interface: operation namedItem(DOMString) 129 PASS HTMLCollection interface: operation namedItem(DOMString)
130 PASS HTMLCollection must be primary interface of document.body.children 130 PASS HTMLCollection must be primary interface of document.body.children
131 PASS Stringification of document.body.children 131 PASS Stringification of document.body.children
132 PASS HTMLCollection interface: document.body.children must inherit property "len gth" with the proper type (0) 132 PASS HTMLCollection interface: document.body.children must inherit property "len gth" with the proper type (0)
133 PASS HTMLCollection interface: document.body.children must inherit property "ite m" with the proper type (1) 133 PASS HTMLCollection interface: document.body.children must inherit property "ite m" with the proper type (1)
134 PASS HTMLCollection interface: calling item(unsigned long) on document.body.chil dren with too few arguments must throw TypeError 134 PASS HTMLCollection interface: calling item(unsigned long) on document.body.chil dren with too few arguments must throw TypeError
135 PASS HTMLCollection interface: document.body.children must inherit property "nam edItem" with the proper type (2) 135 PASS HTMLCollection interface: document.body.children must inherit property "nam edItem" with the proper type (2)
136 PASS HTMLCollection interface: calling namedItem(DOMString) on document.body.chi ldren with too few arguments must throw TypeError 136 PASS HTMLCollection interface: calling namedItem(DOMString) on document.body.chi ldren with too few arguments must throw TypeError
137 PASS MutationObserver interface: existence and properties of interface object 137 PASS MutationObserver interface: existence and properties of interface object
138 PASS MutationObserver interface object length 138 PASS MutationObserver interface object length
139 PASS MutationObserver interface object name 139 PASS MutationObserver interface object name
140 FAIL MutationObserver interface: existence and properties of interface prototype object assert_equals: class string of MutationObserver.prototype expected "[obj ect MutationObserverPrototype]" but got "[object Object]" 140 FAIL MutationObserver interface: existence and properties of interface prototype object assert_equals: class string of MutationObserver.prototype expected "[obj ect MutationObserverPrototype]" but got "[object MutationObserver]"
141 PASS MutationObserver interface: existence and properties of interface prototype object's "constructor" property 141 PASS MutationObserver interface: existence and properties of interface prototype object's "constructor" property
142 PASS MutationObserver interface: operation observe(Node,MutationObserverInit) 142 PASS MutationObserver interface: operation observe(Node,MutationObserverInit)
143 PASS MutationObserver interface: operation disconnect() 143 PASS MutationObserver interface: operation disconnect()
144 PASS MutationObserver interface: operation takeRecords() 144 PASS MutationObserver interface: operation takeRecords()
145 PASS MutationRecord interface: existence and properties of interface object 145 PASS MutationRecord interface: existence and properties of interface object
146 PASS MutationRecord interface object length 146 PASS MutationRecord interface object length
147 PASS MutationRecord interface object name 147 PASS MutationRecord interface object name
148 FAIL MutationRecord interface: existence and properties of interface prototype o bject assert_equals: class string of MutationRecord.prototype expected "[object MutationRecordPrototype]" but got "[object Object]" 148 FAIL MutationRecord interface: existence and properties of interface prototype o bject assert_equals: class string of MutationRecord.prototype expected "[object MutationRecordPrototype]" but got "[object MutationRecord]"
149 PASS MutationRecord interface: existence and properties of interface prototype o bject's "constructor" property 149 PASS MutationRecord interface: existence and properties of interface prototype o bject's "constructor" property
150 PASS MutationRecord interface: attribute type 150 PASS MutationRecord interface: attribute type
151 PASS MutationRecord interface: attribute target 151 PASS MutationRecord interface: attribute target
152 PASS MutationRecord interface: attribute addedNodes 152 PASS MutationRecord interface: attribute addedNodes
153 PASS MutationRecord interface: attribute removedNodes 153 PASS MutationRecord interface: attribute removedNodes
154 PASS MutationRecord interface: attribute previousSibling 154 PASS MutationRecord interface: attribute previousSibling
155 PASS MutationRecord interface: attribute nextSibling 155 PASS MutationRecord interface: attribute nextSibling
156 PASS MutationRecord interface: attribute attributeName 156 PASS MutationRecord interface: attribute attributeName
157 PASS MutationRecord interface: attribute attributeNamespace 157 PASS MutationRecord interface: attribute attributeNamespace
158 PASS MutationRecord interface: attribute oldValue 158 PASS MutationRecord interface: attribute oldValue
159 PASS Node interface: existence and properties of interface object 159 PASS Node interface: existence and properties of interface object
160 PASS Node interface object length 160 PASS Node interface object length
161 PASS Node interface object name 161 PASS Node interface object name
162 FAIL Node interface: existence and properties of interface prototype object asse rt_equals: class string of Node.prototype expected "[object NodePrototype]" but got "[object Object]" 162 FAIL Node interface: existence and properties of interface prototype object asse rt_equals: class string of Node.prototype expected "[object NodePrototype]" but got "[object Node]"
163 PASS Node interface: existence and properties of interface prototype object's "c onstructor" property 163 PASS Node interface: existence and properties of interface prototype object's "c onstructor" property
164 PASS Node interface: constant ELEMENT_NODE on interface object 164 PASS Node interface: constant ELEMENT_NODE on interface object
165 PASS Node interface: constant ELEMENT_NODE on interface prototype object 165 PASS Node interface: constant ELEMENT_NODE on interface prototype object
166 PASS Node interface: constant ATTRIBUTE_NODE on interface object 166 PASS Node interface: constant ATTRIBUTE_NODE on interface object
167 PASS Node interface: constant ATTRIBUTE_NODE on interface prototype object 167 PASS Node interface: constant ATTRIBUTE_NODE on interface prototype object
168 PASS Node interface: constant TEXT_NODE on interface object 168 PASS Node interface: constant TEXT_NODE on interface object
169 PASS Node interface: constant TEXT_NODE on interface prototype object 169 PASS Node interface: constant TEXT_NODE on interface prototype object
170 PASS Node interface: constant CDATA_SECTION_NODE on interface object 170 PASS Node interface: constant CDATA_SECTION_NODE on interface object
171 PASS Node interface: constant CDATA_SECTION_NODE on interface prototype object 171 PASS Node interface: constant CDATA_SECTION_NODE on interface prototype object
172 PASS Node interface: constant ENTITY_REFERENCE_NODE on interface object 172 PASS Node interface: constant ENTITY_REFERENCE_NODE on interface object
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
219 PASS Node interface: operation lookupPrefix(DOMString) 219 PASS Node interface: operation lookupPrefix(DOMString)
220 PASS Node interface: operation lookupNamespaceURI(DOMString) 220 PASS Node interface: operation lookupNamespaceURI(DOMString)
221 PASS Node interface: operation isDefaultNamespace(DOMString) 221 PASS Node interface: operation isDefaultNamespace(DOMString)
222 PASS Node interface: operation insertBefore(Node,Node) 222 PASS Node interface: operation insertBefore(Node,Node)
223 PASS Node interface: operation appendChild(Node) 223 PASS Node interface: operation appendChild(Node)
224 PASS Node interface: operation replaceChild(Node,Node) 224 PASS Node interface: operation replaceChild(Node,Node)
225 PASS Node interface: operation removeChild(Node) 225 PASS Node interface: operation removeChild(Node)
226 PASS Document interface: existence and properties of interface object 226 PASS Document interface: existence and properties of interface object
227 PASS Document interface object length 227 PASS Document interface object length
228 PASS Document interface object name 228 PASS Document interface object name
229 FAIL Document interface: existence and properties of interface prototype object assert_equals: class string of Document.prototype expected "[object DocumentProt otype]" but got "[object Object]" 229 FAIL Document interface: existence and properties of interface prototype object assert_equals: class string of Document.prototype expected "[object DocumentProt otype]" but got "[object Document]"
230 PASS Document interface: existence and properties of interface prototype object' s "constructor" property 230 PASS Document interface: existence and properties of interface prototype object' s "constructor" property
231 PASS Document interface: attribute implementation 231 PASS Document interface: attribute implementation
232 PASS Document interface: attribute URL 232 PASS Document interface: attribute URL
233 PASS Document interface: attribute documentURI 233 PASS Document interface: attribute documentURI
234 PASS Document interface: attribute origin 234 PASS Document interface: attribute origin
235 PASS Document interface: attribute compatMode 235 PASS Document interface: attribute compatMode
236 PASS Document interface: attribute characterSet 236 PASS Document interface: attribute characterSet
237 PASS Document interface: attribute charset 237 PASS Document interface: attribute charset
238 PASS Document interface: attribute inputEncoding 238 PASS Document interface: attribute inputEncoding
239 PASS Document interface: attribute contentType 239 PASS Document interface: attribute contentType
(...skipping 23 matching lines...) Expand all
263 PASS Document interface: attribute childElementCount 263 PASS Document interface: attribute childElementCount
264 FAIL Document interface: operation prepend([object Object],[object Object]) asse rt_own_property: interface prototype object missing non-static operation expecte d property "prepend" missing 264 FAIL Document interface: operation prepend([object Object],[object Object]) asse rt_own_property: interface prototype object missing non-static operation expecte d property "prepend" missing
265 FAIL Document interface: operation append([object Object],[object Object]) asser t_own_property: interface prototype object missing non-static operation expected property "append" missing 265 FAIL Document interface: operation append([object Object],[object Object]) asser t_own_property: interface prototype object missing non-static operation expected property "append" missing
266 FAIL Document interface: operation query(DOMString) assert_own_property: interfa ce prototype object missing non-static operation expected property "query" missi ng 266 FAIL Document interface: operation query(DOMString) assert_own_property: interfa ce prototype object missing non-static operation expected property "query" missi ng
267 FAIL Document interface: operation queryAll(DOMString) assert_own_property: inte rface prototype object missing non-static operation expected property "queryAll" missing 267 FAIL Document interface: operation queryAll(DOMString) assert_own_property: inte rface prototype object missing non-static operation expected property "queryAll" missing
268 PASS Document interface: operation querySelector(DOMString) 268 PASS Document interface: operation querySelector(DOMString)
269 PASS Document interface: operation querySelectorAll(DOMString) 269 PASS Document interface: operation querySelectorAll(DOMString)
270 PASS XMLDocument interface: existence and properties of interface object 270 PASS XMLDocument interface: existence and properties of interface object
271 PASS XMLDocument interface object length 271 PASS XMLDocument interface object length
272 PASS XMLDocument interface object name 272 PASS XMLDocument interface object name
273 FAIL XMLDocument interface: existence and properties of interface prototype obje ct assert_equals: class string of XMLDocument.prototype expected "[object XMLDoc umentPrototype]" but got "[object Object]" 273 FAIL XMLDocument interface: existence and properties of interface prototype obje ct assert_equals: class string of XMLDocument.prototype expected "[object XMLDoc umentPrototype]" but got "[object XMLDocument]"
274 PASS XMLDocument interface: existence and properties of interface prototype obje ct's "constructor" property 274 PASS XMLDocument interface: existence and properties of interface prototype obje ct's "constructor" property
275 PASS XMLDocument must be primary interface of xmlDoc 275 PASS XMLDocument must be primary interface of xmlDoc
276 PASS Stringification of xmlDoc 276 PASS Stringification of xmlDoc
277 PASS Document interface: xmlDoc must inherit property "implementation" with the proper type (0) 277 PASS Document interface: xmlDoc must inherit property "implementation" with the proper type (0)
278 PASS Document interface: xmlDoc must inherit property "URL" with the proper type (1) 278 PASS Document interface: xmlDoc must inherit property "URL" with the proper type (1)
279 FAIL Document interface: xmlDoc must inherit property "documentURI" with the pro per type (2) assert_equals: expected "string" but got "object" 279 FAIL Document interface: xmlDoc must inherit property "documentURI" with the pro per type (2) assert_equals: expected "string" but got "object"
280 PASS Document interface: xmlDoc must inherit property "origin" with the proper t ype (3) 280 PASS Document interface: xmlDoc must inherit property "origin" with the proper t ype (3)
281 PASS Document interface: xmlDoc must inherit property "compatMode" with the prop er type (4) 281 PASS Document interface: xmlDoc must inherit property "compatMode" with the prop er type (4)
282 PASS Document interface: xmlDoc must inherit property "characterSet" with the pr oper type (5) 282 PASS Document interface: xmlDoc must inherit property "characterSet" with the pr oper type (5)
283 PASS Document interface: xmlDoc must inherit property "charset" with the proper type (6) 283 PASS Document interface: xmlDoc must inherit property "charset" with the proper type (6)
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
392 PASS Node interface: calling removeChild(Node) on xmlDoc with too few arguments must throw TypeError 392 PASS Node interface: calling removeChild(Node) on xmlDoc with too few arguments must throw TypeError
393 PASS EventTarget interface: xmlDoc must inherit property "addEventListener" with the proper type (0) 393 PASS EventTarget interface: xmlDoc must inherit property "addEventListener" with the proper type (0)
394 PASS EventTarget interface: calling addEventListener(DOMString,EventListener,boo lean) on xmlDoc with too few arguments must throw TypeError 394 PASS EventTarget interface: calling addEventListener(DOMString,EventListener,boo lean) on xmlDoc with too few arguments must throw TypeError
395 PASS EventTarget interface: xmlDoc must inherit property "removeEventListener" w ith the proper type (1) 395 PASS EventTarget interface: xmlDoc must inherit property "removeEventListener" w ith the proper type (1)
396 PASS EventTarget interface: calling removeEventListener(DOMString,EventListener, boolean) on xmlDoc with too few arguments must throw TypeError 396 PASS EventTarget interface: calling removeEventListener(DOMString,EventListener, boolean) on xmlDoc with too few arguments must throw TypeError
397 PASS EventTarget interface: xmlDoc must inherit property "dispatchEvent" with th e proper type (2) 397 PASS EventTarget interface: xmlDoc must inherit property "dispatchEvent" with th e proper type (2)
398 PASS EventTarget interface: calling dispatchEvent(Event) on xmlDoc with too few arguments must throw TypeError 398 PASS EventTarget interface: calling dispatchEvent(Event) on xmlDoc with too few arguments must throw TypeError
399 PASS DOMImplementation interface: existence and properties of interface object 399 PASS DOMImplementation interface: existence and properties of interface object
400 PASS DOMImplementation interface object length 400 PASS DOMImplementation interface object length
401 PASS DOMImplementation interface object name 401 PASS DOMImplementation interface object name
402 FAIL DOMImplementation interface: existence and properties of interface prototyp e object assert_equals: class string of DOMImplementation.prototype expected "[o bject DOMImplementationPrototype]" but got "[object Object]" 402 FAIL DOMImplementation interface: existence and properties of interface prototyp e object assert_equals: class string of DOMImplementation.prototype expected "[o bject DOMImplementationPrototype]" but got "[object DOMImplementation]"
403 PASS DOMImplementation interface: existence and properties of interface prototyp e object's "constructor" property 403 PASS DOMImplementation interface: existence and properties of interface prototyp e object's "constructor" property
404 PASS DOMImplementation interface: operation createDocumentType(DOMString,DOMStri ng,DOMString) 404 PASS DOMImplementation interface: operation createDocumentType(DOMString,DOMStri ng,DOMString)
405 PASS DOMImplementation interface: operation createDocument(DOMString,DOMString,D ocumentType) 405 PASS DOMImplementation interface: operation createDocument(DOMString,DOMString,D ocumentType)
406 PASS DOMImplementation interface: operation createHTMLDocument(DOMString) 406 PASS DOMImplementation interface: operation createHTMLDocument(DOMString)
407 PASS DOMImplementation interface: operation hasFeature() 407 PASS DOMImplementation interface: operation hasFeature()
408 PASS DOMImplementation must be primary interface of document.implementation 408 PASS DOMImplementation must be primary interface of document.implementation
409 PASS Stringification of document.implementation 409 PASS Stringification of document.implementation
410 PASS DOMImplementation interface: document.implementation must inherit property "createDocumentType" with the proper type (0) 410 PASS DOMImplementation interface: document.implementation must inherit property "createDocumentType" with the proper type (0)
411 PASS DOMImplementation interface: calling createDocumentType(DOMString,DOMString ,DOMString) on document.implementation with too few arguments must throw TypeErr or 411 PASS DOMImplementation interface: calling createDocumentType(DOMString,DOMString ,DOMString) on document.implementation with too few arguments must throw TypeErr or
412 PASS DOMImplementation interface: document.implementation must inherit property "createDocument" with the proper type (1) 412 PASS DOMImplementation interface: document.implementation must inherit property "createDocument" with the proper type (1)
413 PASS DOMImplementation interface: calling createDocument(DOMString,DOMString,Doc umentType) on document.implementation with too few arguments must throw TypeErro r 413 PASS DOMImplementation interface: calling createDocument(DOMString,DOMString,Doc umentType) on document.implementation with too few arguments must throw TypeErro r
414 PASS DOMImplementation interface: document.implementation must inherit property "createHTMLDocument" with the proper type (2) 414 PASS DOMImplementation interface: document.implementation must inherit property "createHTMLDocument" with the proper type (2)
415 PASS DOMImplementation interface: calling createHTMLDocument(DOMString) on docum ent.implementation with too few arguments must throw TypeError 415 PASS DOMImplementation interface: calling createHTMLDocument(DOMString) on docum ent.implementation with too few arguments must throw TypeError
416 PASS DOMImplementation interface: document.implementation must inherit property "hasFeature" with the proper type (3) 416 PASS DOMImplementation interface: document.implementation must inherit property "hasFeature" with the proper type (3)
417 PASS DocumentFragment interface: existence and properties of interface object 417 PASS DocumentFragment interface: existence and properties of interface object
418 PASS DocumentFragment interface object length 418 PASS DocumentFragment interface object length
419 PASS DocumentFragment interface object name 419 PASS DocumentFragment interface object name
420 FAIL DocumentFragment interface: existence and properties of interface prototype object assert_equals: class string of DocumentFragment.prototype expected "[obj ect DocumentFragmentPrototype]" but got "[object Object]" 420 FAIL DocumentFragment interface: existence and properties of interface prototype object assert_equals: class string of DocumentFragment.prototype expected "[obj ect DocumentFragmentPrototype]" but got "[object DocumentFragment]"
421 PASS DocumentFragment interface: existence and properties of interface prototype object's "constructor" property 421 PASS DocumentFragment interface: existence and properties of interface prototype object's "constructor" property
422 PASS DocumentFragment interface: operation getElementById(DOMString) 422 PASS DocumentFragment interface: operation getElementById(DOMString)
423 PASS DocumentFragment interface: attribute children 423 PASS DocumentFragment interface: attribute children
424 PASS DocumentFragment interface: attribute firstElementChild 424 PASS DocumentFragment interface: attribute firstElementChild
425 PASS DocumentFragment interface: attribute lastElementChild 425 PASS DocumentFragment interface: attribute lastElementChild
426 PASS DocumentFragment interface: attribute childElementCount 426 PASS DocumentFragment interface: attribute childElementCount
427 FAIL DocumentFragment interface: operation prepend([object Object],[object Objec t]) assert_own_property: interface prototype object missing non-static operation expected property "prepend" missing 427 FAIL DocumentFragment interface: operation prepend([object Object],[object Objec t]) assert_own_property: interface prototype object missing non-static operation expected property "prepend" missing
428 FAIL DocumentFragment interface: operation append([object Object],[object Object ]) assert_own_property: interface prototype object missing non-static operation expected property "append" missing 428 FAIL DocumentFragment interface: operation append([object Object],[object Object ]) assert_own_property: interface prototype object missing non-static operation expected property "append" missing
429 FAIL DocumentFragment interface: operation query(DOMString) assert_own_property: interface prototype object missing non-static operation expected property "quer y" missing 429 FAIL DocumentFragment interface: operation query(DOMString) assert_own_property: interface prototype object missing non-static operation expected property "quer y" missing
430 FAIL DocumentFragment interface: operation queryAll(DOMString) assert_own_proper ty: interface prototype object missing non-static operation expected property "q ueryAll" missing 430 FAIL DocumentFragment interface: operation queryAll(DOMString) assert_own_proper ty: interface prototype object missing non-static operation expected property "q ueryAll" missing
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
507 PASS Node interface: calling removeChild(Node) on document.createDocumentFragmen t() with too few arguments must throw TypeError 507 PASS Node interface: calling removeChild(Node) on document.createDocumentFragmen t() with too few arguments must throw TypeError
508 PASS EventTarget interface: document.createDocumentFragment() must inherit prope rty "addEventListener" with the proper type (0) 508 PASS EventTarget interface: document.createDocumentFragment() must inherit prope rty "addEventListener" with the proper type (0)
509 PASS EventTarget interface: calling addEventListener(DOMString,EventListener,boo lean) on document.createDocumentFragment() with too few arguments must throw Typ eError 509 PASS EventTarget interface: calling addEventListener(DOMString,EventListener,boo lean) on document.createDocumentFragment() with too few arguments must throw Typ eError
510 PASS EventTarget interface: document.createDocumentFragment() must inherit prope rty "removeEventListener" with the proper type (1) 510 PASS EventTarget interface: document.createDocumentFragment() must inherit prope rty "removeEventListener" with the proper type (1)
511 PASS EventTarget interface: calling removeEventListener(DOMString,EventListener, boolean) on document.createDocumentFragment() with too few arguments must throw TypeError 511 PASS EventTarget interface: calling removeEventListener(DOMString,EventListener, boolean) on document.createDocumentFragment() with too few arguments must throw TypeError
512 PASS EventTarget interface: document.createDocumentFragment() must inherit prope rty "dispatchEvent" with the proper type (2) 512 PASS EventTarget interface: document.createDocumentFragment() must inherit prope rty "dispatchEvent" with the proper type (2)
513 PASS EventTarget interface: calling dispatchEvent(Event) on document.createDocum entFragment() with too few arguments must throw TypeError 513 PASS EventTarget interface: calling dispatchEvent(Event) on document.createDocum entFragment() with too few arguments must throw TypeError
514 PASS DocumentType interface: existence and properties of interface object 514 PASS DocumentType interface: existence and properties of interface object
515 PASS DocumentType interface object length 515 PASS DocumentType interface object length
516 PASS DocumentType interface object name 516 PASS DocumentType interface object name
517 FAIL DocumentType interface: existence and properties of interface prototype obj ect assert_equals: class string of DocumentType.prototype expected "[object Docu mentTypePrototype]" but got "[object Object]" 517 FAIL DocumentType interface: existence and properties of interface prototype obj ect assert_equals: class string of DocumentType.prototype expected "[object Docu mentTypePrototype]" but got "[object DocumentType]"
518 PASS DocumentType interface: existence and properties of interface prototype obj ect's "constructor" property 518 PASS DocumentType interface: existence and properties of interface prototype obj ect's "constructor" property
519 PASS DocumentType interface: attribute name 519 PASS DocumentType interface: attribute name
520 PASS DocumentType interface: attribute publicId 520 PASS DocumentType interface: attribute publicId
521 PASS DocumentType interface: attribute systemId 521 PASS DocumentType interface: attribute systemId
522 FAIL DocumentType interface: operation before([object Object],[object Object]) a ssert_own_property: interface prototype object missing non-static operation expe cted property "before" missing 522 FAIL DocumentType interface: operation before([object Object],[object Object]) a ssert_own_property: interface prototype object missing non-static operation expe cted property "before" missing
523 FAIL DocumentType interface: operation after([object Object],[object Object]) as sert_own_property: interface prototype object missing non-static operation expec ted property "after" missing 523 FAIL DocumentType interface: operation after([object Object],[object Object]) as sert_own_property: interface prototype object missing non-static operation expec ted property "after" missing
524 FAIL DocumentType interface: operation replaceWith([object Object],[object Objec t]) assert_own_property: interface prototype object missing non-static operation expected property "replaceWith" missing 524 FAIL DocumentType interface: operation replaceWith([object Object],[object Objec t]) assert_own_property: interface prototype object missing non-static operation expected property "replaceWith" missing
525 PASS DocumentType interface: operation remove() 525 PASS DocumentType interface: operation remove()
526 PASS DocumentType must be primary interface of document.doctype 526 PASS DocumentType must be primary interface of document.doctype
527 PASS Stringification of document.doctype 527 PASS Stringification of document.doctype
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
592 PASS Node interface: calling removeChild(Node) on document.doctype with too few arguments must throw TypeError 592 PASS Node interface: calling removeChild(Node) on document.doctype with too few arguments must throw TypeError
593 PASS EventTarget interface: document.doctype must inherit property "addEventList ener" with the proper type (0) 593 PASS EventTarget interface: document.doctype must inherit property "addEventList ener" with the proper type (0)
594 PASS EventTarget interface: calling addEventListener(DOMString,EventListener,boo lean) on document.doctype with too few arguments must throw TypeError 594 PASS EventTarget interface: calling addEventListener(DOMString,EventListener,boo lean) on document.doctype with too few arguments must throw TypeError
595 PASS EventTarget interface: document.doctype must inherit property "removeEventL istener" with the proper type (1) 595 PASS EventTarget interface: document.doctype must inherit property "removeEventL istener" with the proper type (1)
596 PASS EventTarget interface: calling removeEventListener(DOMString,EventListener, boolean) on document.doctype with too few arguments must throw TypeError 596 PASS EventTarget interface: calling removeEventListener(DOMString,EventListener, boolean) on document.doctype with too few arguments must throw TypeError
597 PASS EventTarget interface: document.doctype must inherit property "dispatchEven t" with the proper type (2) 597 PASS EventTarget interface: document.doctype must inherit property "dispatchEven t" with the proper type (2)
598 PASS EventTarget interface: calling dispatchEvent(Event) on document.doctype wit h too few arguments must throw TypeError 598 PASS EventTarget interface: calling dispatchEvent(Event) on document.doctype wit h too few arguments must throw TypeError
599 PASS Element interface: existence and properties of interface object 599 PASS Element interface: existence and properties of interface object
600 PASS Element interface object length 600 PASS Element interface object length
601 PASS Element interface object name 601 PASS Element interface object name
602 FAIL Element interface: existence and properties of interface prototype object a ssert_equals: class string of Element.prototype expected "[object ElementPrototy pe]" but got "[object Object]" 602 FAIL Element interface: existence and properties of interface prototype object a ssert_equals: class string of Element.prototype expected "[object ElementPrototy pe]" but got "[object Element]"
603 PASS Element interface: existence and properties of interface prototype object's "constructor" property 603 PASS Element interface: existence and properties of interface prototype object's "constructor" property
604 PASS Element interface: attribute namespaceURI 604 PASS Element interface: attribute namespaceURI
605 PASS Element interface: attribute prefix 605 PASS Element interface: attribute prefix
606 PASS Element interface: attribute localName 606 PASS Element interface: attribute localName
607 PASS Element interface: attribute tagName 607 PASS Element interface: attribute tagName
608 PASS Element interface: attribute id 608 PASS Element interface: attribute id
609 PASS Element interface: attribute className 609 PASS Element interface: attribute className
610 PASS Element interface: attribute classList 610 PASS Element interface: attribute classList
611 PASS Element interface: operation hasAttributes() 611 PASS Element interface: operation hasAttributes()
612 PASS Element interface: attribute attributes 612 PASS Element interface: attribute attributes
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
773 PASS Node interface: calling removeChild(Node) on element with too few arguments must throw TypeError 773 PASS Node interface: calling removeChild(Node) on element with too few arguments must throw TypeError
774 PASS EventTarget interface: element must inherit property "addEventListener" wit h the proper type (0) 774 PASS EventTarget interface: element must inherit property "addEventListener" wit h the proper type (0)
775 PASS EventTarget interface: calling addEventListener(DOMString,EventListener,boo lean) on element with too few arguments must throw TypeError 775 PASS EventTarget interface: calling addEventListener(DOMString,EventListener,boo lean) on element with too few arguments must throw TypeError
776 PASS EventTarget interface: element must inherit property "removeEventListener" with the proper type (1) 776 PASS EventTarget interface: element must inherit property "removeEventListener" with the proper type (1)
777 PASS EventTarget interface: calling removeEventListener(DOMString,EventListener, boolean) on element with too few arguments must throw TypeError 777 PASS EventTarget interface: calling removeEventListener(DOMString,EventListener, boolean) on element with too few arguments must throw TypeError
778 PASS EventTarget interface: element must inherit property "dispatchEvent" with t he proper type (2) 778 PASS EventTarget interface: element must inherit property "dispatchEvent" with t he proper type (2)
779 PASS EventTarget interface: calling dispatchEvent(Event) on element with too few arguments must throw TypeError 779 PASS EventTarget interface: calling dispatchEvent(Event) on element with too few arguments must throw TypeError
780 PASS NamedNodeMap interface: existence and properties of interface object 780 PASS NamedNodeMap interface: existence and properties of interface object
781 PASS NamedNodeMap interface object length 781 PASS NamedNodeMap interface object length
782 PASS NamedNodeMap interface object name 782 PASS NamedNodeMap interface object name
783 FAIL NamedNodeMap interface: existence and properties of interface prototype obj ect assert_equals: class string of NamedNodeMap.prototype expected "[object Name dNodeMapPrototype]" but got "[object Object]" 783 FAIL NamedNodeMap interface: existence and properties of interface prototype obj ect assert_equals: class string of NamedNodeMap.prototype expected "[object Name dNodeMapPrototype]" but got "[object NamedNodeMap]"
784 PASS NamedNodeMap interface: existence and properties of interface prototype obj ect's "constructor" property 784 PASS NamedNodeMap interface: existence and properties of interface prototype obj ect's "constructor" property
785 PASS NamedNodeMap interface: attribute length 785 PASS NamedNodeMap interface: attribute length
786 PASS NamedNodeMap interface: operation item(unsigned long) 786 PASS NamedNodeMap interface: operation item(unsigned long)
787 PASS NamedNodeMap interface: operation getNamedItem(DOMString) 787 PASS NamedNodeMap interface: operation getNamedItem(DOMString)
788 PASS NamedNodeMap interface: operation getNamedItemNS(DOMString,DOMString) 788 PASS NamedNodeMap interface: operation getNamedItemNS(DOMString,DOMString)
789 PASS NamedNodeMap interface: operation setNamedItem(Attr) 789 PASS NamedNodeMap interface: operation setNamedItem(Attr)
790 PASS NamedNodeMap interface: operation setNamedItemNS(Attr) 790 PASS NamedNodeMap interface: operation setNamedItemNS(Attr)
791 PASS NamedNodeMap interface: operation removeNamedItem(DOMString) 791 PASS NamedNodeMap interface: operation removeNamedItem(DOMString)
792 PASS NamedNodeMap interface: operation removeNamedItemNS(DOMString,DOMString) 792 PASS NamedNodeMap interface: operation removeNamedItemNS(DOMString,DOMString)
793 FAIL Attr interface: existence and properties of interface object assert_equals: prototype of self's property "Attr" is not Function.prototype expected function "function () {}" but got function "function Node() { [native code] }" 793 FAIL Attr interface: existence and properties of interface object assert_equals: prototype of self's property "Attr" is not Function.prototype expected function "function () {}" but got function "function Node() { [native code] }"
794 PASS Attr interface object length 794 PASS Attr interface object length
795 PASS Attr interface object name 795 PASS Attr interface object name
796 FAIL Attr interface: existence and properties of interface prototype object asse rt_equals: prototype of Attr.prototype is not Object.prototype expected object " [object Object]" but got object "[object Object]" 796 FAIL Attr interface: existence and properties of interface prototype object asse rt_equals: prototype of Attr.prototype is not Object.prototype expected object " [object Object]" but got object "[object Node]"
797 PASS Attr interface: existence and properties of interface prototype object's "c onstructor" property 797 PASS Attr interface: existence and properties of interface prototype object's "c onstructor" property
798 PASS Attr interface: attribute namespaceURI 798 PASS Attr interface: attribute namespaceURI
799 PASS Attr interface: attribute prefix 799 PASS Attr interface: attribute prefix
800 PASS Attr interface: attribute localName 800 PASS Attr interface: attribute localName
801 PASS Attr interface: attribute name 801 PASS Attr interface: attribute name
802 PASS Attr interface: attribute value 802 PASS Attr interface: attribute value
803 PASS Attr interface: attribute nodeValue 803 PASS Attr interface: attribute nodeValue
804 PASS Attr interface: attribute textContent 804 PASS Attr interface: attribute textContent
805 PASS Attr interface: attribute ownerElement 805 PASS Attr interface: attribute ownerElement
806 PASS Attr interface: attribute specified 806 PASS Attr interface: attribute specified
807 PASS Attr must be primary interface of document.querySelector("[id]").attributes [0] 807 PASS Attr must be primary interface of document.querySelector("[id]").attributes [0]
808 PASS Stringification of document.querySelector("[id]").attributes[0] 808 PASS Stringification of document.querySelector("[id]").attributes[0]
809 PASS Attr interface: document.querySelector("[id]").attributes[0] must inherit p roperty "namespaceURI" with the proper type (0) 809 PASS Attr interface: document.querySelector("[id]").attributes[0] must inherit p roperty "namespaceURI" with the proper type (0)
810 PASS Attr interface: document.querySelector("[id]").attributes[0] must inherit p roperty "prefix" with the proper type (1) 810 PASS Attr interface: document.querySelector("[id]").attributes[0] must inherit p roperty "prefix" with the proper type (1)
811 PASS Attr interface: document.querySelector("[id]").attributes[0] must inherit p roperty "localName" with the proper type (2) 811 PASS Attr interface: document.querySelector("[id]").attributes[0] must inherit p roperty "localName" with the proper type (2)
812 PASS Attr interface: document.querySelector("[id]").attributes[0] must inherit p roperty "name" with the proper type (3) 812 PASS Attr interface: document.querySelector("[id]").attributes[0] must inherit p roperty "name" with the proper type (3)
813 PASS Attr interface: document.querySelector("[id]").attributes[0] must inherit p roperty "value" with the proper type (4) 813 PASS Attr interface: document.querySelector("[id]").attributes[0] must inherit p roperty "value" with the proper type (4)
814 PASS Attr interface: document.querySelector("[id]").attributes[0] must inherit p roperty "nodeValue" with the proper type (5) 814 PASS Attr interface: document.querySelector("[id]").attributes[0] must inherit p roperty "nodeValue" with the proper type (5)
815 PASS Attr interface: document.querySelector("[id]").attributes[0] must inherit p roperty "textContent" with the proper type (6) 815 PASS Attr interface: document.querySelector("[id]").attributes[0] must inherit p roperty "textContent" with the proper type (6)
816 PASS Attr interface: document.querySelector("[id]").attributes[0] must inherit p roperty "ownerElement" with the proper type (7) 816 PASS Attr interface: document.querySelector("[id]").attributes[0] must inherit p roperty "ownerElement" with the proper type (7)
817 PASS Attr interface: document.querySelector("[id]").attributes[0] must inherit p roperty "specified" with the proper type (8) 817 PASS Attr interface: document.querySelector("[id]").attributes[0] must inherit p roperty "specified" with the proper type (8)
818 PASS CharacterData interface: existence and properties of interface object 818 PASS CharacterData interface: existence and properties of interface object
819 PASS CharacterData interface object length 819 PASS CharacterData interface object length
820 PASS CharacterData interface object name 820 PASS CharacterData interface object name
821 FAIL CharacterData interface: existence and properties of interface prototype ob ject assert_equals: class string of CharacterData.prototype expected "[object Ch aracterDataPrototype]" but got "[object Object]" 821 FAIL CharacterData interface: existence and properties of interface prototype ob ject assert_equals: class string of CharacterData.prototype expected "[object Ch aracterDataPrototype]" but got "[object CharacterData]"
822 PASS CharacterData interface: existence and properties of interface prototype ob ject's "constructor" property 822 PASS CharacterData interface: existence and properties of interface prototype ob ject's "constructor" property
823 PASS CharacterData interface: attribute data 823 PASS CharacterData interface: attribute data
824 PASS CharacterData interface: attribute length 824 PASS CharacterData interface: attribute length
825 PASS CharacterData interface: operation substringData(unsigned long,unsigned lon g) 825 PASS CharacterData interface: operation substringData(unsigned long,unsigned lon g)
826 PASS CharacterData interface: operation appendData(DOMString) 826 PASS CharacterData interface: operation appendData(DOMString)
827 PASS CharacterData interface: operation insertData(unsigned long,DOMString) 827 PASS CharacterData interface: operation insertData(unsigned long,DOMString)
828 PASS CharacterData interface: operation deleteData(unsigned long,unsigned long) 828 PASS CharacterData interface: operation deleteData(unsigned long,unsigned long)
829 PASS CharacterData interface: operation replaceData(unsigned long,unsigned long, DOMString) 829 PASS CharacterData interface: operation replaceData(unsigned long,unsigned long, DOMString)
830 PASS CharacterData interface: attribute previousElementSibling 830 PASS CharacterData interface: attribute previousElementSibling
831 PASS CharacterData interface: attribute nextElementSibling 831 PASS CharacterData interface: attribute nextElementSibling
832 FAIL CharacterData interface: operation before([object Object],[object Object]) assert_own_property: interface prototype object missing non-static operation exp ected property "before" missing 832 FAIL CharacterData interface: operation before([object Object],[object Object]) assert_own_property: interface prototype object missing non-static operation exp ected property "before" missing
833 FAIL CharacterData interface: operation after([object Object],[object Object]) a ssert_own_property: interface prototype object missing non-static operation expe cted property "after" missing 833 FAIL CharacterData interface: operation after([object Object],[object Object]) a ssert_own_property: interface prototype object missing non-static operation expe cted property "after" missing
834 FAIL CharacterData interface: operation replaceWith([object Object],[object Obje ct]) assert_own_property: interface prototype object missing non-static operatio n expected property "replaceWith" missing 834 FAIL CharacterData interface: operation replaceWith([object Object],[object Obje ct]) assert_own_property: interface prototype object missing non-static operatio n expected property "replaceWith" missing
835 PASS CharacterData interface: operation remove() 835 PASS CharacterData interface: operation remove()
836 PASS Text interface: existence and properties of interface object 836 PASS Text interface: existence and properties of interface object
837 PASS Text interface object length 837 PASS Text interface object length
838 PASS Text interface object name 838 PASS Text interface object name
839 FAIL Text interface: existence and properties of interface prototype object asse rt_equals: class string of Text.prototype expected "[object TextPrototype]" but got "[object Object]" 839 FAIL Text interface: existence and properties of interface prototype object asse rt_equals: class string of Text.prototype expected "[object TextPrototype]" but got "[object Text]"
840 PASS Text interface: existence and properties of interface prototype object's "c onstructor" property 840 PASS Text interface: existence and properties of interface prototype object's "c onstructor" property
841 PASS Text interface: operation splitText(unsigned long) 841 PASS Text interface: operation splitText(unsigned long)
842 PASS Text interface: attribute wholeText 842 PASS Text interface: attribute wholeText
843 PASS Text must be primary interface of document.createTextNode("abc") 843 PASS Text must be primary interface of document.createTextNode("abc")
844 PASS Stringification of document.createTextNode("abc") 844 PASS Stringification of document.createTextNode("abc")
845 PASS Text interface: document.createTextNode("abc") must inherit property "split Text" with the proper type (0) 845 PASS Text interface: document.createTextNode("abc") must inherit property "split Text" with the proper type (0)
846 PASS Text interface: calling splitText(unsigned long) on document.createTextNode ("abc") with too few arguments must throw TypeError 846 PASS Text interface: calling splitText(unsigned long) on document.createTextNode ("abc") with too few arguments must throw TypeError
847 PASS Text interface: document.createTextNode("abc") must inherit property "whole Text" with the proper type (1) 847 PASS Text interface: document.createTextNode("abc") must inherit property "whole Text" with the proper type (1)
848 PASS CharacterData interface: document.createTextNode("abc") must inherit proper ty "data" with the proper type (0) 848 PASS CharacterData interface: document.createTextNode("abc") must inherit proper ty "data" with the proper type (0)
849 PASS CharacterData interface: document.createTextNode("abc") must inherit proper ty "length" with the proper type (1) 849 PASS CharacterData interface: document.createTextNode("abc") must inherit proper ty "length" with the proper type (1)
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
923 PASS Node interface: calling removeChild(Node) on document.createTextNode("abc") with too few arguments must throw TypeError 923 PASS Node interface: calling removeChild(Node) on document.createTextNode("abc") with too few arguments must throw TypeError
924 PASS EventTarget interface: document.createTextNode("abc") must inherit property "addEventListener" with the proper type (0) 924 PASS EventTarget interface: document.createTextNode("abc") must inherit property "addEventListener" with the proper type (0)
925 PASS EventTarget interface: calling addEventListener(DOMString,EventListener,boo lean) on document.createTextNode("abc") with too few arguments must throw TypeEr ror 925 PASS EventTarget interface: calling addEventListener(DOMString,EventListener,boo lean) on document.createTextNode("abc") with too few arguments must throw TypeEr ror
926 PASS EventTarget interface: document.createTextNode("abc") must inherit property "removeEventListener" with the proper type (1) 926 PASS EventTarget interface: document.createTextNode("abc") must inherit property "removeEventListener" with the proper type (1)
927 PASS EventTarget interface: calling removeEventListener(DOMString,EventListener, boolean) on document.createTextNode("abc") with too few arguments must throw Typ eError 927 PASS EventTarget interface: calling removeEventListener(DOMString,EventListener, boolean) on document.createTextNode("abc") with too few arguments must throw Typ eError
928 PASS EventTarget interface: document.createTextNode("abc") must inherit property "dispatchEvent" with the proper type (2) 928 PASS EventTarget interface: document.createTextNode("abc") must inherit property "dispatchEvent" with the proper type (2)
929 PASS EventTarget interface: calling dispatchEvent(Event) on document.createTextN ode("abc") with too few arguments must throw TypeError 929 PASS EventTarget interface: calling dispatchEvent(Event) on document.createTextN ode("abc") with too few arguments must throw TypeError
930 PASS ProcessingInstruction interface: existence and properties of interface obje ct 930 PASS ProcessingInstruction interface: existence and properties of interface obje ct
931 PASS ProcessingInstruction interface object length 931 PASS ProcessingInstruction interface object length
932 PASS ProcessingInstruction interface object name 932 PASS ProcessingInstruction interface object name
933 FAIL ProcessingInstruction interface: existence and properties of interface prot otype object assert_equals: class string of ProcessingInstruction.prototype expe cted "[object ProcessingInstructionPrototype]" but got "[object Object]" 933 FAIL ProcessingInstruction interface: existence and properties of interface prot otype object assert_equals: class string of ProcessingInstruction.prototype expe cted "[object ProcessingInstructionPrototype]" but got "[object ProcessingInstru ction]"
934 PASS ProcessingInstruction interface: existence and properties of interface prot otype object's "constructor" property 934 PASS ProcessingInstruction interface: existence and properties of interface prot otype object's "constructor" property
935 PASS ProcessingInstruction interface: attribute target 935 PASS ProcessingInstruction interface: attribute target
936 PASS ProcessingInstruction must be primary interface of xmlDoc.createProcessingI nstruction("abc", "def") 936 PASS ProcessingInstruction must be primary interface of xmlDoc.createProcessingI nstruction("abc", "def")
937 PASS Stringification of xmlDoc.createProcessingInstruction("abc", "def") 937 PASS Stringification of xmlDoc.createProcessingInstruction("abc", "def")
938 PASS ProcessingInstruction interface: xmlDoc.createProcessingInstruction("abc", "def") must inherit property "target" with the proper type (0) 938 PASS ProcessingInstruction interface: xmlDoc.createProcessingInstruction("abc", "def") must inherit property "target" with the proper type (0)
939 PASS CharacterData interface: xmlDoc.createProcessingInstruction("abc", "def") m ust inherit property "data" with the proper type (0) 939 PASS CharacterData interface: xmlDoc.createProcessingInstruction("abc", "def") m ust inherit property "data" with the proper type (0)
940 PASS CharacterData interface: xmlDoc.createProcessingInstruction("abc", "def") m ust inherit property "length" with the proper type (1) 940 PASS CharacterData interface: xmlDoc.createProcessingInstruction("abc", "def") m ust inherit property "length" with the proper type (1)
941 PASS CharacterData interface: xmlDoc.createProcessingInstruction("abc", "def") m ust inherit property "substringData" with the proper type (2) 941 PASS CharacterData interface: xmlDoc.createProcessingInstruction("abc", "def") m ust inherit property "substringData" with the proper type (2)
942 PASS CharacterData interface: calling substringData(unsigned long,unsigned long) on xmlDoc.createProcessingInstruction("abc", "def") with too few arguments must throw TypeError 942 PASS CharacterData interface: calling substringData(unsigned long,unsigned long) on xmlDoc.createProcessingInstruction("abc", "def") with too few arguments must throw TypeError
943 PASS CharacterData interface: xmlDoc.createProcessingInstruction("abc", "def") m ust inherit property "appendData" with the proper type (3) 943 PASS CharacterData interface: xmlDoc.createProcessingInstruction("abc", "def") m ust inherit property "appendData" with the proper type (3)
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
1014 PASS Node interface: calling removeChild(Node) on xmlDoc.createProcessingInstruc tion("abc", "def") with too few arguments must throw TypeError 1014 PASS Node interface: calling removeChild(Node) on xmlDoc.createProcessingInstruc tion("abc", "def") with too few arguments must throw TypeError
1015 PASS EventTarget interface: xmlDoc.createProcessingInstruction("abc", "def") mus t inherit property "addEventListener" with the proper type (0) 1015 PASS EventTarget interface: xmlDoc.createProcessingInstruction("abc", "def") mus t inherit property "addEventListener" with the proper type (0)
1016 PASS EventTarget interface: calling addEventListener(DOMString,EventListener,boo lean) on xmlDoc.createProcessingInstruction("abc", "def") with too few arguments must throw TypeError 1016 PASS EventTarget interface: calling addEventListener(DOMString,EventListener,boo lean) on xmlDoc.createProcessingInstruction("abc", "def") with too few arguments must throw TypeError
1017 PASS EventTarget interface: xmlDoc.createProcessingInstruction("abc", "def") mus t inherit property "removeEventListener" with the proper type (1) 1017 PASS EventTarget interface: xmlDoc.createProcessingInstruction("abc", "def") mus t inherit property "removeEventListener" with the proper type (1)
1018 PASS EventTarget interface: calling removeEventListener(DOMString,EventListener, boolean) on xmlDoc.createProcessingInstruction("abc", "def") with too few argume nts must throw TypeError 1018 PASS EventTarget interface: calling removeEventListener(DOMString,EventListener, boolean) on xmlDoc.createProcessingInstruction("abc", "def") with too few argume nts must throw TypeError
1019 PASS EventTarget interface: xmlDoc.createProcessingInstruction("abc", "def") mus t inherit property "dispatchEvent" with the proper type (2) 1019 PASS EventTarget interface: xmlDoc.createProcessingInstruction("abc", "def") mus t inherit property "dispatchEvent" with the proper type (2)
1020 PASS EventTarget interface: calling dispatchEvent(Event) on xmlDoc.createProcess ingInstruction("abc", "def") with too few arguments must throw TypeError 1020 PASS EventTarget interface: calling dispatchEvent(Event) on xmlDoc.createProcess ingInstruction("abc", "def") with too few arguments must throw TypeError
1021 PASS Comment interface: existence and properties of interface object 1021 PASS Comment interface: existence and properties of interface object
1022 PASS Comment interface object length 1022 PASS Comment interface object length
1023 PASS Comment interface object name 1023 PASS Comment interface object name
1024 FAIL Comment interface: existence and properties of interface prototype object a ssert_equals: class string of Comment.prototype expected "[object CommentPrototy pe]" but got "[object Object]" 1024 FAIL Comment interface: existence and properties of interface prototype object a ssert_equals: class string of Comment.prototype expected "[object CommentPrototy pe]" but got "[object Comment]"
1025 PASS Comment interface: existence and properties of interface prototype object's "constructor" property 1025 PASS Comment interface: existence and properties of interface prototype object's "constructor" property
1026 PASS Comment must be primary interface of document.createComment("abc") 1026 PASS Comment must be primary interface of document.createComment("abc")
1027 PASS Stringification of document.createComment("abc") 1027 PASS Stringification of document.createComment("abc")
1028 PASS CharacterData interface: document.createComment("abc") must inherit propert y "data" with the proper type (0) 1028 PASS CharacterData interface: document.createComment("abc") must inherit propert y "data" with the proper type (0)
1029 PASS CharacterData interface: document.createComment("abc") must inherit propert y "length" with the proper type (1) 1029 PASS CharacterData interface: document.createComment("abc") must inherit propert y "length" with the proper type (1)
1030 PASS CharacterData interface: document.createComment("abc") must inherit propert y "substringData" with the proper type (2) 1030 PASS CharacterData interface: document.createComment("abc") must inherit propert y "substringData" with the proper type (2)
1031 PASS CharacterData interface: calling substringData(unsigned long,unsigned long) on document.createComment("abc") with too few arguments must throw TypeError 1031 PASS CharacterData interface: calling substringData(unsigned long,unsigned long) on document.createComment("abc") with too few arguments must throw TypeError
1032 PASS CharacterData interface: document.createComment("abc") must inherit propert y "appendData" with the proper type (3) 1032 PASS CharacterData interface: document.createComment("abc") must inherit propert y "appendData" with the proper type (3)
1033 PASS CharacterData interface: calling appendData(DOMString) on document.createCo mment("abc") with too few arguments must throw TypeError 1033 PASS CharacterData interface: calling appendData(DOMString) on document.createCo mment("abc") with too few arguments must throw TypeError
1034 PASS CharacterData interface: document.createComment("abc") must inherit propert y "insertData" with the proper type (4) 1034 PASS CharacterData interface: document.createComment("abc") must inherit propert y "insertData" with the proper type (4)
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
1103 PASS Node interface: calling removeChild(Node) on document.createComment("abc") with too few arguments must throw TypeError 1103 PASS Node interface: calling removeChild(Node) on document.createComment("abc") with too few arguments must throw TypeError
1104 PASS EventTarget interface: document.createComment("abc") must inherit property "addEventListener" with the proper type (0) 1104 PASS EventTarget interface: document.createComment("abc") must inherit property "addEventListener" with the proper type (0)
1105 PASS EventTarget interface: calling addEventListener(DOMString,EventListener,boo lean) on document.createComment("abc") with too few arguments must throw TypeErr or 1105 PASS EventTarget interface: calling addEventListener(DOMString,EventListener,boo lean) on document.createComment("abc") with too few arguments must throw TypeErr or
1106 PASS EventTarget interface: document.createComment("abc") must inherit property "removeEventListener" with the proper type (1) 1106 PASS EventTarget interface: document.createComment("abc") must inherit property "removeEventListener" with the proper type (1)
1107 PASS EventTarget interface: calling removeEventListener(DOMString,EventListener, boolean) on document.createComment("abc") with too few arguments must throw Type Error 1107 PASS EventTarget interface: calling removeEventListener(DOMString,EventListener, boolean) on document.createComment("abc") with too few arguments must throw Type Error
1108 PASS EventTarget interface: document.createComment("abc") must inherit property "dispatchEvent" with the proper type (2) 1108 PASS EventTarget interface: document.createComment("abc") must inherit property "dispatchEvent" with the proper type (2)
1109 PASS EventTarget interface: calling dispatchEvent(Event) on document.createComme nt("abc") with too few arguments must throw TypeError 1109 PASS EventTarget interface: calling dispatchEvent(Event) on document.createComme nt("abc") with too few arguments must throw TypeError
1110 PASS Range interface: existence and properties of interface object 1110 PASS Range interface: existence and properties of interface object
1111 PASS Range interface object length 1111 PASS Range interface object length
1112 PASS Range interface object name 1112 PASS Range interface object name
1113 FAIL Range interface: existence and properties of interface prototype object ass ert_equals: class string of Range.prototype expected "[object RangePrototype]" b ut got "[object Object]" 1113 FAIL Range interface: existence and properties of interface prototype object ass ert_equals: class string of Range.prototype expected "[object RangePrototype]" b ut got "[object Range]"
1114 PASS Range interface: existence and properties of interface prototype object's " constructor" property 1114 PASS Range interface: existence and properties of interface prototype object's " constructor" property
1115 PASS Range interface: attribute startContainer 1115 PASS Range interface: attribute startContainer
1116 PASS Range interface: attribute startOffset 1116 PASS Range interface: attribute startOffset
1117 PASS Range interface: attribute endContainer 1117 PASS Range interface: attribute endContainer
1118 PASS Range interface: attribute endOffset 1118 PASS Range interface: attribute endOffset
1119 PASS Range interface: attribute collapsed 1119 PASS Range interface: attribute collapsed
1120 PASS Range interface: attribute commonAncestorContainer 1120 PASS Range interface: attribute commonAncestorContainer
1121 PASS Range interface: operation setStart(Node,unsigned long) 1121 PASS Range interface: operation setStart(Node,unsigned long)
1122 PASS Range interface: operation setEnd(Node,unsigned long) 1122 PASS Range interface: operation setEnd(Node,unsigned long)
1123 PASS Range interface: operation setStartBefore(Node) 1123 PASS Range interface: operation setStartBefore(Node)
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
1237 PASS Range interface: detachedRange must inherit property "detach" with the prop er type (26) 1237 PASS Range interface: detachedRange must inherit property "detach" with the prop er type (26)
1238 PASS Range interface: detachedRange must inherit property "isPointInRange" with the proper type (27) 1238 PASS Range interface: detachedRange must inherit property "isPointInRange" with the proper type (27)
1239 PASS Range interface: calling isPointInRange(Node,unsigned long) on detachedRang e with too few arguments must throw TypeError 1239 PASS Range interface: calling isPointInRange(Node,unsigned long) on detachedRang e with too few arguments must throw TypeError
1240 PASS Range interface: detachedRange must inherit property "comparePoint" with th e proper type (28) 1240 PASS Range interface: detachedRange must inherit property "comparePoint" with th e proper type (28)
1241 PASS Range interface: calling comparePoint(Node,unsigned long) on detachedRange with too few arguments must throw TypeError 1241 PASS Range interface: calling comparePoint(Node,unsigned long) on detachedRange with too few arguments must throw TypeError
1242 PASS Range interface: detachedRange must inherit property "intersectsNode" with the proper type (29) 1242 PASS Range interface: detachedRange must inherit property "intersectsNode" with the proper type (29)
1243 PASS Range interface: calling intersectsNode(Node) on detachedRange with too few arguments must throw TypeError 1243 PASS Range interface: calling intersectsNode(Node) on detachedRange with too few arguments must throw TypeError
1244 PASS NodeIterator interface: existence and properties of interface object 1244 PASS NodeIterator interface: existence and properties of interface object
1245 PASS NodeIterator interface object length 1245 PASS NodeIterator interface object length
1246 PASS NodeIterator interface object name 1246 PASS NodeIterator interface object name
1247 FAIL NodeIterator interface: existence and properties of interface prototype obj ect assert_equals: class string of NodeIterator.prototype expected "[object Node IteratorPrototype]" but got "[object Object]" 1247 FAIL NodeIterator interface: existence and properties of interface prototype obj ect assert_equals: class string of NodeIterator.prototype expected "[object Node IteratorPrototype]" but got "[object NodeIterator]"
1248 PASS NodeIterator interface: existence and properties of interface prototype obj ect's "constructor" property 1248 PASS NodeIterator interface: existence and properties of interface prototype obj ect's "constructor" property
1249 PASS NodeIterator interface: attribute root 1249 PASS NodeIterator interface: attribute root
1250 PASS NodeIterator interface: attribute referenceNode 1250 PASS NodeIterator interface: attribute referenceNode
1251 PASS NodeIterator interface: attribute pointerBeforeReferenceNode 1251 PASS NodeIterator interface: attribute pointerBeforeReferenceNode
1252 PASS NodeIterator interface: attribute whatToShow 1252 PASS NodeIterator interface: attribute whatToShow
1253 PASS NodeIterator interface: attribute filter 1253 PASS NodeIterator interface: attribute filter
1254 PASS NodeIterator interface: operation nextNode() 1254 PASS NodeIterator interface: operation nextNode()
1255 PASS NodeIterator interface: operation previousNode() 1255 PASS NodeIterator interface: operation previousNode()
1256 PASS NodeIterator interface: operation detach() 1256 PASS NodeIterator interface: operation detach()
1257 PASS NodeIterator must be primary interface of document.createNodeIterator(docum ent.body, NodeFilter.SHOW_ALL, null, false) 1257 PASS NodeIterator must be primary interface of document.createNodeIterator(docum ent.body, NodeFilter.SHOW_ALL, null, false)
1258 PASS Stringification of document.createNodeIterator(document.body, NodeFilter.SH OW_ALL, null, false) 1258 PASS Stringification of document.createNodeIterator(document.body, NodeFilter.SH OW_ALL, null, false)
1259 PASS NodeIterator interface: document.createNodeIterator(document.body, NodeFilt er.SHOW_ALL, null, false) must inherit property "root" with the proper type (0) 1259 PASS NodeIterator interface: document.createNodeIterator(document.body, NodeFilt er.SHOW_ALL, null, false) must inherit property "root" with the proper type (0)
1260 PASS NodeIterator interface: document.createNodeIterator(document.body, NodeFilt er.SHOW_ALL, null, false) must inherit property "referenceNode" with the proper type (1) 1260 PASS NodeIterator interface: document.createNodeIterator(document.body, NodeFilt er.SHOW_ALL, null, false) must inherit property "referenceNode" with the proper type (1)
1261 PASS NodeIterator interface: document.createNodeIterator(document.body, NodeFilt er.SHOW_ALL, null, false) must inherit property "pointerBeforeReferenceNode" wit h the proper type (2) 1261 PASS NodeIterator interface: document.createNodeIterator(document.body, NodeFilt er.SHOW_ALL, null, false) must inherit property "pointerBeforeReferenceNode" wit h the proper type (2)
1262 PASS NodeIterator interface: document.createNodeIterator(document.body, NodeFilt er.SHOW_ALL, null, false) must inherit property "whatToShow" with the proper typ e (3) 1262 PASS NodeIterator interface: document.createNodeIterator(document.body, NodeFilt er.SHOW_ALL, null, false) must inherit property "whatToShow" with the proper typ e (3)
1263 PASS NodeIterator interface: document.createNodeIterator(document.body, NodeFilt er.SHOW_ALL, null, false) must inherit property "filter" with the proper type (4 ) 1263 PASS NodeIterator interface: document.createNodeIterator(document.body, NodeFilt er.SHOW_ALL, null, false) must inherit property "filter" with the proper type (4 )
1264 PASS NodeIterator interface: document.createNodeIterator(document.body, NodeFilt er.SHOW_ALL, null, false) must inherit property "nextNode" with the proper type (5) 1264 PASS NodeIterator interface: document.createNodeIterator(document.body, NodeFilt er.SHOW_ALL, null, false) must inherit property "nextNode" with the proper type (5)
1265 PASS NodeIterator interface: document.createNodeIterator(document.body, NodeFilt er.SHOW_ALL, null, false) must inherit property "previousNode" with the proper t ype (6) 1265 PASS NodeIterator interface: document.createNodeIterator(document.body, NodeFilt er.SHOW_ALL, null, false) must inherit property "previousNode" with the proper t ype (6)
1266 PASS NodeIterator interface: document.createNodeIterator(document.body, NodeFilt er.SHOW_ALL, null, false) must inherit property "detach" with the proper type (7 ) 1266 PASS NodeIterator interface: document.createNodeIterator(document.body, NodeFilt er.SHOW_ALL, null, false) must inherit property "detach" with the proper type (7 )
1267 PASS TreeWalker interface: existence and properties of interface object 1267 PASS TreeWalker interface: existence and properties of interface object
1268 PASS TreeWalker interface object length 1268 PASS TreeWalker interface object length
1269 PASS TreeWalker interface object name 1269 PASS TreeWalker interface object name
1270 FAIL TreeWalker interface: existence and properties of interface prototype objec t assert_equals: class string of TreeWalker.prototype expected "[object TreeWalk erPrototype]" but got "[object Object]" 1270 FAIL TreeWalker interface: existence and properties of interface prototype objec t assert_equals: class string of TreeWalker.prototype expected "[object TreeWalk erPrototype]" but got "[object TreeWalker]"
1271 PASS TreeWalker interface: existence and properties of interface prototype objec t's "constructor" property 1271 PASS TreeWalker interface: existence and properties of interface prototype objec t's "constructor" property
1272 PASS TreeWalker interface: attribute root 1272 PASS TreeWalker interface: attribute root
1273 PASS TreeWalker interface: attribute whatToShow 1273 PASS TreeWalker interface: attribute whatToShow
1274 PASS TreeWalker interface: attribute filter 1274 PASS TreeWalker interface: attribute filter
1275 PASS TreeWalker interface: attribute currentNode 1275 PASS TreeWalker interface: attribute currentNode
1276 PASS TreeWalker interface: operation parentNode() 1276 PASS TreeWalker interface: operation parentNode()
1277 PASS TreeWalker interface: operation firstChild() 1277 PASS TreeWalker interface: operation firstChild()
1278 PASS TreeWalker interface: operation lastChild() 1278 PASS TreeWalker interface: operation lastChild()
1279 PASS TreeWalker interface: operation previousSibling() 1279 PASS TreeWalker interface: operation previousSibling()
1280 PASS TreeWalker interface: operation nextSibling() 1280 PASS TreeWalker interface: operation nextSibling()
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
1326 PASS NodeFilter interface: constant SHOW_DOCUMENT_TYPE on interface object 1326 PASS NodeFilter interface: constant SHOW_DOCUMENT_TYPE on interface object
1327 FAIL NodeFilter interface: constant SHOW_DOCUMENT_TYPE on interface prototype ob ject assert_false: NodeFilter should not have a "prototype" property expected fa lse got true 1327 FAIL NodeFilter interface: constant SHOW_DOCUMENT_TYPE on interface prototype ob ject assert_false: NodeFilter should not have a "prototype" property expected fa lse got true
1328 PASS NodeFilter interface: constant SHOW_DOCUMENT_FRAGMENT on interface object 1328 PASS NodeFilter interface: constant SHOW_DOCUMENT_FRAGMENT on interface object
1329 FAIL NodeFilter interface: constant SHOW_DOCUMENT_FRAGMENT on interface prototyp e object assert_false: NodeFilter should not have a "prototype" property expecte d false got true 1329 FAIL NodeFilter interface: constant SHOW_DOCUMENT_FRAGMENT on interface prototyp e object assert_false: NodeFilter should not have a "prototype" property expecte d false got true
1330 PASS NodeFilter interface: constant SHOW_NOTATION on interface object 1330 PASS NodeFilter interface: constant SHOW_NOTATION on interface object
1331 FAIL NodeFilter interface: constant SHOW_NOTATION on interface prototype object assert_false: NodeFilter should not have a "prototype" property expected false g ot true 1331 FAIL NodeFilter interface: constant SHOW_NOTATION on interface prototype object assert_false: NodeFilter should not have a "prototype" property expected false g ot true
1332 FAIL NodeFilter interface: operation acceptNode(Node) assert_false: NodeFilter s hould not have a "prototype" property expected false got true 1332 FAIL NodeFilter interface: operation acceptNode(Node) assert_false: NodeFilter s hould not have a "prototype" property expected false got true
1333 PASS DOMTokenList interface: existence and properties of interface object 1333 PASS DOMTokenList interface: existence and properties of interface object
1334 PASS DOMTokenList interface object length 1334 PASS DOMTokenList interface object length
1335 PASS DOMTokenList interface object name 1335 PASS DOMTokenList interface object name
1336 FAIL DOMTokenList interface: existence and properties of interface prototype obj ect assert_equals: class string of DOMTokenList.prototype expected "[object DOMT okenListPrototype]" but got "[object Object]" 1336 FAIL DOMTokenList interface: existence and properties of interface prototype obj ect assert_equals: class string of DOMTokenList.prototype expected "[object DOMT okenListPrototype]" but got "[object DOMTokenList]"
1337 PASS DOMTokenList interface: existence and properties of interface prototype obj ect's "constructor" property 1337 PASS DOMTokenList interface: existence and properties of interface prototype obj ect's "constructor" property
1338 PASS DOMTokenList interface: attribute length 1338 PASS DOMTokenList interface: attribute length
1339 PASS DOMTokenList interface: operation item(unsigned long) 1339 PASS DOMTokenList interface: operation item(unsigned long)
1340 PASS DOMTokenList interface: operation contains(DOMString) 1340 PASS DOMTokenList interface: operation contains(DOMString)
1341 PASS DOMTokenList interface: operation add(DOMString) 1341 PASS DOMTokenList interface: operation add(DOMString)
1342 PASS DOMTokenList interface: operation remove(DOMString) 1342 PASS DOMTokenList interface: operation remove(DOMString)
1343 PASS DOMTokenList interface: operation toggle(DOMString,boolean) 1343 PASS DOMTokenList interface: operation toggle(DOMString,boolean)
1344 FAIL DOMTokenList interface: operation replace(DOMString,DOMString) assert_own_p roperty: interface prototype object missing non-static operation expected proper ty "replace" missing 1344 FAIL DOMTokenList interface: operation replace(DOMString,DOMString) assert_own_p roperty: interface prototype object missing non-static operation expected proper ty "replace" missing
1345 PASS DOMTokenList interface: operation supports(DOMString) 1345 PASS DOMTokenList interface: operation supports(DOMString)
1346 PASS DOMTokenList interface: attribute value 1346 PASS DOMTokenList interface: attribute value
(...skipping 11 matching lines...) Expand all
1358 PASS DOMTokenList interface: calling remove(DOMString) on document.body.classLis t with too few arguments must throw TypeError 1358 PASS DOMTokenList interface: calling remove(DOMString) on document.body.classLis t with too few arguments must throw TypeError
1359 PASS DOMTokenList interface: document.body.classList must inherit property "togg le" with the proper type (5) 1359 PASS DOMTokenList interface: document.body.classList must inherit property "togg le" with the proper type (5)
1360 PASS DOMTokenList interface: calling toggle(DOMString,boolean) on document.body. classList with too few arguments must throw TypeError 1360 PASS DOMTokenList interface: calling toggle(DOMString,boolean) on document.body. classList with too few arguments must throw TypeError
1361 FAIL DOMTokenList interface: document.body.classList must inherit property "repl ace" with the proper type (6) assert_inherits: property "replace" not found in p rototype chain 1361 FAIL DOMTokenList interface: document.body.classList must inherit property "repl ace" with the proper type (6) assert_inherits: property "replace" not found in p rototype chain
1362 FAIL DOMTokenList interface: calling replace(DOMString,DOMString) on document.bo dy.classList with too few arguments must throw TypeError assert_inherits: proper ty "replace" not found in prototype chain 1362 FAIL DOMTokenList interface: calling replace(DOMString,DOMString) on document.bo dy.classList with too few arguments must throw TypeError assert_inherits: proper ty "replace" not found in prototype chain
1363 PASS DOMTokenList interface: document.body.classList must inherit property "supp orts" with the proper type (7) 1363 PASS DOMTokenList interface: document.body.classList must inherit property "supp orts" with the proper type (7)
1364 PASS DOMTokenList interface: calling supports(DOMString) on document.body.classL ist with too few arguments must throw TypeError 1364 PASS DOMTokenList interface: calling supports(DOMString) on document.body.classL ist with too few arguments must throw TypeError
1365 PASS DOMTokenList interface: document.body.classList must inherit property "valu e" with the proper type (8) 1365 PASS DOMTokenList interface: document.body.classList must inherit property "valu e" with the proper type (8)
1366 Harness: the test ran to completion. 1366 Harness: the test ran to completion.
1367 1367
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698