| OLD | NEW |
| 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 Event]" | 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 |
| (...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 182 PASS Node interface: constant DOCUMENT_TYPE_NODE on interface object | 182 PASS Node interface: constant DOCUMENT_TYPE_NODE on interface object |
| 183 PASS Node interface: constant DOCUMENT_TYPE_NODE on interface prototype object | 183 PASS Node interface: constant DOCUMENT_TYPE_NODE on interface prototype object |
| 184 PASS Node interface: constant DOCUMENT_FRAGMENT_NODE on interface object | 184 PASS Node interface: constant DOCUMENT_FRAGMENT_NODE on interface object |
| 185 PASS Node interface: constant DOCUMENT_FRAGMENT_NODE on interface prototype obje
ct | 185 PASS Node interface: constant DOCUMENT_FRAGMENT_NODE on interface prototype obje
ct |
| 186 PASS Node interface: constant NOTATION_NODE on interface object | 186 PASS Node interface: constant NOTATION_NODE on interface object |
| 187 PASS Node interface: constant NOTATION_NODE on interface prototype object | 187 PASS Node interface: constant NOTATION_NODE on interface prototype object |
| 188 PASS Node interface: attribute nodeType | 188 PASS Node interface: attribute nodeType |
| 189 PASS Node interface: attribute nodeName | 189 PASS Node interface: attribute nodeName |
| 190 PASS Node interface: attribute baseURI | 190 PASS Node interface: attribute baseURI |
| 191 PASS Node interface: attribute ownerDocument | 191 PASS Node interface: attribute ownerDocument |
| 192 PASS Node interface: attribute rootNode |
| 192 PASS Node interface: attribute parentNode | 193 PASS Node interface: attribute parentNode |
| 193 PASS Node interface: attribute parentElement | 194 PASS Node interface: attribute parentElement |
| 194 PASS Node interface: operation hasChildNodes() | 195 PASS Node interface: operation hasChildNodes() |
| 195 PASS Node interface: attribute childNodes | 196 PASS Node interface: attribute childNodes |
| 196 PASS Node interface: attribute firstChild | 197 PASS Node interface: attribute firstChild |
| 197 PASS Node interface: attribute lastChild | 198 PASS Node interface: attribute lastChild |
| 198 PASS Node interface: attribute previousSibling | 199 PASS Node interface: attribute previousSibling |
| 199 PASS Node interface: attribute nextSibling | 200 PASS Node interface: attribute nextSibling |
| 200 PASS Node interface: attribute nodeValue | 201 PASS Node interface: attribute nodeValue |
| 201 PASS Node interface: attribute textContent | 202 PASS Node interface: attribute textContent |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 260 PASS Document interface: attribute children | 261 PASS Document interface: attribute children |
| 261 PASS Document interface: attribute firstElementChild | 262 PASS Document interface: attribute firstElementChild |
| 262 PASS Document interface: attribute lastElementChild | 263 PASS Document interface: attribute lastElementChild |
| 263 PASS Document interface: attribute childElementCount | 264 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 | 265 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 | 266 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 | 267 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 | 268 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) | 269 PASS Document interface: operation querySelector(DOMString) |
| 269 PASS Document interface: operation querySelectorAll(DOMString) | 270 PASS Document interface: operation querySelectorAll(DOMString) |
| 271 FAIL Document must be primary interface of new Document() assert_equals: Unexpec
ted exception when evaluating object expected null but got object "TypeError: Il
legal constructor" |
| 272 FAIL Stringification of new Document() assert_equals: Unexpected exception when
evaluating object expected null but got object "TypeError: Illegal constructor" |
| 273 FAIL Document interface: new Document() must inherit property "implementation" w
ith the proper type (0) assert_equals: Unexpected exception when evaluating obje
ct expected null but got object "TypeError: Illegal constructor" |
| 274 FAIL Document interface: new Document() must inherit property "URL" with the pro
per type (1) assert_equals: Unexpected exception when evaluating object expected
null but got object "TypeError: Illegal constructor" |
| 275 FAIL Document interface: new Document() must inherit property "documentURI" with
the proper type (2) assert_equals: Unexpected exception when evaluating object
expected null but got object "TypeError: Illegal constructor" |
| 276 FAIL Document interface: new Document() must inherit property "origin" with the
proper type (3) assert_equals: Unexpected exception when evaluating object expec
ted null but got object "TypeError: Illegal constructor" |
| 277 FAIL Document interface: new Document() must inherit property "compatMode" with
the proper type (4) assert_equals: Unexpected exception when evaluating object e
xpected null but got object "TypeError: Illegal constructor" |
| 278 FAIL Document interface: new Document() must inherit property "characterSet" wit
h the proper type (5) assert_equals: Unexpected exception when evaluating object
expected null but got object "TypeError: Illegal constructor" |
| 279 FAIL Document interface: new Document() must inherit property "charset" with the
proper type (6) assert_equals: Unexpected exception when evaluating object expe
cted null but got object "TypeError: Illegal constructor" |
| 280 FAIL Document interface: new Document() must inherit property "inputEncoding" wi
th the proper type (7) assert_equals: Unexpected exception when evaluating objec
t expected null but got object "TypeError: Illegal constructor" |
| 281 FAIL Document interface: new Document() must inherit property "contentType" with
the proper type (8) assert_equals: Unexpected exception when evaluating object
expected null but got object "TypeError: Illegal constructor" |
| 282 FAIL Document interface: new Document() must inherit property "doctype" with the
proper type (9) assert_equals: Unexpected exception when evaluating object expe
cted null but got object "TypeError: Illegal constructor" |
| 283 FAIL Document interface: new Document() must inherit property "documentElement"
with the proper type (10) assert_equals: Unexpected exception when evaluating ob
ject expected null but got object "TypeError: Illegal constructor" |
| 284 FAIL Document interface: new Document() must inherit property "getElementsByTagN
ame" with the proper type (11) assert_equals: Unexpected exception when evaluati
ng object expected null but got object "TypeError: Illegal constructor" |
| 285 FAIL Document interface: calling getElementsByTagName(DOMString) on new Document
() with too few arguments must throw TypeError assert_equals: Unexpected excepti
on when evaluating object expected null but got object "TypeError: Illegal const
ructor" |
| 286 FAIL Document interface: new Document() must inherit property "getElementsByTagN
ameNS" with the proper type (12) assert_equals: Unexpected exception when evalua
ting object expected null but got object "TypeError: Illegal constructor" |
| 287 FAIL Document interface: calling getElementsByTagNameNS(DOMString,DOMString) on
new Document() with too few arguments must throw TypeError assert_equals: Unexpe
cted exception when evaluating object expected null but got object "TypeError: I
llegal constructor" |
| 288 FAIL Document interface: new Document() must inherit property "getElementsByClas
sName" with the proper type (13) assert_equals: Unexpected exception when evalua
ting object expected null but got object "TypeError: Illegal constructor" |
| 289 FAIL Document interface: calling getElementsByClassName(DOMString) on new Docume
nt() with too few arguments must throw TypeError assert_equals: Unexpected excep
tion when evaluating object expected null but got object "TypeError: Illegal con
structor" |
| 290 FAIL Document interface: new Document() must inherit property "createElement" wi
th the proper type (14) assert_equals: Unexpected exception when evaluating obje
ct expected null but got object "TypeError: Illegal constructor" |
| 291 FAIL Document interface: calling createElement(DOMString) on new Document() with
too few arguments must throw TypeError assert_equals: Unexpected exception when
evaluating object expected null but got object "TypeError: Illegal constructor" |
| 292 FAIL Document interface: new Document() must inherit property "createElementNS"
with the proper type (15) assert_equals: Unexpected exception when evaluating ob
ject expected null but got object "TypeError: Illegal constructor" |
| 293 FAIL Document interface: calling createElementNS(DOMString,DOMString) on new Doc
ument() with too few arguments must throw TypeError assert_equals: Unexpected ex
ception when evaluating object expected null but got object "TypeError: Illegal
constructor" |
| 294 FAIL Document interface: new Document() must inherit property "createDocumentFra
gment" with the proper type (16) assert_equals: Unexpected exception when evalua
ting object expected null but got object "TypeError: Illegal constructor" |
| 295 FAIL Document interface: new Document() must inherit property "createTextNode" w
ith the proper type (17) assert_equals: Unexpected exception when evaluating obj
ect expected null but got object "TypeError: Illegal constructor" |
| 296 FAIL Document interface: calling createTextNode(DOMString) on new Document() wit
h too few arguments must throw TypeError assert_equals: Unexpected exception whe
n evaluating object expected null but got object "TypeError: Illegal constructor
" |
| 297 FAIL Document interface: new Document() must inherit property "createComment" wi
th the proper type (18) assert_equals: Unexpected exception when evaluating obje
ct expected null but got object "TypeError: Illegal constructor" |
| 298 FAIL Document interface: calling createComment(DOMString) on new Document() with
too few arguments must throw TypeError assert_equals: Unexpected exception when
evaluating object expected null but got object "TypeError: Illegal constructor" |
| 299 FAIL Document interface: new Document() must inherit property "createProcessingI
nstruction" with the proper type (19) assert_equals: Unexpected exception when e
valuating object expected null but got object "TypeError: Illegal constructor" |
| 300 FAIL Document interface: calling createProcessingInstruction(DOMString,DOMString
) on new Document() with too few arguments must throw TypeError assert_equals: U
nexpected exception when evaluating object expected null but got object "TypeErr
or: Illegal constructor" |
| 301 FAIL Document interface: new Document() must inherit property "importNode" with
the proper type (20) assert_equals: Unexpected exception when evaluating object
expected null but got object "TypeError: Illegal constructor" |
| 302 FAIL Document interface: calling importNode(Node,boolean) on new Document() with
too few arguments must throw TypeError assert_equals: Unexpected exception when
evaluating object expected null but got object "TypeError: Illegal constructor" |
| 303 FAIL Document interface: new Document() must inherit property "adoptNode" with t
he proper type (21) assert_equals: Unexpected exception when evaluating object e
xpected null but got object "TypeError: Illegal constructor" |
| 304 FAIL Document interface: calling adoptNode(Node) on new Document() with too few
arguments must throw TypeError assert_equals: Unexpected exception when evaluati
ng object expected null but got object "TypeError: Illegal constructor" |
| 305 FAIL Document interface: new Document() must inherit property "createAttribute"
with the proper type (22) assert_equals: Unexpected exception when evaluating ob
ject expected null but got object "TypeError: Illegal constructor" |
| 306 FAIL Document interface: calling createAttribute(DOMString) on new Document() wi
th too few arguments must throw TypeError assert_equals: Unexpected exception wh
en evaluating object expected null but got object "TypeError: Illegal constructo
r" |
| 307 FAIL Document interface: new Document() must inherit property "createAttributeNS
" with the proper type (23) assert_equals: Unexpected exception when evaluating
object expected null but got object "TypeError: Illegal constructor" |
| 308 FAIL Document interface: calling createAttributeNS(DOMString,DOMString) on new D
ocument() with too few arguments must throw TypeError assert_equals: Unexpected
exception when evaluating object expected null but got object "TypeError: Illega
l constructor" |
| 309 FAIL Document interface: new Document() must inherit property "createEvent" with
the proper type (24) assert_equals: Unexpected exception when evaluating object
expected null but got object "TypeError: Illegal constructor" |
| 310 FAIL Document interface: calling createEvent(DOMString) on new Document() with t
oo few arguments must throw TypeError assert_equals: Unexpected exception when e
valuating object expected null but got object "TypeError: Illegal constructor" |
| 311 FAIL Document interface: new Document() must inherit property "createRange" with
the proper type (25) assert_equals: Unexpected exception when evaluating object
expected null but got object "TypeError: Illegal constructor" |
| 312 FAIL Document interface: new Document() must inherit property "createNodeIterato
r" with the proper type (26) assert_equals: Unexpected exception when evaluating
object expected null but got object "TypeError: Illegal constructor" |
| 313 FAIL Document interface: calling createNodeIterator(Node,unsigned long,NodeFilte
r) on new Document() with too few arguments must throw TypeError assert_equals:
Unexpected exception when evaluating object expected null but got object "TypeEr
ror: Illegal constructor" |
| 314 FAIL Document interface: new Document() must inherit property "createTreeWalker"
with the proper type (27) assert_equals: Unexpected exception when evaluating o
bject expected null but got object "TypeError: Illegal constructor" |
| 315 FAIL Document interface: calling createTreeWalker(Node,unsigned long,NodeFilter)
on new Document() with too few arguments must throw TypeError assert_equals: Un
expected exception when evaluating object expected null but got object "TypeErro
r: Illegal constructor" |
| 316 FAIL Document interface: new Document() must inherit property "getElementById" w
ith the proper type (28) assert_equals: Unexpected exception when evaluating obj
ect expected null but got object "TypeError: Illegal constructor" |
| 317 FAIL Document interface: calling getElementById(DOMString) on new Document() wit
h too few arguments must throw TypeError assert_equals: Unexpected exception whe
n evaluating object expected null but got object "TypeError: Illegal constructor
" |
| 318 FAIL Document interface: new Document() must inherit property "children" with th
e proper type (29) assert_equals: Unexpected exception when evaluating object ex
pected null but got object "TypeError: Illegal constructor" |
| 319 FAIL Document interface: new Document() must inherit property "firstElementChild
" with the proper type (30) assert_equals: Unexpected exception when evaluating
object expected null but got object "TypeError: Illegal constructor" |
| 320 FAIL Document interface: new Document() must inherit property "lastElementChild"
with the proper type (31) assert_equals: Unexpected exception when evaluating o
bject expected null but got object "TypeError: Illegal constructor" |
| 321 FAIL Document interface: new Document() must inherit property "childElementCount
" with the proper type (32) assert_equals: Unexpected exception when evaluating
object expected null but got object "TypeError: Illegal constructor" |
| 322 FAIL Document interface: new Document() must inherit property "prepend" with the
proper type (33) assert_equals: Unexpected exception when evaluating object exp
ected null but got object "TypeError: Illegal constructor" |
| 323 FAIL Document interface: calling prepend([object Object],[object Object]) on new
Document() with too few arguments must throw TypeError assert_equals: Unexpecte
d exception when evaluating object expected null but got object "TypeError: Ille
gal constructor" |
| 324 FAIL Document interface: new Document() must inherit property "append" with the
proper type (34) assert_equals: Unexpected exception when evaluating object expe
cted null but got object "TypeError: Illegal constructor" |
| 325 FAIL Document interface: calling append([object Object],[object Object]) on new
Document() with too few arguments must throw TypeError assert_equals: Unexpected
exception when evaluating object expected null but got object "TypeError: Illeg
al constructor" |
| 326 FAIL Document interface: new Document() must inherit property "query" with the p
roper type (35) assert_equals: Unexpected exception when evaluating object expec
ted null but got object "TypeError: Illegal constructor" |
| 327 FAIL Document interface: calling query(DOMString) on new Document() with too few
arguments must throw TypeError assert_equals: Unexpected exception when evaluat
ing object expected null but got object "TypeError: Illegal constructor" |
| 328 FAIL Document interface: new Document() must inherit property "queryAll" with th
e proper type (36) assert_equals: Unexpected exception when evaluating object ex
pected null but got object "TypeError: Illegal constructor" |
| 329 FAIL Document interface: calling queryAll(DOMString) on new Document() with too
few arguments must throw TypeError assert_equals: Unexpected exception when eval
uating object expected null but got object "TypeError: Illegal constructor" |
| 330 FAIL Document interface: new Document() must inherit property "querySelector" wi
th the proper type (37) assert_equals: Unexpected exception when evaluating obje
ct expected null but got object "TypeError: Illegal constructor" |
| 331 FAIL Document interface: calling querySelector(DOMString) on new Document() with
too few arguments must throw TypeError assert_equals: Unexpected exception when
evaluating object expected null but got object "TypeError: Illegal constructor" |
| 332 FAIL Document interface: new Document() must inherit property "querySelectorAll"
with the proper type (38) assert_equals: Unexpected exception when evaluating o
bject expected null but got object "TypeError: Illegal constructor" |
| 333 FAIL Document interface: calling querySelectorAll(DOMString) on new Document() w
ith too few arguments must throw TypeError assert_equals: Unexpected exception w
hen evaluating object expected null but got object "TypeError: Illegal construct
or" |
| 334 FAIL Node interface: new Document() must inherit property "ELEMENT_NODE" with th
e proper type (0) assert_equals: Unexpected exception when evaluating object exp
ected null but got object "TypeError: Illegal constructor" |
| 335 FAIL Node interface: new Document() must inherit property "ATTRIBUTE_NODE" with
the proper type (1) assert_equals: Unexpected exception when evaluating object e
xpected null but got object "TypeError: Illegal constructor" |
| 336 FAIL Node interface: new Document() must inherit property "TEXT_NODE" with the p
roper type (2) assert_equals: Unexpected exception when evaluating object expect
ed null but got object "TypeError: Illegal constructor" |
| 337 FAIL Node interface: new Document() must inherit property "CDATA_SECTION_NODE" w
ith the proper type (3) assert_equals: Unexpected exception when evaluating obje
ct expected null but got object "TypeError: Illegal constructor" |
| 338 FAIL Node interface: new Document() must inherit property "ENTITY_REFERENCE_NODE
" with the proper type (4) assert_equals: Unexpected exception when evaluating o
bject expected null but got object "TypeError: Illegal constructor" |
| 339 FAIL Node interface: new Document() must inherit property "ENTITY_NODE" with the
proper type (5) assert_equals: Unexpected exception when evaluating object expe
cted null but got object "TypeError: Illegal constructor" |
| 340 FAIL Node interface: new Document() must inherit property "PROCESSING_INSTRUCTIO
N_NODE" with the proper type (6) assert_equals: Unexpected exception when evalua
ting object expected null but got object "TypeError: Illegal constructor" |
| 341 FAIL Node interface: new Document() must inherit property "COMMENT_NODE" with th
e proper type (7) assert_equals: Unexpected exception when evaluating object exp
ected null but got object "TypeError: Illegal constructor" |
| 342 FAIL Node interface: new Document() must inherit property "DOCUMENT_NODE" with t
he proper type (8) assert_equals: Unexpected exception when evaluating object ex
pected null but got object "TypeError: Illegal constructor" |
| 343 FAIL Node interface: new Document() must inherit property "DOCUMENT_TYPE_NODE" w
ith the proper type (9) assert_equals: Unexpected exception when evaluating obje
ct expected null but got object "TypeError: Illegal constructor" |
| 344 FAIL Node interface: new Document() must inherit property "DOCUMENT_FRAGMENT_NOD
E" with the proper type (10) assert_equals: Unexpected exception when evaluating
object expected null but got object "TypeError: Illegal constructor" |
| 345 FAIL Node interface: new Document() must inherit property "NOTATION_NODE" with t
he proper type (11) assert_equals: Unexpected exception when evaluating object e
xpected null but got object "TypeError: Illegal constructor" |
| 346 FAIL Node interface: new Document() must inherit property "nodeType" with the pr
oper type (12) assert_equals: Unexpected exception when evaluating object expect
ed null but got object "TypeError: Illegal constructor" |
| 347 FAIL Node interface: new Document() must inherit property "nodeName" with the pr
oper type (13) assert_equals: Unexpected exception when evaluating object expect
ed null but got object "TypeError: Illegal constructor" |
| 348 FAIL Node interface: new Document() must inherit property "baseURI" with the pro
per type (14) assert_equals: Unexpected exception when evaluating object expecte
d null but got object "TypeError: Illegal constructor" |
| 349 FAIL Node interface: new Document() must inherit property "ownerDocument" with t
he proper type (15) assert_equals: Unexpected exception when evaluating object e
xpected null but got object "TypeError: Illegal constructor" |
| 350 FAIL Node interface: new Document() must inherit property "rootNode" with the pr
oper type (16) assert_equals: Unexpected exception when evaluating object expect
ed null but got object "TypeError: Illegal constructor" |
| 351 FAIL Node interface: new Document() must inherit property "parentNode" with the
proper type (17) assert_equals: Unexpected exception when evaluating object expe
cted null but got object "TypeError: Illegal constructor" |
| 352 FAIL Node interface: new Document() must inherit property "parentElement" with t
he proper type (18) assert_equals: Unexpected exception when evaluating object e
xpected null but got object "TypeError: Illegal constructor" |
| 353 FAIL Node interface: new Document() must inherit property "hasChildNodes" with t
he proper type (19) assert_equals: Unexpected exception when evaluating object e
xpected null but got object "TypeError: Illegal constructor" |
| 354 FAIL Node interface: new Document() must inherit property "childNodes" with the
proper type (20) assert_equals: Unexpected exception when evaluating object expe
cted null but got object "TypeError: Illegal constructor" |
| 355 FAIL Node interface: new Document() must inherit property "firstChild" with the
proper type (21) assert_equals: Unexpected exception when evaluating object expe
cted null but got object "TypeError: Illegal constructor" |
| 356 FAIL Node interface: new Document() must inherit property "lastChild" with the p
roper type (22) assert_equals: Unexpected exception when evaluating object expec
ted null but got object "TypeError: Illegal constructor" |
| 357 FAIL Node interface: new Document() must inherit property "previousSibling" with
the proper type (23) assert_equals: Unexpected exception when evaluating object
expected null but got object "TypeError: Illegal constructor" |
| 358 FAIL Node interface: new Document() must inherit property "nextSibling" with the
proper type (24) assert_equals: Unexpected exception when evaluating object exp
ected null but got object "TypeError: Illegal constructor" |
| 359 FAIL Node interface: new Document() must inherit property "nodeValue" with the p
roper type (25) assert_equals: Unexpected exception when evaluating object expec
ted null but got object "TypeError: Illegal constructor" |
| 360 FAIL Node interface: new Document() must inherit property "textContent" with the
proper type (26) assert_equals: Unexpected exception when evaluating object exp
ected null but got object "TypeError: Illegal constructor" |
| 361 FAIL Node interface: new Document() must inherit property "normalize" with the p
roper type (27) assert_equals: Unexpected exception when evaluating object expec
ted null but got object "TypeError: Illegal constructor" |
| 362 FAIL Node interface: new Document() must inherit property "cloneNode" with the p
roper type (28) assert_equals: Unexpected exception when evaluating object expec
ted null but got object "TypeError: Illegal constructor" |
| 363 FAIL Node interface: calling cloneNode(boolean) on new Document() with too few a
rguments must throw TypeError assert_equals: Unexpected exception when evaluatin
g object expected null but got object "TypeError: Illegal constructor" |
| 364 FAIL Node interface: new Document() must inherit property "isEqualNode" with the
proper type (29) assert_equals: Unexpected exception when evaluating object exp
ected null but got object "TypeError: Illegal constructor" |
| 365 FAIL Node interface: calling isEqualNode(Node) on new Document() with too few ar
guments must throw TypeError assert_equals: Unexpected exception when evaluating
object expected null but got object "TypeError: Illegal constructor" |
| 366 FAIL Node interface: new Document() must inherit property "DOCUMENT_POSITION_DIS
CONNECTED" with the proper type (30) assert_equals: Unexpected exception when ev
aluating object expected null but got object "TypeError: Illegal constructor" |
| 367 FAIL Node interface: new Document() must inherit property "DOCUMENT_POSITION_PRE
CEDING" with the proper type (31) assert_equals: Unexpected exception when evalu
ating object expected null but got object "TypeError: Illegal constructor" |
| 368 FAIL Node interface: new Document() must inherit property "DOCUMENT_POSITION_FOL
LOWING" with the proper type (32) assert_equals: Unexpected exception when evalu
ating object expected null but got object "TypeError: Illegal constructor" |
| 369 FAIL Node interface: new Document() must inherit property "DOCUMENT_POSITION_CON
TAINS" with the proper type (33) assert_equals: Unexpected exception when evalua
ting object expected null but got object "TypeError: Illegal constructor" |
| 370 FAIL Node interface: new Document() must inherit property "DOCUMENT_POSITION_CON
TAINED_BY" with the proper type (34) assert_equals: Unexpected exception when ev
aluating object expected null but got object "TypeError: Illegal constructor" |
| 371 FAIL Node interface: new Document() must inherit property "DOCUMENT_POSITION_IMP
LEMENTATION_SPECIFIC" with the proper type (35) assert_equals: Unexpected except
ion when evaluating object expected null but got object "TypeError: Illegal cons
tructor" |
| 372 FAIL Node interface: new Document() must inherit property "compareDocumentPositi
on" with the proper type (36) assert_equals: Unexpected exception when evaluatin
g object expected null but got object "TypeError: Illegal constructor" |
| 373 FAIL Node interface: calling compareDocumentPosition(Node) on new Document() wit
h too few arguments must throw TypeError assert_equals: Unexpected exception whe
n evaluating object expected null but got object "TypeError: Illegal constructor
" |
| 374 FAIL Node interface: new Document() must inherit property "contains" with the pr
oper type (37) assert_equals: Unexpected exception when evaluating object expect
ed null but got object "TypeError: Illegal constructor" |
| 375 FAIL Node interface: calling contains(Node) on new Document() with too few argum
ents must throw TypeError assert_equals: Unexpected exception when evaluating ob
ject expected null but got object "TypeError: Illegal constructor" |
| 376 FAIL Node interface: new Document() must inherit property "lookupPrefix" with th
e proper type (38) assert_equals: Unexpected exception when evaluating object ex
pected null but got object "TypeError: Illegal constructor" |
| 377 FAIL Node interface: calling lookupPrefix(DOMString) on new Document() with too
few arguments must throw TypeError assert_equals: Unexpected exception when eval
uating object expected null but got object "TypeError: Illegal constructor" |
| 378 FAIL Node interface: new Document() must inherit property "lookupNamespaceURI" w
ith the proper type (39) assert_equals: Unexpected exception when evaluating obj
ect expected null but got object "TypeError: Illegal constructor" |
| 379 FAIL Node interface: calling lookupNamespaceURI(DOMString) on new Document() wit
h too few arguments must throw TypeError assert_equals: Unexpected exception whe
n evaluating object expected null but got object "TypeError: Illegal constructor
" |
| 380 FAIL Node interface: new Document() must inherit property "isDefaultNamespace" w
ith the proper type (40) assert_equals: Unexpected exception when evaluating obj
ect expected null but got object "TypeError: Illegal constructor" |
| 381 FAIL Node interface: calling isDefaultNamespace(DOMString) on new Document() wit
h too few arguments must throw TypeError assert_equals: Unexpected exception whe
n evaluating object expected null but got object "TypeError: Illegal constructor
" |
| 382 FAIL Node interface: new Document() must inherit property "insertBefore" with th
e proper type (41) assert_equals: Unexpected exception when evaluating object ex
pected null but got object "TypeError: Illegal constructor" |
| 383 FAIL Node interface: calling insertBefore(Node,Node) on new Document() with too
few arguments must throw TypeError assert_equals: Unexpected exception when eval
uating object expected null but got object "TypeError: Illegal constructor" |
| 384 FAIL Node interface: new Document() must inherit property "appendChild" with the
proper type (42) assert_equals: Unexpected exception when evaluating object exp
ected null but got object "TypeError: Illegal constructor" |
| 385 FAIL Node interface: calling appendChild(Node) on new Document() with too few ar
guments must throw TypeError assert_equals: Unexpected exception when evaluating
object expected null but got object "TypeError: Illegal constructor" |
| 386 FAIL Node interface: new Document() must inherit property "replaceChild" with th
e proper type (43) assert_equals: Unexpected exception when evaluating object ex
pected null but got object "TypeError: Illegal constructor" |
| 387 FAIL Node interface: calling replaceChild(Node,Node) on new Document() with too
few arguments must throw TypeError assert_equals: Unexpected exception when eval
uating object expected null but got object "TypeError: Illegal constructor" |
| 388 FAIL Node interface: new Document() must inherit property "removeChild" with the
proper type (44) assert_equals: Unexpected exception when evaluating object exp
ected null but got object "TypeError: Illegal constructor" |
| 389 FAIL Node interface: calling removeChild(Node) on new Document() with too few ar
guments must throw TypeError assert_equals: Unexpected exception when evaluating
object expected null but got object "TypeError: Illegal constructor" |
| 390 FAIL EventTarget interface: new Document() must inherit property "addEventListen
er" with the proper type (0) assert_equals: Unexpected exception when evaluating
object expected null but got object "TypeError: Illegal constructor" |
| 391 FAIL EventTarget interface: calling addEventListener(DOMString,EventListener,boo
lean) on new Document() with too few arguments must throw TypeError assert_equal
s: Unexpected exception when evaluating object expected null but got object "Typ
eError: Illegal constructor" |
| 392 FAIL EventTarget interface: new Document() must inherit property "removeEventLis
tener" with the proper type (1) assert_equals: Unexpected exception when evaluat
ing object expected null but got object "TypeError: Illegal constructor" |
| 393 FAIL EventTarget interface: calling removeEventListener(DOMString,EventListener,
boolean) on new Document() with too few arguments must throw TypeError assert_eq
uals: Unexpected exception when evaluating object expected null but got object "
TypeError: Illegal constructor" |
| 394 FAIL EventTarget interface: new Document() must inherit property "dispatchEvent"
with the proper type (2) assert_equals: Unexpected exception when evaluating ob
ject expected null but got object "TypeError: Illegal constructor" |
| 395 FAIL EventTarget interface: calling dispatchEvent(Event) on new Document() with
too few arguments must throw TypeError assert_equals: Unexpected exception when
evaluating object expected null but got object "TypeError: Illegal constructor" |
| 270 PASS XMLDocument interface: existence and properties of interface object | 396 PASS XMLDocument interface: existence and properties of interface object |
| 271 PASS XMLDocument interface object length | 397 PASS XMLDocument interface object length |
| 272 PASS XMLDocument interface object name | 398 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 XMLDocument]" | 399 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 | 400 PASS XMLDocument interface: existence and properties of interface prototype obje
ct's "constructor" property |
| 275 PASS XMLDocument must be primary interface of xmlDoc | 401 PASS XMLDocument must be primary interface of xmlDoc |
| 276 PASS Stringification of xmlDoc | 402 PASS Stringification of xmlDoc |
| 277 PASS Document interface: xmlDoc must inherit property "implementation" with the
proper type (0) | 403 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) | 404 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" | 405 FAIL Document interface: xmlDoc must inherit property "documentURI" with the pro
per type (2) assert_equals: expected "string" but got "object" |
| (...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 344 PASS Node interface: xmlDoc must inherit property "PROCESSING_INSTRUCTION_NODE"
with the proper type (6) | 470 PASS Node interface: xmlDoc must inherit property "PROCESSING_INSTRUCTION_NODE"
with the proper type (6) |
| 345 PASS Node interface: xmlDoc must inherit property "COMMENT_NODE" with the proper
type (7) | 471 PASS Node interface: xmlDoc must inherit property "COMMENT_NODE" with the proper
type (7) |
| 346 PASS Node interface: xmlDoc must inherit property "DOCUMENT_NODE" with the prope
r type (8) | 472 PASS Node interface: xmlDoc must inherit property "DOCUMENT_NODE" with the prope
r type (8) |
| 347 PASS Node interface: xmlDoc must inherit property "DOCUMENT_TYPE_NODE" with the
proper type (9) | 473 PASS Node interface: xmlDoc must inherit property "DOCUMENT_TYPE_NODE" with the
proper type (9) |
| 348 PASS Node interface: xmlDoc must inherit property "DOCUMENT_FRAGMENT_NODE" with
the proper type (10) | 474 PASS Node interface: xmlDoc must inherit property "DOCUMENT_FRAGMENT_NODE" with
the proper type (10) |
| 349 PASS Node interface: xmlDoc must inherit property "NOTATION_NODE" with the prope
r type (11) | 475 PASS Node interface: xmlDoc must inherit property "NOTATION_NODE" with the prope
r type (11) |
| 350 PASS Node interface: xmlDoc must inherit property "nodeType" with the proper typ
e (12) | 476 PASS Node interface: xmlDoc must inherit property "nodeType" with the proper typ
e (12) |
| 351 PASS Node interface: xmlDoc must inherit property "nodeName" with the proper typ
e (13) | 477 PASS Node interface: xmlDoc must inherit property "nodeName" with the proper typ
e (13) |
| 352 PASS Node interface: xmlDoc must inherit property "baseURI" with the proper type
(14) | 478 PASS Node interface: xmlDoc must inherit property "baseURI" with the proper type
(14) |
| 353 PASS Node interface: xmlDoc must inherit property "ownerDocument" with the prope
r type (15) | 479 PASS Node interface: xmlDoc must inherit property "ownerDocument" with the prope
r type (15) |
| 354 PASS Node interface: xmlDoc must inherit property "parentNode" with the proper t
ype (16) | 480 PASS Node interface: xmlDoc must inherit property "rootNode" with the proper typ
e (16) |
| 355 PASS Node interface: xmlDoc must inherit property "parentElement" with the prope
r type (17) | 481 PASS Node interface: xmlDoc must inherit property "parentNode" with the proper t
ype (17) |
| 356 PASS Node interface: xmlDoc must inherit property "hasChildNodes" with the prope
r type (18) | 482 PASS Node interface: xmlDoc must inherit property "parentElement" with the prope
r type (18) |
| 357 PASS Node interface: xmlDoc must inherit property "childNodes" with the proper t
ype (19) | 483 PASS Node interface: xmlDoc must inherit property "hasChildNodes" with the prope
r type (19) |
| 358 PASS Node interface: xmlDoc must inherit property "firstChild" with the proper t
ype (20) | 484 PASS Node interface: xmlDoc must inherit property "childNodes" with the proper t
ype (20) |
| 359 PASS Node interface: xmlDoc must inherit property "lastChild" with the proper ty
pe (21) | 485 PASS Node interface: xmlDoc must inherit property "firstChild" with the proper t
ype (21) |
| 360 PASS Node interface: xmlDoc must inherit property "previousSibling" with the pro
per type (22) | 486 PASS Node interface: xmlDoc must inherit property "lastChild" with the proper ty
pe (22) |
| 361 PASS Node interface: xmlDoc must inherit property "nextSibling" with the proper
type (23) | 487 PASS Node interface: xmlDoc must inherit property "previousSibling" with the pro
per type (23) |
| 362 PASS Node interface: xmlDoc must inherit property "nodeValue" with the proper ty
pe (24) | 488 PASS Node interface: xmlDoc must inherit property "nextSibling" with the proper
type (24) |
| 363 PASS Node interface: xmlDoc must inherit property "textContent" with the proper
type (25) | 489 PASS Node interface: xmlDoc must inherit property "nodeValue" with the proper ty
pe (25) |
| 364 PASS Node interface: xmlDoc must inherit property "normalize" with the proper ty
pe (26) | 490 PASS Node interface: xmlDoc must inherit property "textContent" with the proper
type (26) |
| 365 PASS Node interface: xmlDoc must inherit property "cloneNode" with the proper ty
pe (27) | 491 PASS Node interface: xmlDoc must inherit property "normalize" with the proper ty
pe (27) |
| 492 PASS Node interface: xmlDoc must inherit property "cloneNode" with the proper ty
pe (28) |
| 366 PASS Node interface: calling cloneNode(boolean) on xmlDoc with too few arguments
must throw TypeError | 493 PASS Node interface: calling cloneNode(boolean) on xmlDoc with too few arguments
must throw TypeError |
| 367 PASS Node interface: xmlDoc must inherit property "isEqualNode" with the proper
type (28) | 494 PASS Node interface: xmlDoc must inherit property "isEqualNode" with the proper
type (29) |
| 368 PASS Node interface: calling isEqualNode(Node) on xmlDoc with too few arguments
must throw TypeError | 495 PASS Node interface: calling isEqualNode(Node) on xmlDoc with too few arguments
must throw TypeError |
| 369 PASS Node interface: xmlDoc must inherit property "DOCUMENT_POSITION_DISCONNECTE
D" with the proper type (29) | 496 PASS Node interface: xmlDoc must inherit property "DOCUMENT_POSITION_DISCONNECTE
D" with the proper type (30) |
| 370 PASS Node interface: xmlDoc must inherit property "DOCUMENT_POSITION_PRECEDING"
with the proper type (30) | 497 PASS Node interface: xmlDoc must inherit property "DOCUMENT_POSITION_PRECEDING"
with the proper type (31) |
| 371 PASS Node interface: xmlDoc must inherit property "DOCUMENT_POSITION_FOLLOWING"
with the proper type (31) | 498 PASS Node interface: xmlDoc must inherit property "DOCUMENT_POSITION_FOLLOWING"
with the proper type (32) |
| 372 PASS Node interface: xmlDoc must inherit property "DOCUMENT_POSITION_CONTAINS" w
ith the proper type (32) | 499 PASS Node interface: xmlDoc must inherit property "DOCUMENT_POSITION_CONTAINS" w
ith the proper type (33) |
| 373 PASS Node interface: xmlDoc must inherit property "DOCUMENT_POSITION_CONTAINED_B
Y" with the proper type (33) | 500 PASS Node interface: xmlDoc must inherit property "DOCUMENT_POSITION_CONTAINED_B
Y" with the proper type (34) |
| 374 PASS Node interface: xmlDoc must inherit property "DOCUMENT_POSITION_IMPLEMENTAT
ION_SPECIFIC" with the proper type (34) | 501 PASS Node interface: xmlDoc must inherit property "DOCUMENT_POSITION_IMPLEMENTAT
ION_SPECIFIC" with the proper type (35) |
| 375 PASS Node interface: xmlDoc must inherit property "compareDocumentPosition" with
the proper type (35) | 502 PASS Node interface: xmlDoc must inherit property "compareDocumentPosition" with
the proper type (36) |
| 376 PASS Node interface: calling compareDocumentPosition(Node) on xmlDoc with too fe
w arguments must throw TypeError | 503 PASS Node interface: calling compareDocumentPosition(Node) on xmlDoc with too fe
w arguments must throw TypeError |
| 377 PASS Node interface: xmlDoc must inherit property "contains" with the proper typ
e (36) | 504 PASS Node interface: xmlDoc must inherit property "contains" with the proper typ
e (37) |
| 378 PASS Node interface: calling contains(Node) on xmlDoc with too few arguments mus
t throw TypeError | 505 PASS Node interface: calling contains(Node) on xmlDoc with too few arguments mus
t throw TypeError |
| 379 PASS Node interface: xmlDoc must inherit property "lookupPrefix" with the proper
type (37) | 506 PASS Node interface: xmlDoc must inherit property "lookupPrefix" with the proper
type (38) |
| 380 PASS Node interface: calling lookupPrefix(DOMString) on xmlDoc with too few argu
ments must throw TypeError | 507 PASS Node interface: calling lookupPrefix(DOMString) on xmlDoc with too few argu
ments must throw TypeError |
| 381 PASS Node interface: xmlDoc must inherit property "lookupNamespaceURI" with the
proper type (38) | 508 PASS Node interface: xmlDoc must inherit property "lookupNamespaceURI" with the
proper type (39) |
| 382 PASS Node interface: calling lookupNamespaceURI(DOMString) on xmlDoc with too fe
w arguments must throw TypeError | 509 PASS Node interface: calling lookupNamespaceURI(DOMString) on xmlDoc with too fe
w arguments must throw TypeError |
| 383 PASS Node interface: xmlDoc must inherit property "isDefaultNamespace" with the
proper type (39) | 510 PASS Node interface: xmlDoc must inherit property "isDefaultNamespace" with the
proper type (40) |
| 384 PASS Node interface: calling isDefaultNamespace(DOMString) on xmlDoc with too fe
w arguments must throw TypeError | 511 PASS Node interface: calling isDefaultNamespace(DOMString) on xmlDoc with too fe
w arguments must throw TypeError |
| 385 PASS Node interface: xmlDoc must inherit property "insertBefore" with the proper
type (40) | 512 PASS Node interface: xmlDoc must inherit property "insertBefore" with the proper
type (41) |
| 386 PASS Node interface: calling insertBefore(Node,Node) on xmlDoc with too few argu
ments must throw TypeError | 513 PASS Node interface: calling insertBefore(Node,Node) on xmlDoc with too few argu
ments must throw TypeError |
| 387 PASS Node interface: xmlDoc must inherit property "appendChild" with the proper
type (41) | 514 PASS Node interface: xmlDoc must inherit property "appendChild" with the proper
type (42) |
| 388 PASS Node interface: calling appendChild(Node) on xmlDoc with too few arguments
must throw TypeError | 515 PASS Node interface: calling appendChild(Node) on xmlDoc with too few arguments
must throw TypeError |
| 389 PASS Node interface: xmlDoc must inherit property "replaceChild" with the proper
type (42) | 516 PASS Node interface: xmlDoc must inherit property "replaceChild" with the proper
type (43) |
| 390 PASS Node interface: calling replaceChild(Node,Node) on xmlDoc with too few argu
ments must throw TypeError | 517 PASS Node interface: calling replaceChild(Node,Node) on xmlDoc with too few argu
ments must throw TypeError |
| 391 PASS Node interface: xmlDoc must inherit property "removeChild" with the proper
type (43) | 518 PASS Node interface: xmlDoc must inherit property "removeChild" with the proper
type (44) |
| 392 PASS Node interface: calling removeChild(Node) on xmlDoc with too few arguments
must throw TypeError | 519 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) | 520 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 | 521 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) | 522 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 | 523 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) | 524 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 | 525 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 | 526 PASS DOMImplementation interface: existence and properties of interface object |
| 400 PASS DOMImplementation interface object length | 527 PASS DOMImplementation interface object length |
| 401 PASS DOMImplementation interface object name | 528 PASS DOMImplementation interface object name |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 459 PASS Node interface: document.createDocumentFragment() must inherit property "PR
OCESSING_INSTRUCTION_NODE" with the proper type (6) | 586 PASS Node interface: document.createDocumentFragment() must inherit property "PR
OCESSING_INSTRUCTION_NODE" with the proper type (6) |
| 460 PASS Node interface: document.createDocumentFragment() must inherit property "CO
MMENT_NODE" with the proper type (7) | 587 PASS Node interface: document.createDocumentFragment() must inherit property "CO
MMENT_NODE" with the proper type (7) |
| 461 PASS Node interface: document.createDocumentFragment() must inherit property "DO
CUMENT_NODE" with the proper type (8) | 588 PASS Node interface: document.createDocumentFragment() must inherit property "DO
CUMENT_NODE" with the proper type (8) |
| 462 PASS Node interface: document.createDocumentFragment() must inherit property "DO
CUMENT_TYPE_NODE" with the proper type (9) | 589 PASS Node interface: document.createDocumentFragment() must inherit property "DO
CUMENT_TYPE_NODE" with the proper type (9) |
| 463 PASS Node interface: document.createDocumentFragment() must inherit property "DO
CUMENT_FRAGMENT_NODE" with the proper type (10) | 590 PASS Node interface: document.createDocumentFragment() must inherit property "DO
CUMENT_FRAGMENT_NODE" with the proper type (10) |
| 464 PASS Node interface: document.createDocumentFragment() must inherit property "NO
TATION_NODE" with the proper type (11) | 591 PASS Node interface: document.createDocumentFragment() must inherit property "NO
TATION_NODE" with the proper type (11) |
| 465 PASS Node interface: document.createDocumentFragment() must inherit property "no
deType" with the proper type (12) | 592 PASS Node interface: document.createDocumentFragment() must inherit property "no
deType" with the proper type (12) |
| 466 PASS Node interface: document.createDocumentFragment() must inherit property "no
deName" with the proper type (13) | 593 PASS Node interface: document.createDocumentFragment() must inherit property "no
deName" with the proper type (13) |
| 467 PASS Node interface: document.createDocumentFragment() must inherit property "ba
seURI" with the proper type (14) | 594 PASS Node interface: document.createDocumentFragment() must inherit property "ba
seURI" with the proper type (14) |
| 468 PASS Node interface: document.createDocumentFragment() must inherit property "ow
nerDocument" with the proper type (15) | 595 PASS Node interface: document.createDocumentFragment() must inherit property "ow
nerDocument" with the proper type (15) |
| 469 PASS Node interface: document.createDocumentFragment() must inherit property "pa
rentNode" with the proper type (16) | 596 PASS Node interface: document.createDocumentFragment() must inherit property "ro
otNode" with the proper type (16) |
| 470 PASS Node interface: document.createDocumentFragment() must inherit property "pa
rentElement" with the proper type (17) | 597 PASS Node interface: document.createDocumentFragment() must inherit property "pa
rentNode" with the proper type (17) |
| 471 PASS Node interface: document.createDocumentFragment() must inherit property "ha
sChildNodes" with the proper type (18) | 598 PASS Node interface: document.createDocumentFragment() must inherit property "pa
rentElement" with the proper type (18) |
| 472 PASS Node interface: document.createDocumentFragment() must inherit property "ch
ildNodes" with the proper type (19) | 599 PASS Node interface: document.createDocumentFragment() must inherit property "ha
sChildNodes" with the proper type (19) |
| 473 PASS Node interface: document.createDocumentFragment() must inherit property "fi
rstChild" with the proper type (20) | 600 PASS Node interface: document.createDocumentFragment() must inherit property "ch
ildNodes" with the proper type (20) |
| 474 PASS Node interface: document.createDocumentFragment() must inherit property "la
stChild" with the proper type (21) | 601 PASS Node interface: document.createDocumentFragment() must inherit property "fi
rstChild" with the proper type (21) |
| 475 PASS Node interface: document.createDocumentFragment() must inherit property "pr
eviousSibling" with the proper type (22) | 602 PASS Node interface: document.createDocumentFragment() must inherit property "la
stChild" with the proper type (22) |
| 476 PASS Node interface: document.createDocumentFragment() must inherit property "ne
xtSibling" with the proper type (23) | 603 PASS Node interface: document.createDocumentFragment() must inherit property "pr
eviousSibling" with the proper type (23) |
| 477 PASS Node interface: document.createDocumentFragment() must inherit property "no
deValue" with the proper type (24) | 604 PASS Node interface: document.createDocumentFragment() must inherit property "ne
xtSibling" with the proper type (24) |
| 478 PASS Node interface: document.createDocumentFragment() must inherit property "te
xtContent" with the proper type (25) | 605 PASS Node interface: document.createDocumentFragment() must inherit property "no
deValue" with the proper type (25) |
| 479 PASS Node interface: document.createDocumentFragment() must inherit property "no
rmalize" with the proper type (26) | 606 PASS Node interface: document.createDocumentFragment() must inherit property "te
xtContent" with the proper type (26) |
| 480 PASS Node interface: document.createDocumentFragment() must inherit property "cl
oneNode" with the proper type (27) | 607 PASS Node interface: document.createDocumentFragment() must inherit property "no
rmalize" with the proper type (27) |
| 608 PASS Node interface: document.createDocumentFragment() must inherit property "cl
oneNode" with the proper type (28) |
| 481 PASS Node interface: calling cloneNode(boolean) on document.createDocumentFragme
nt() with too few arguments must throw TypeError | 609 PASS Node interface: calling cloneNode(boolean) on document.createDocumentFragme
nt() with too few arguments must throw TypeError |
| 482 PASS Node interface: document.createDocumentFragment() must inherit property "is
EqualNode" with the proper type (28) | 610 PASS Node interface: document.createDocumentFragment() must inherit property "is
EqualNode" with the proper type (29) |
| 483 PASS Node interface: calling isEqualNode(Node) on document.createDocumentFragmen
t() with too few arguments must throw TypeError | 611 PASS Node interface: calling isEqualNode(Node) on document.createDocumentFragmen
t() with too few arguments must throw TypeError |
| 484 PASS Node interface: document.createDocumentFragment() must inherit property "DO
CUMENT_POSITION_DISCONNECTED" with the proper type (29) | 612 PASS Node interface: document.createDocumentFragment() must inherit property "DO
CUMENT_POSITION_DISCONNECTED" with the proper type (30) |
| 485 PASS Node interface: document.createDocumentFragment() must inherit property "DO
CUMENT_POSITION_PRECEDING" with the proper type (30) | 613 PASS Node interface: document.createDocumentFragment() must inherit property "DO
CUMENT_POSITION_PRECEDING" with the proper type (31) |
| 486 PASS Node interface: document.createDocumentFragment() must inherit property "DO
CUMENT_POSITION_FOLLOWING" with the proper type (31) | 614 PASS Node interface: document.createDocumentFragment() must inherit property "DO
CUMENT_POSITION_FOLLOWING" with the proper type (32) |
| 487 PASS Node interface: document.createDocumentFragment() must inherit property "DO
CUMENT_POSITION_CONTAINS" with the proper type (32) | 615 PASS Node interface: document.createDocumentFragment() must inherit property "DO
CUMENT_POSITION_CONTAINS" with the proper type (33) |
| 488 PASS Node interface: document.createDocumentFragment() must inherit property "DO
CUMENT_POSITION_CONTAINED_BY" with the proper type (33) | 616 PASS Node interface: document.createDocumentFragment() must inherit property "DO
CUMENT_POSITION_CONTAINED_BY" with the proper type (34) |
| 489 PASS Node interface: document.createDocumentFragment() must inherit property "DO
CUMENT_POSITION_IMPLEMENTATION_SPECIFIC" with the proper type (34) | 617 PASS Node interface: document.createDocumentFragment() must inherit property "DO
CUMENT_POSITION_IMPLEMENTATION_SPECIFIC" with the proper type (35) |
| 490 PASS Node interface: document.createDocumentFragment() must inherit property "co
mpareDocumentPosition" with the proper type (35) | 618 PASS Node interface: document.createDocumentFragment() must inherit property "co
mpareDocumentPosition" with the proper type (36) |
| 491 PASS Node interface: calling compareDocumentPosition(Node) on document.createDoc
umentFragment() with too few arguments must throw TypeError | 619 PASS Node interface: calling compareDocumentPosition(Node) on document.createDoc
umentFragment() with too few arguments must throw TypeError |
| 492 PASS Node interface: document.createDocumentFragment() must inherit property "co
ntains" with the proper type (36) | 620 PASS Node interface: document.createDocumentFragment() must inherit property "co
ntains" with the proper type (37) |
| 493 PASS Node interface: calling contains(Node) on document.createDocumentFragment()
with too few arguments must throw TypeError | 621 PASS Node interface: calling contains(Node) on document.createDocumentFragment()
with too few arguments must throw TypeError |
| 494 PASS Node interface: document.createDocumentFragment() must inherit property "lo
okupPrefix" with the proper type (37) | 622 PASS Node interface: document.createDocumentFragment() must inherit property "lo
okupPrefix" with the proper type (38) |
| 495 PASS Node interface: calling lookupPrefix(DOMString) on document.createDocumentF
ragment() with too few arguments must throw TypeError | 623 PASS Node interface: calling lookupPrefix(DOMString) on document.createDocumentF
ragment() with too few arguments must throw TypeError |
| 496 PASS Node interface: document.createDocumentFragment() must inherit property "lo
okupNamespaceURI" with the proper type (38) | 624 PASS Node interface: document.createDocumentFragment() must inherit property "lo
okupNamespaceURI" with the proper type (39) |
| 497 PASS Node interface: calling lookupNamespaceURI(DOMString) on document.createDoc
umentFragment() with too few arguments must throw TypeError | 625 PASS Node interface: calling lookupNamespaceURI(DOMString) on document.createDoc
umentFragment() with too few arguments must throw TypeError |
| 498 PASS Node interface: document.createDocumentFragment() must inherit property "is
DefaultNamespace" with the proper type (39) | 626 PASS Node interface: document.createDocumentFragment() must inherit property "is
DefaultNamespace" with the proper type (40) |
| 499 PASS Node interface: calling isDefaultNamespace(DOMString) on document.createDoc
umentFragment() with too few arguments must throw TypeError | 627 PASS Node interface: calling isDefaultNamespace(DOMString) on document.createDoc
umentFragment() with too few arguments must throw TypeError |
| 500 PASS Node interface: document.createDocumentFragment() must inherit property "in
sertBefore" with the proper type (40) | 628 PASS Node interface: document.createDocumentFragment() must inherit property "in
sertBefore" with the proper type (41) |
| 501 PASS Node interface: calling insertBefore(Node,Node) on document.createDocumentF
ragment() with too few arguments must throw TypeError | 629 PASS Node interface: calling insertBefore(Node,Node) on document.createDocumentF
ragment() with too few arguments must throw TypeError |
| 502 PASS Node interface: document.createDocumentFragment() must inherit property "ap
pendChild" with the proper type (41) | 630 PASS Node interface: document.createDocumentFragment() must inherit property "ap
pendChild" with the proper type (42) |
| 503 PASS Node interface: calling appendChild(Node) on document.createDocumentFragmen
t() with too few arguments must throw TypeError | 631 PASS Node interface: calling appendChild(Node) on document.createDocumentFragmen
t() with too few arguments must throw TypeError |
| 504 PASS Node interface: document.createDocumentFragment() must inherit property "re
placeChild" with the proper type (42) | 632 PASS Node interface: document.createDocumentFragment() must inherit property "re
placeChild" with the proper type (43) |
| 505 PASS Node interface: calling replaceChild(Node,Node) on document.createDocumentF
ragment() with too few arguments must throw TypeError | 633 PASS Node interface: calling replaceChild(Node,Node) on document.createDocumentF
ragment() with too few arguments must throw TypeError |
| 506 PASS Node interface: document.createDocumentFragment() must inherit property "re
moveChild" with the proper type (43) | 634 PASS Node interface: document.createDocumentFragment() must inherit property "re
moveChild" with the proper type (44) |
| 507 PASS Node interface: calling removeChild(Node) on document.createDocumentFragmen
t() with too few arguments must throw TypeError | 635 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) | 636 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 | 637 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) | 638 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 | 639 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) | 640 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 | 641 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 | 642 PASS DocumentType interface: existence and properties of interface object |
| 515 PASS DocumentType interface object length | 643 PASS DocumentType interface object length |
| 516 PASS DocumentType interface object name | 644 PASS DocumentType interface object name |
| (...skipping 27 matching lines...) Expand all Loading... |
| 544 PASS Node interface: document.doctype must inherit property "PROCESSING_INSTRUCT
ION_NODE" with the proper type (6) | 672 PASS Node interface: document.doctype must inherit property "PROCESSING_INSTRUCT
ION_NODE" with the proper type (6) |
| 545 PASS Node interface: document.doctype must inherit property "COMMENT_NODE" with
the proper type (7) | 673 PASS Node interface: document.doctype must inherit property "COMMENT_NODE" with
the proper type (7) |
| 546 PASS Node interface: document.doctype must inherit property "DOCUMENT_NODE" with
the proper type (8) | 674 PASS Node interface: document.doctype must inherit property "DOCUMENT_NODE" with
the proper type (8) |
| 547 PASS Node interface: document.doctype must inherit property "DOCUMENT_TYPE_NODE"
with the proper type (9) | 675 PASS Node interface: document.doctype must inherit property "DOCUMENT_TYPE_NODE"
with the proper type (9) |
| 548 PASS Node interface: document.doctype must inherit property "DOCUMENT_FRAGMENT_N
ODE" with the proper type (10) | 676 PASS Node interface: document.doctype must inherit property "DOCUMENT_FRAGMENT_N
ODE" with the proper type (10) |
| 549 PASS Node interface: document.doctype must inherit property "NOTATION_NODE" with
the proper type (11) | 677 PASS Node interface: document.doctype must inherit property "NOTATION_NODE" with
the proper type (11) |
| 550 PASS Node interface: document.doctype must inherit property "nodeType" with the
proper type (12) | 678 PASS Node interface: document.doctype must inherit property "nodeType" with the
proper type (12) |
| 551 PASS Node interface: document.doctype must inherit property "nodeName" with the
proper type (13) | 679 PASS Node interface: document.doctype must inherit property "nodeName" with the
proper type (13) |
| 552 PASS Node interface: document.doctype must inherit property "baseURI" with the p
roper type (14) | 680 PASS Node interface: document.doctype must inherit property "baseURI" with the p
roper type (14) |
| 553 PASS Node interface: document.doctype must inherit property "ownerDocument" with
the proper type (15) | 681 PASS Node interface: document.doctype must inherit property "ownerDocument" with
the proper type (15) |
| 554 PASS Node interface: document.doctype must inherit property "parentNode" with th
e proper type (16) | 682 PASS Node interface: document.doctype must inherit property "rootNode" with the
proper type (16) |
| 555 PASS Node interface: document.doctype must inherit property "parentElement" with
the proper type (17) | 683 PASS Node interface: document.doctype must inherit property "parentNode" with th
e proper type (17) |
| 556 PASS Node interface: document.doctype must inherit property "hasChildNodes" with
the proper type (18) | 684 PASS Node interface: document.doctype must inherit property "parentElement" with
the proper type (18) |
| 557 PASS Node interface: document.doctype must inherit property "childNodes" with th
e proper type (19) | 685 PASS Node interface: document.doctype must inherit property "hasChildNodes" with
the proper type (19) |
| 558 PASS Node interface: document.doctype must inherit property "firstChild" with th
e proper type (20) | 686 PASS Node interface: document.doctype must inherit property "childNodes" with th
e proper type (20) |
| 559 PASS Node interface: document.doctype must inherit property "lastChild" with the
proper type (21) | 687 PASS Node interface: document.doctype must inherit property "firstChild" with th
e proper type (21) |
| 560 PASS Node interface: document.doctype must inherit property "previousSibling" wi
th the proper type (22) | 688 PASS Node interface: document.doctype must inherit property "lastChild" with the
proper type (22) |
| 561 PASS Node interface: document.doctype must inherit property "nextSibling" with t
he proper type (23) | 689 PASS Node interface: document.doctype must inherit property "previousSibling" wi
th the proper type (23) |
| 562 PASS Node interface: document.doctype must inherit property "nodeValue" with the
proper type (24) | 690 PASS Node interface: document.doctype must inherit property "nextSibling" with t
he proper type (24) |
| 563 PASS Node interface: document.doctype must inherit property "textContent" with t
he proper type (25) | 691 PASS Node interface: document.doctype must inherit property "nodeValue" with the
proper type (25) |
| 564 PASS Node interface: document.doctype must inherit property "normalize" with the
proper type (26) | 692 PASS Node interface: document.doctype must inherit property "textContent" with t
he proper type (26) |
| 565 PASS Node interface: document.doctype must inherit property "cloneNode" with the
proper type (27) | 693 PASS Node interface: document.doctype must inherit property "normalize" with the
proper type (27) |
| 694 PASS Node interface: document.doctype must inherit property "cloneNode" with the
proper type (28) |
| 566 PASS Node interface: calling cloneNode(boolean) on document.doctype with too few
arguments must throw TypeError | 695 PASS Node interface: calling cloneNode(boolean) on document.doctype with too few
arguments must throw TypeError |
| 567 PASS Node interface: document.doctype must inherit property "isEqualNode" with t
he proper type (28) | 696 PASS Node interface: document.doctype must inherit property "isEqualNode" with t
he proper type (29) |
| 568 PASS Node interface: calling isEqualNode(Node) on document.doctype with too few
arguments must throw TypeError | 697 PASS Node interface: calling isEqualNode(Node) on document.doctype with too few
arguments must throw TypeError |
| 569 PASS Node interface: document.doctype must inherit property "DOCUMENT_POSITION_D
ISCONNECTED" with the proper type (29) | 698 PASS Node interface: document.doctype must inherit property "DOCUMENT_POSITION_D
ISCONNECTED" with the proper type (30) |
| 570 PASS Node interface: document.doctype must inherit property "DOCUMENT_POSITION_P
RECEDING" with the proper type (30) | 699 PASS Node interface: document.doctype must inherit property "DOCUMENT_POSITION_P
RECEDING" with the proper type (31) |
| 571 PASS Node interface: document.doctype must inherit property "DOCUMENT_POSITION_F
OLLOWING" with the proper type (31) | 700 PASS Node interface: document.doctype must inherit property "DOCUMENT_POSITION_F
OLLOWING" with the proper type (32) |
| 572 PASS Node interface: document.doctype must inherit property "DOCUMENT_POSITION_C
ONTAINS" with the proper type (32) | 701 PASS Node interface: document.doctype must inherit property "DOCUMENT_POSITION_C
ONTAINS" with the proper type (33) |
| 573 PASS Node interface: document.doctype must inherit property "DOCUMENT_POSITION_C
ONTAINED_BY" with the proper type (33) | 702 PASS Node interface: document.doctype must inherit property "DOCUMENT_POSITION_C
ONTAINED_BY" with the proper type (34) |
| 574 PASS Node interface: document.doctype must inherit property "DOCUMENT_POSITION_I
MPLEMENTATION_SPECIFIC" with the proper type (34) | 703 PASS Node interface: document.doctype must inherit property "DOCUMENT_POSITION_I
MPLEMENTATION_SPECIFIC" with the proper type (35) |
| 575 PASS Node interface: document.doctype must inherit property "compareDocumentPosi
tion" with the proper type (35) | 704 PASS Node interface: document.doctype must inherit property "compareDocumentPosi
tion" with the proper type (36) |
| 576 PASS Node interface: calling compareDocumentPosition(Node) on document.doctype w
ith too few arguments must throw TypeError | 705 PASS Node interface: calling compareDocumentPosition(Node) on document.doctype w
ith too few arguments must throw TypeError |
| 577 PASS Node interface: document.doctype must inherit property "contains" with the
proper type (36) | 706 PASS Node interface: document.doctype must inherit property "contains" with the
proper type (37) |
| 578 PASS Node interface: calling contains(Node) on document.doctype with too few arg
uments must throw TypeError | 707 PASS Node interface: calling contains(Node) on document.doctype with too few arg
uments must throw TypeError |
| 579 PASS Node interface: document.doctype must inherit property "lookupPrefix" with
the proper type (37) | 708 PASS Node interface: document.doctype must inherit property "lookupPrefix" with
the proper type (38) |
| 580 PASS Node interface: calling lookupPrefix(DOMString) on document.doctype with to
o few arguments must throw TypeError | 709 PASS Node interface: calling lookupPrefix(DOMString) on document.doctype with to
o few arguments must throw TypeError |
| 581 PASS Node interface: document.doctype must inherit property "lookupNamespaceURI"
with the proper type (38) | 710 PASS Node interface: document.doctype must inherit property "lookupNamespaceURI"
with the proper type (39) |
| 582 PASS Node interface: calling lookupNamespaceURI(DOMString) on document.doctype w
ith too few arguments must throw TypeError | 711 PASS Node interface: calling lookupNamespaceURI(DOMString) on document.doctype w
ith too few arguments must throw TypeError |
| 583 PASS Node interface: document.doctype must inherit property "isDefaultNamespace"
with the proper type (39) | 712 PASS Node interface: document.doctype must inherit property "isDefaultNamespace"
with the proper type (40) |
| 584 PASS Node interface: calling isDefaultNamespace(DOMString) on document.doctype w
ith too few arguments must throw TypeError | 713 PASS Node interface: calling isDefaultNamespace(DOMString) on document.doctype w
ith too few arguments must throw TypeError |
| 585 PASS Node interface: document.doctype must inherit property "insertBefore" with
the proper type (40) | 714 PASS Node interface: document.doctype must inherit property "insertBefore" with
the proper type (41) |
| 586 PASS Node interface: calling insertBefore(Node,Node) on document.doctype with to
o few arguments must throw TypeError | 715 PASS Node interface: calling insertBefore(Node,Node) on document.doctype with to
o few arguments must throw TypeError |
| 587 PASS Node interface: document.doctype must inherit property "appendChild" with t
he proper type (41) | 716 PASS Node interface: document.doctype must inherit property "appendChild" with t
he proper type (42) |
| 588 PASS Node interface: calling appendChild(Node) on document.doctype with too few
arguments must throw TypeError | 717 PASS Node interface: calling appendChild(Node) on document.doctype with too few
arguments must throw TypeError |
| 589 PASS Node interface: document.doctype must inherit property "replaceChild" with
the proper type (42) | 718 PASS Node interface: document.doctype must inherit property "replaceChild" with
the proper type (43) |
| 590 PASS Node interface: calling replaceChild(Node,Node) on document.doctype with to
o few arguments must throw TypeError | 719 PASS Node interface: calling replaceChild(Node,Node) on document.doctype with to
o few arguments must throw TypeError |
| 591 PASS Node interface: document.doctype must inherit property "removeChild" with t
he proper type (43) | 720 PASS Node interface: document.doctype must inherit property "removeChild" with t
he proper type (44) |
| 592 PASS Node interface: calling removeChild(Node) on document.doctype with too few
arguments must throw TypeError | 721 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) | 722 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 | 723 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) | 724 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 | 725 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) | 726 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 | 727 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 | 728 PASS Element interface: existence and properties of interface object |
| 600 PASS Element interface object length | 729 PASS Element interface object length |
| 601 PASS Element interface object name | 730 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 Element]" | 731 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 | 732 PASS Element interface: existence and properties of interface prototype object's
"constructor" property |
| 604 PASS Element interface: attribute namespaceURI | 733 PASS Element interface: attribute namespaceURI |
| 605 PASS Element interface: attribute prefix | 734 PASS Element interface: attribute prefix |
| 606 PASS Element interface: attribute localName | 735 PASS Element interface: attribute localName |
| 607 PASS Element interface: attribute tagName | 736 PASS Element interface: attribute tagName |
| 608 PASS Element interface: attribute id | 737 PASS Element interface: attribute id |
| 609 PASS Element interface: attribute className | 738 PASS Element interface: attribute className |
| 610 PASS Element interface: attribute classList | 739 PASS Element interface: attribute classList |
| 611 PASS Element interface: operation hasAttributes() | 740 PASS Element interface: operation hasAttributes() |
| 612 PASS Element interface: attribute attributes | 741 PASS Element interface: attribute attributes |
| 742 FAIL Element interface: operation getAttributeNames() assert_own_property: inter
face prototype object missing non-static operation expected property "getAttribu
teNames" missing |
| 613 PASS Element interface: operation getAttribute(DOMString) | 743 PASS Element interface: operation getAttribute(DOMString) |
| 614 PASS Element interface: operation getAttributeNS(DOMString,DOMString) | 744 PASS Element interface: operation getAttributeNS(DOMString,DOMString) |
| 615 PASS Element interface: operation setAttribute(DOMString,DOMString) | 745 PASS Element interface: operation setAttribute(DOMString,DOMString) |
| 616 PASS Element interface: operation setAttributeNS(DOMString,DOMString,DOMString) | 746 PASS Element interface: operation setAttributeNS(DOMString,DOMString,DOMString) |
| 617 PASS Element interface: operation removeAttribute(DOMString) | 747 PASS Element interface: operation removeAttribute(DOMString) |
| 618 PASS Element interface: operation removeAttributeNS(DOMString,DOMString) | 748 PASS Element interface: operation removeAttributeNS(DOMString,DOMString) |
| 619 PASS Element interface: operation hasAttribute(DOMString) | 749 PASS Element interface: operation hasAttribute(DOMString) |
| 620 PASS Element interface: operation hasAttributeNS(DOMString,DOMString) | 750 PASS Element interface: operation hasAttributeNS(DOMString,DOMString) |
| 621 PASS Element interface: operation getAttributeNode(DOMString) | 751 PASS Element interface: operation getAttributeNode(DOMString) |
| 622 PASS Element interface: operation getAttributeNodeNS(DOMString,DOMString) | 752 PASS Element interface: operation getAttributeNodeNS(DOMString,DOMString) |
| (...skipping 25 matching lines...) Expand all Loading... |
| 648 PASS Stringification of element | 778 PASS Stringification of element |
| 649 PASS Element interface: element must inherit property "namespaceURI" with the pr
oper type (0) | 779 PASS Element interface: element must inherit property "namespaceURI" with the pr
oper type (0) |
| 650 PASS Element interface: element must inherit property "prefix" with the proper t
ype (1) | 780 PASS Element interface: element must inherit property "prefix" with the proper t
ype (1) |
| 651 PASS Element interface: element must inherit property "localName" with the prope
r type (2) | 781 PASS Element interface: element must inherit property "localName" with the prope
r type (2) |
| 652 PASS Element interface: element must inherit property "tagName" with the proper
type (3) | 782 PASS Element interface: element must inherit property "tagName" with the proper
type (3) |
| 653 PASS Element interface: element must inherit property "id" with the proper type
(4) | 783 PASS Element interface: element must inherit property "id" with the proper type
(4) |
| 654 PASS Element interface: element must inherit property "className" with the prope
r type (5) | 784 PASS Element interface: element must inherit property "className" with the prope
r type (5) |
| 655 PASS Element interface: element must inherit property "classList" with the prope
r type (6) | 785 PASS Element interface: element must inherit property "classList" with the prope
r type (6) |
| 656 PASS Element interface: element must inherit property "hasAttributes" with the p
roper type (7) | 786 PASS Element interface: element must inherit property "hasAttributes" with the p
roper type (7) |
| 657 PASS Element interface: element must inherit property "attributes" with the prop
er type (8) | 787 PASS Element interface: element must inherit property "attributes" with the prop
er type (8) |
| 658 PASS Element interface: element must inherit property "getAttribute" with the pr
oper type (9) | 788 FAIL Element interface: element must inherit property "getAttributeNames" with t
he proper type (9) assert_inherits: property "getAttributeNames" not found in pr
ototype chain |
| 789 PASS Element interface: element must inherit property "getAttribute" with the pr
oper type (10) |
| 659 PASS Element interface: calling getAttribute(DOMString) on element with too few
arguments must throw TypeError | 790 PASS Element interface: calling getAttribute(DOMString) on element with too few
arguments must throw TypeError |
| 660 PASS Element interface: element must inherit property "getAttributeNS" with the
proper type (10) | 791 PASS Element interface: element must inherit property "getAttributeNS" with the
proper type (11) |
| 661 PASS Element interface: calling getAttributeNS(DOMString,DOMString) on element w
ith too few arguments must throw TypeError | 792 PASS Element interface: calling getAttributeNS(DOMString,DOMString) on element w
ith too few arguments must throw TypeError |
| 662 PASS Element interface: element must inherit property "setAttribute" with the pr
oper type (11) | 793 PASS Element interface: element must inherit property "setAttribute" with the pr
oper type (12) |
| 663 PASS Element interface: calling setAttribute(DOMString,DOMString) on element wit
h too few arguments must throw TypeError | 794 PASS Element interface: calling setAttribute(DOMString,DOMString) on element wit
h too few arguments must throw TypeError |
| 664 PASS Element interface: element must inherit property "setAttributeNS" with the
proper type (12) | 795 PASS Element interface: element must inherit property "setAttributeNS" with the
proper type (13) |
| 665 PASS Element interface: calling setAttributeNS(DOMString,DOMString,DOMString) on
element with too few arguments must throw TypeError | 796 PASS Element interface: calling setAttributeNS(DOMString,DOMString,DOMString) on
element with too few arguments must throw TypeError |
| 666 PASS Element interface: element must inherit property "removeAttribute" with the
proper type (13) | 797 PASS Element interface: element must inherit property "removeAttribute" with the
proper type (14) |
| 667 PASS Element interface: calling removeAttribute(DOMString) on element with too f
ew arguments must throw TypeError | 798 PASS Element interface: calling removeAttribute(DOMString) on element with too f
ew arguments must throw TypeError |
| 668 PASS Element interface: element must inherit property "removeAttributeNS" with t
he proper type (14) | 799 PASS Element interface: element must inherit property "removeAttributeNS" with t
he proper type (15) |
| 669 PASS Element interface: calling removeAttributeNS(DOMString,DOMString) on elemen
t with too few arguments must throw TypeError | 800 PASS Element interface: calling removeAttributeNS(DOMString,DOMString) on elemen
t with too few arguments must throw TypeError |
| 670 PASS Element interface: element must inherit property "hasAttribute" with the pr
oper type (15) | 801 PASS Element interface: element must inherit property "hasAttribute" with the pr
oper type (16) |
| 671 PASS Element interface: calling hasAttribute(DOMString) on element with too few
arguments must throw TypeError | 802 PASS Element interface: calling hasAttribute(DOMString) on element with too few
arguments must throw TypeError |
| 672 PASS Element interface: element must inherit property "hasAttributeNS" with the
proper type (16) | 803 PASS Element interface: element must inherit property "hasAttributeNS" with the
proper type (17) |
| 673 PASS Element interface: calling hasAttributeNS(DOMString,DOMString) on element w
ith too few arguments must throw TypeError | 804 PASS Element interface: calling hasAttributeNS(DOMString,DOMString) on element w
ith too few arguments must throw TypeError |
| 674 PASS Element interface: element must inherit property "getAttributeNode" with th
e proper type (17) | 805 PASS Element interface: element must inherit property "getAttributeNode" with th
e proper type (18) |
| 675 PASS Element interface: calling getAttributeNode(DOMString) on element with too
few arguments must throw TypeError | 806 PASS Element interface: calling getAttributeNode(DOMString) on element with too
few arguments must throw TypeError |
| 676 PASS Element interface: element must inherit property "getAttributeNodeNS" with
the proper type (18) | 807 PASS Element interface: element must inherit property "getAttributeNodeNS" with
the proper type (19) |
| 677 PASS Element interface: calling getAttributeNodeNS(DOMString,DOMString) on eleme
nt with too few arguments must throw TypeError | 808 PASS Element interface: calling getAttributeNodeNS(DOMString,DOMString) on eleme
nt with too few arguments must throw TypeError |
| 678 PASS Element interface: element must inherit property "setAttributeNode" with th
e proper type (19) | 809 PASS Element interface: element must inherit property "setAttributeNode" with th
e proper type (20) |
| 679 PASS Element interface: calling setAttributeNode(Attr) on element with too few a
rguments must throw TypeError | 810 PASS Element interface: calling setAttributeNode(Attr) on element with too few a
rguments must throw TypeError |
| 680 PASS Element interface: element must inherit property "setAttributeNodeNS" with
the proper type (20) | 811 PASS Element interface: element must inherit property "setAttributeNodeNS" with
the proper type (21) |
| 681 PASS Element interface: calling setAttributeNodeNS(Attr) on element with too few
arguments must throw TypeError | 812 PASS Element interface: calling setAttributeNodeNS(Attr) on element with too few
arguments must throw TypeError |
| 682 PASS Element interface: element must inherit property "removeAttributeNode" with
the proper type (21) | 813 PASS Element interface: element must inherit property "removeAttributeNode" with
the proper type (22) |
| 683 PASS Element interface: calling removeAttributeNode(Attr) on element with too fe
w arguments must throw TypeError | 814 PASS Element interface: calling removeAttributeNode(Attr) on element with too fe
w arguments must throw TypeError |
| 684 PASS Element interface: element must inherit property "closest" with the proper
type (22) | 815 PASS Element interface: element must inherit property "closest" with the proper
type (23) |
| 685 PASS Element interface: calling closest(DOMString) on element with too few argum
ents must throw TypeError | 816 PASS Element interface: calling closest(DOMString) on element with too few argum
ents must throw TypeError |
| 686 PASS Element interface: element must inherit property "matches" with the proper
type (23) | 817 PASS Element interface: element must inherit property "matches" with the proper
type (24) |
| 687 PASS Element interface: calling matches(DOMString) on element with too few argum
ents must throw TypeError | 818 PASS Element interface: calling matches(DOMString) on element with too few argum
ents must throw TypeError |
| 688 PASS Element interface: element must inherit property "getElementsByTagName" wit
h the proper type (24) | 819 PASS Element interface: element must inherit property "getElementsByTagName" wit
h the proper type (25) |
| 689 PASS Element interface: calling getElementsByTagName(DOMString) on element with
too few arguments must throw TypeError | 820 PASS Element interface: calling getElementsByTagName(DOMString) on element with
too few arguments must throw TypeError |
| 690 PASS Element interface: element must inherit property "getElementsByTagNameNS" w
ith the proper type (25) | 821 PASS Element interface: element must inherit property "getElementsByTagNameNS" w
ith the proper type (26) |
| 691 PASS Element interface: calling getElementsByTagNameNS(DOMString,DOMString) on e
lement with too few arguments must throw TypeError | 822 PASS Element interface: calling getElementsByTagNameNS(DOMString,DOMString) on e
lement with too few arguments must throw TypeError |
| 692 PASS Element interface: element must inherit property "getElementsByClassName" w
ith the proper type (26) | 823 PASS Element interface: element must inherit property "getElementsByClassName" w
ith the proper type (27) |
| 693 PASS Element interface: calling getElementsByClassName(DOMString) on element wit
h too few arguments must throw TypeError | 824 PASS Element interface: calling getElementsByClassName(DOMString) on element wit
h too few arguments must throw TypeError |
| 694 PASS Element interface: element must inherit property "children" with the proper
type (27) | 825 PASS Element interface: element must inherit property "children" with the proper
type (28) |
| 695 PASS Element interface: element must inherit property "firstElementChild" with t
he proper type (28) | 826 PASS Element interface: element must inherit property "firstElementChild" with t
he proper type (29) |
| 696 PASS Element interface: element must inherit property "lastElementChild" with th
e proper type (29) | 827 PASS Element interface: element must inherit property "lastElementChild" with th
e proper type (30) |
| 697 PASS Element interface: element must inherit property "childElementCount" with t
he proper type (30) | 828 PASS Element interface: element must inherit property "childElementCount" with t
he proper type (31) |
| 698 FAIL Element interface: element must inherit property "prepend" with the proper
type (31) assert_inherits: property "prepend" not found in prototype chain | 829 FAIL Element interface: element must inherit property "prepend" with the proper
type (32) assert_inherits: property "prepend" not found in prototype chain |
| 699 FAIL Element interface: calling prepend([object Object],[object Object]) on elem
ent with too few arguments must throw TypeError assert_inherits: property "prepe
nd" not found in prototype chain | 830 FAIL Element interface: calling prepend([object Object],[object Object]) on elem
ent with too few arguments must throw TypeError assert_inherits: property "prepe
nd" not found in prototype chain |
| 700 FAIL Element interface: element must inherit property "append" with the proper t
ype (32) assert_inherits: property "append" not found in prototype chain | 831 FAIL Element interface: element must inherit property "append" with the proper t
ype (33) assert_inherits: property "append" not found in prototype chain |
| 701 FAIL Element interface: calling append([object Object],[object Object]) on eleme
nt with too few arguments must throw TypeError assert_inherits: property "append
" not found in prototype chain | 832 FAIL Element interface: calling append([object Object],[object Object]) on eleme
nt with too few arguments must throw TypeError assert_inherits: property "append
" not found in prototype chain |
| 702 FAIL Element interface: element must inherit property "query" with the proper ty
pe (33) assert_inherits: property "query" not found in prototype chain | 833 FAIL Element interface: element must inherit property "query" with the proper ty
pe (34) assert_inherits: property "query" not found in prototype chain |
| 703 FAIL Element interface: calling query(DOMString) on element with too few argumen
ts must throw TypeError assert_inherits: property "query" not found in prototype
chain | 834 FAIL Element interface: calling query(DOMString) on element with too few argumen
ts must throw TypeError assert_inherits: property "query" not found in prototype
chain |
| 704 FAIL Element interface: element must inherit property "queryAll" with the proper
type (34) assert_inherits: property "queryAll" not found in prototype chain | 835 FAIL Element interface: element must inherit property "queryAll" with the proper
type (35) assert_inherits: property "queryAll" not found in prototype chain |
| 705 FAIL Element interface: calling queryAll(DOMString) on element with too few argu
ments must throw TypeError assert_inherits: property "queryAll" not found in pro
totype chain | 836 FAIL Element interface: calling queryAll(DOMString) on element with too few argu
ments must throw TypeError assert_inherits: property "queryAll" not found in pro
totype chain |
| 706 PASS Element interface: element must inherit property "querySelector" with the p
roper type (35) | 837 PASS Element interface: element must inherit property "querySelector" with the p
roper type (36) |
| 707 PASS Element interface: calling querySelector(DOMString) on element with too few
arguments must throw TypeError | 838 PASS Element interface: calling querySelector(DOMString) on element with too few
arguments must throw TypeError |
| 708 PASS Element interface: element must inherit property "querySelectorAll" with th
e proper type (36) | 839 PASS Element interface: element must inherit property "querySelectorAll" with th
e proper type (37) |
| 709 PASS Element interface: calling querySelectorAll(DOMString) on element with too
few arguments must throw TypeError | 840 PASS Element interface: calling querySelectorAll(DOMString) on element with too
few arguments must throw TypeError |
| 710 PASS Element interface: element must inherit property "previousElementSibling" w
ith the proper type (37) | 841 PASS Element interface: element must inherit property "previousElementSibling" w
ith the proper type (38) |
| 711 PASS Element interface: element must inherit property "nextElementSibling" with
the proper type (38) | 842 PASS Element interface: element must inherit property "nextElementSibling" with
the proper type (39) |
| 712 FAIL Element interface: element must inherit property "before" with the proper t
ype (39) assert_inherits: property "before" not found in prototype chain | 843 FAIL Element interface: element must inherit property "before" with the proper t
ype (40) assert_inherits: property "before" not found in prototype chain |
| 713 FAIL Element interface: calling before([object Object],[object Object]) on eleme
nt with too few arguments must throw TypeError assert_inherits: property "before
" not found in prototype chain | 844 FAIL Element interface: calling before([object Object],[object Object]) on eleme
nt with too few arguments must throw TypeError assert_inherits: property "before
" not found in prototype chain |
| 714 FAIL Element interface: element must inherit property "after" with the proper ty
pe (40) assert_inherits: property "after" not found in prototype chain | 845 FAIL Element interface: element must inherit property "after" with the proper ty
pe (41) assert_inherits: property "after" not found in prototype chain |
| 715 FAIL Element interface: calling after([object Object],[object Object]) on elemen
t with too few arguments must throw TypeError assert_inherits: property "after"
not found in prototype chain | 846 FAIL Element interface: calling after([object Object],[object Object]) on elemen
t with too few arguments must throw TypeError assert_inherits: property "after"
not found in prototype chain |
| 716 FAIL Element interface: element must inherit property "replaceWith" with the pro
per type (41) assert_inherits: property "replaceWith" not found in prototype cha
in | 847 FAIL Element interface: element must inherit property "replaceWith" with the pro
per type (42) assert_inherits: property "replaceWith" not found in prototype cha
in |
| 717 FAIL Element interface: calling replaceWith([object Object],[object Object]) on
element with too few arguments must throw TypeError assert_inherits: property "r
eplaceWith" not found in prototype chain | 848 FAIL Element interface: calling replaceWith([object Object],[object Object]) on
element with too few arguments must throw TypeError assert_inherits: property "r
eplaceWith" not found in prototype chain |
| 718 PASS Element interface: element must inherit property "remove" with the proper t
ype (42) | 849 PASS Element interface: element must inherit property "remove" with the proper t
ype (43) |
| 719 PASS Node interface: element must inherit property "ELEMENT_NODE" with the prope
r type (0) | 850 PASS Node interface: element must inherit property "ELEMENT_NODE" with the prope
r type (0) |
| 720 PASS Node interface: element must inherit property "ATTRIBUTE_NODE" with the pro
per type (1) | 851 PASS Node interface: element must inherit property "ATTRIBUTE_NODE" with the pro
per type (1) |
| 721 PASS Node interface: element must inherit property "TEXT_NODE" with the proper t
ype (2) | 852 PASS Node interface: element must inherit property "TEXT_NODE" with the proper t
ype (2) |
| 722 PASS Node interface: element must inherit property "CDATA_SECTION_NODE" with the
proper type (3) | 853 PASS Node interface: element must inherit property "CDATA_SECTION_NODE" with the
proper type (3) |
| 723 PASS Node interface: element must inherit property "ENTITY_REFERENCE_NODE" with
the proper type (4) | 854 PASS Node interface: element must inherit property "ENTITY_REFERENCE_NODE" with
the proper type (4) |
| 724 PASS Node interface: element must inherit property "ENTITY_NODE" with the proper
type (5) | 855 PASS Node interface: element must inherit property "ENTITY_NODE" with the proper
type (5) |
| 725 PASS Node interface: element must inherit property "PROCESSING_INSTRUCTION_NODE"
with the proper type (6) | 856 PASS Node interface: element must inherit property "PROCESSING_INSTRUCTION_NODE"
with the proper type (6) |
| 726 PASS Node interface: element must inherit property "COMMENT_NODE" with the prope
r type (7) | 857 PASS Node interface: element must inherit property "COMMENT_NODE" with the prope
r type (7) |
| 727 PASS Node interface: element must inherit property "DOCUMENT_NODE" with the prop
er type (8) | 858 PASS Node interface: element must inherit property "DOCUMENT_NODE" with the prop
er type (8) |
| 728 PASS Node interface: element must inherit property "DOCUMENT_TYPE_NODE" with the
proper type (9) | 859 PASS Node interface: element must inherit property "DOCUMENT_TYPE_NODE" with the
proper type (9) |
| 729 PASS Node interface: element must inherit property "DOCUMENT_FRAGMENT_NODE" with
the proper type (10) | 860 PASS Node interface: element must inherit property "DOCUMENT_FRAGMENT_NODE" with
the proper type (10) |
| 730 PASS Node interface: element must inherit property "NOTATION_NODE" with the prop
er type (11) | 861 PASS Node interface: element must inherit property "NOTATION_NODE" with the prop
er type (11) |
| 731 PASS Node interface: element must inherit property "nodeType" with the proper ty
pe (12) | 862 PASS Node interface: element must inherit property "nodeType" with the proper ty
pe (12) |
| 732 PASS Node interface: element must inherit property "nodeName" with the proper ty
pe (13) | 863 PASS Node interface: element must inherit property "nodeName" with the proper ty
pe (13) |
| 733 PASS Node interface: element must inherit property "baseURI" with the proper typ
e (14) | 864 PASS Node interface: element must inherit property "baseURI" with the proper typ
e (14) |
| 734 PASS Node interface: element must inherit property "ownerDocument" with the prop
er type (15) | 865 PASS Node interface: element must inherit property "ownerDocument" with the prop
er type (15) |
| 735 PASS Node interface: element must inherit property "parentNode" with the proper
type (16) | 866 PASS Node interface: element must inherit property "rootNode" with the proper ty
pe (16) |
| 736 PASS Node interface: element must inherit property "parentElement" with the prop
er type (17) | 867 PASS Node interface: element must inherit property "parentNode" with the proper
type (17) |
| 737 PASS Node interface: element must inherit property "hasChildNodes" with the prop
er type (18) | 868 PASS Node interface: element must inherit property "parentElement" with the prop
er type (18) |
| 738 PASS Node interface: element must inherit property "childNodes" with the proper
type (19) | 869 PASS Node interface: element must inherit property "hasChildNodes" with the prop
er type (19) |
| 739 PASS Node interface: element must inherit property "firstChild" with the proper
type (20) | 870 PASS Node interface: element must inherit property "childNodes" with the proper
type (20) |
| 740 PASS Node interface: element must inherit property "lastChild" with the proper t
ype (21) | 871 PASS Node interface: element must inherit property "firstChild" with the proper
type (21) |
| 741 PASS Node interface: element must inherit property "previousSibling" with the pr
oper type (22) | 872 PASS Node interface: element must inherit property "lastChild" with the proper t
ype (22) |
| 742 PASS Node interface: element must inherit property "nextSibling" with the proper
type (23) | 873 PASS Node interface: element must inherit property "previousSibling" with the pr
oper type (23) |
| 743 PASS Node interface: element must inherit property "nodeValue" with the proper t
ype (24) | 874 PASS Node interface: element must inherit property "nextSibling" with the proper
type (24) |
| 744 PASS Node interface: element must inherit property "textContent" with the proper
type (25) | 875 PASS Node interface: element must inherit property "nodeValue" with the proper t
ype (25) |
| 745 PASS Node interface: element must inherit property "normalize" with the proper t
ype (26) | 876 PASS Node interface: element must inherit property "textContent" with the proper
type (26) |
| 746 PASS Node interface: element must inherit property "cloneNode" with the proper t
ype (27) | 877 PASS Node interface: element must inherit property "normalize" with the proper t
ype (27) |
| 878 PASS Node interface: element must inherit property "cloneNode" with the proper t
ype (28) |
| 747 PASS Node interface: calling cloneNode(boolean) on element with too few argument
s must throw TypeError | 879 PASS Node interface: calling cloneNode(boolean) on element with too few argument
s must throw TypeError |
| 748 PASS Node interface: element must inherit property "isEqualNode" with the proper
type (28) | 880 PASS Node interface: element must inherit property "isEqualNode" with the proper
type (29) |
| 749 PASS Node interface: calling isEqualNode(Node) on element with too few arguments
must throw TypeError | 881 PASS Node interface: calling isEqualNode(Node) on element with too few arguments
must throw TypeError |
| 750 PASS Node interface: element must inherit property "DOCUMENT_POSITION_DISCONNECT
ED" with the proper type (29) | 882 PASS Node interface: element must inherit property "DOCUMENT_POSITION_DISCONNECT
ED" with the proper type (30) |
| 751 PASS Node interface: element must inherit property "DOCUMENT_POSITION_PRECEDING"
with the proper type (30) | 883 PASS Node interface: element must inherit property "DOCUMENT_POSITION_PRECEDING"
with the proper type (31) |
| 752 PASS Node interface: element must inherit property "DOCUMENT_POSITION_FOLLOWING"
with the proper type (31) | 884 PASS Node interface: element must inherit property "DOCUMENT_POSITION_FOLLOWING"
with the proper type (32) |
| 753 PASS Node interface: element must inherit property "DOCUMENT_POSITION_CONTAINS"
with the proper type (32) | 885 PASS Node interface: element must inherit property "DOCUMENT_POSITION_CONTAINS"
with the proper type (33) |
| 754 PASS Node interface: element must inherit property "DOCUMENT_POSITION_CONTAINED_
BY" with the proper type (33) | 886 PASS Node interface: element must inherit property "DOCUMENT_POSITION_CONTAINED_
BY" with the proper type (34) |
| 755 PASS Node interface: element must inherit property "DOCUMENT_POSITION_IMPLEMENTA
TION_SPECIFIC" with the proper type (34) | 887 PASS Node interface: element must inherit property "DOCUMENT_POSITION_IMPLEMENTA
TION_SPECIFIC" with the proper type (35) |
| 756 PASS Node interface: element must inherit property "compareDocumentPosition" wit
h the proper type (35) | 888 PASS Node interface: element must inherit property "compareDocumentPosition" wit
h the proper type (36) |
| 757 PASS Node interface: calling compareDocumentPosition(Node) on element with too f
ew arguments must throw TypeError | 889 PASS Node interface: calling compareDocumentPosition(Node) on element with too f
ew arguments must throw TypeError |
| 758 PASS Node interface: element must inherit property "contains" with the proper ty
pe (36) | 890 PASS Node interface: element must inherit property "contains" with the proper ty
pe (37) |
| 759 PASS Node interface: calling contains(Node) on element with too few arguments mu
st throw TypeError | 891 PASS Node interface: calling contains(Node) on element with too few arguments mu
st throw TypeError |
| 760 PASS Node interface: element must inherit property "lookupPrefix" with the prope
r type (37) | 892 PASS Node interface: element must inherit property "lookupPrefix" with the prope
r type (38) |
| 761 PASS Node interface: calling lookupPrefix(DOMString) on element with too few arg
uments must throw TypeError | 893 PASS Node interface: calling lookupPrefix(DOMString) on element with too few arg
uments must throw TypeError |
| 762 PASS Node interface: element must inherit property "lookupNamespaceURI" with the
proper type (38) | 894 PASS Node interface: element must inherit property "lookupNamespaceURI" with the
proper type (39) |
| 763 PASS Node interface: calling lookupNamespaceURI(DOMString) on element with too f
ew arguments must throw TypeError | 895 PASS Node interface: calling lookupNamespaceURI(DOMString) on element with too f
ew arguments must throw TypeError |
| 764 PASS Node interface: element must inherit property "isDefaultNamespace" with the
proper type (39) | 896 PASS Node interface: element must inherit property "isDefaultNamespace" with the
proper type (40) |
| 765 PASS Node interface: calling isDefaultNamespace(DOMString) on element with too f
ew arguments must throw TypeError | 897 PASS Node interface: calling isDefaultNamespace(DOMString) on element with too f
ew arguments must throw TypeError |
| 766 PASS Node interface: element must inherit property "insertBefore" with the prope
r type (40) | 898 PASS Node interface: element must inherit property "insertBefore" with the prope
r type (41) |
| 767 PASS Node interface: calling insertBefore(Node,Node) on element with too few arg
uments must throw TypeError | 899 PASS Node interface: calling insertBefore(Node,Node) on element with too few arg
uments must throw TypeError |
| 768 PASS Node interface: element must inherit property "appendChild" with the proper
type (41) | 900 PASS Node interface: element must inherit property "appendChild" with the proper
type (42) |
| 769 PASS Node interface: calling appendChild(Node) on element with too few arguments
must throw TypeError | 901 PASS Node interface: calling appendChild(Node) on element with too few arguments
must throw TypeError |
| 770 PASS Node interface: element must inherit property "replaceChild" with the prope
r type (42) | 902 PASS Node interface: element must inherit property "replaceChild" with the prope
r type (43) |
| 771 PASS Node interface: calling replaceChild(Node,Node) on element with too few arg
uments must throw TypeError | 903 PASS Node interface: calling replaceChild(Node,Node) on element with too few arg
uments must throw TypeError |
| 772 PASS Node interface: element must inherit property "removeChild" with the proper
type (43) | 904 PASS Node interface: element must inherit property "removeChild" with the proper
type (44) |
| 773 PASS Node interface: calling removeChild(Node) on element with too few arguments
must throw TypeError | 905 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) | 906 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 | 907 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) | 908 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 | 909 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) | 910 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 | 911 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 | 912 PASS NamedNodeMap interface: existence and properties of interface object |
| 781 PASS NamedNodeMap interface object length | 913 PASS NamedNodeMap interface object length |
| 782 PASS NamedNodeMap interface object name | 914 PASS NamedNodeMap interface object name |
| (...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 875 PASS Node interface: document.createTextNode("abc") must inherit property "PROCE
SSING_INSTRUCTION_NODE" with the proper type (6) | 1007 PASS Node interface: document.createTextNode("abc") must inherit property "PROCE
SSING_INSTRUCTION_NODE" with the proper type (6) |
| 876 PASS Node interface: document.createTextNode("abc") must inherit property "COMME
NT_NODE" with the proper type (7) | 1008 PASS Node interface: document.createTextNode("abc") must inherit property "COMME
NT_NODE" with the proper type (7) |
| 877 PASS Node interface: document.createTextNode("abc") must inherit property "DOCUM
ENT_NODE" with the proper type (8) | 1009 PASS Node interface: document.createTextNode("abc") must inherit property "DOCUM
ENT_NODE" with the proper type (8) |
| 878 PASS Node interface: document.createTextNode("abc") must inherit property "DOCUM
ENT_TYPE_NODE" with the proper type (9) | 1010 PASS Node interface: document.createTextNode("abc") must inherit property "DOCUM
ENT_TYPE_NODE" with the proper type (9) |
| 879 PASS Node interface: document.createTextNode("abc") must inherit property "DOCUM
ENT_FRAGMENT_NODE" with the proper type (10) | 1011 PASS Node interface: document.createTextNode("abc") must inherit property "DOCUM
ENT_FRAGMENT_NODE" with the proper type (10) |
| 880 PASS Node interface: document.createTextNode("abc") must inherit property "NOTAT
ION_NODE" with the proper type (11) | 1012 PASS Node interface: document.createTextNode("abc") must inherit property "NOTAT
ION_NODE" with the proper type (11) |
| 881 PASS Node interface: document.createTextNode("abc") must inherit property "nodeT
ype" with the proper type (12) | 1013 PASS Node interface: document.createTextNode("abc") must inherit property "nodeT
ype" with the proper type (12) |
| 882 PASS Node interface: document.createTextNode("abc") must inherit property "nodeN
ame" with the proper type (13) | 1014 PASS Node interface: document.createTextNode("abc") must inherit property "nodeN
ame" with the proper type (13) |
| 883 PASS Node interface: document.createTextNode("abc") must inherit property "baseU
RI" with the proper type (14) | 1015 PASS Node interface: document.createTextNode("abc") must inherit property "baseU
RI" with the proper type (14) |
| 884 PASS Node interface: document.createTextNode("abc") must inherit property "owner
Document" with the proper type (15) | 1016 PASS Node interface: document.createTextNode("abc") must inherit property "owner
Document" with the proper type (15) |
| 885 PASS Node interface: document.createTextNode("abc") must inherit property "paren
tNode" with the proper type (16) | 1017 PASS Node interface: document.createTextNode("abc") must inherit property "rootN
ode" with the proper type (16) |
| 886 PASS Node interface: document.createTextNode("abc") must inherit property "paren
tElement" with the proper type (17) | 1018 PASS Node interface: document.createTextNode("abc") must inherit property "paren
tNode" with the proper type (17) |
| 887 PASS Node interface: document.createTextNode("abc") must inherit property "hasCh
ildNodes" with the proper type (18) | 1019 PASS Node interface: document.createTextNode("abc") must inherit property "paren
tElement" with the proper type (18) |
| 888 PASS Node interface: document.createTextNode("abc") must inherit property "child
Nodes" with the proper type (19) | 1020 PASS Node interface: document.createTextNode("abc") must inherit property "hasCh
ildNodes" with the proper type (19) |
| 889 PASS Node interface: document.createTextNode("abc") must inherit property "first
Child" with the proper type (20) | 1021 PASS Node interface: document.createTextNode("abc") must inherit property "child
Nodes" with the proper type (20) |
| 890 PASS Node interface: document.createTextNode("abc") must inherit property "lastC
hild" with the proper type (21) | 1022 PASS Node interface: document.createTextNode("abc") must inherit property "first
Child" with the proper type (21) |
| 891 PASS Node interface: document.createTextNode("abc") must inherit property "previ
ousSibling" with the proper type (22) | 1023 PASS Node interface: document.createTextNode("abc") must inherit property "lastC
hild" with the proper type (22) |
| 892 PASS Node interface: document.createTextNode("abc") must inherit property "nextS
ibling" with the proper type (23) | 1024 PASS Node interface: document.createTextNode("abc") must inherit property "previ
ousSibling" with the proper type (23) |
| 893 PASS Node interface: document.createTextNode("abc") must inherit property "nodeV
alue" with the proper type (24) | 1025 PASS Node interface: document.createTextNode("abc") must inherit property "nextS
ibling" with the proper type (24) |
| 894 PASS Node interface: document.createTextNode("abc") must inherit property "textC
ontent" with the proper type (25) | 1026 PASS Node interface: document.createTextNode("abc") must inherit property "nodeV
alue" with the proper type (25) |
| 895 PASS Node interface: document.createTextNode("abc") must inherit property "norma
lize" with the proper type (26) | 1027 PASS Node interface: document.createTextNode("abc") must inherit property "textC
ontent" with the proper type (26) |
| 896 PASS Node interface: document.createTextNode("abc") must inherit property "clone
Node" with the proper type (27) | 1028 PASS Node interface: document.createTextNode("abc") must inherit property "norma
lize" with the proper type (27) |
| 1029 PASS Node interface: document.createTextNode("abc") must inherit property "clone
Node" with the proper type (28) |
| 897 PASS Node interface: calling cloneNode(boolean) on document.createTextNode("abc"
) with too few arguments must throw TypeError | 1030 PASS Node interface: calling cloneNode(boolean) on document.createTextNode("abc"
) with too few arguments must throw TypeError |
| 898 PASS Node interface: document.createTextNode("abc") must inherit property "isEqu
alNode" with the proper type (28) | 1031 PASS Node interface: document.createTextNode("abc") must inherit property "isEqu
alNode" with the proper type (29) |
| 899 PASS Node interface: calling isEqualNode(Node) on document.createTextNode("abc")
with too few arguments must throw TypeError | 1032 PASS Node interface: calling isEqualNode(Node) on document.createTextNode("abc")
with too few arguments must throw TypeError |
| 900 PASS Node interface: document.createTextNode("abc") must inherit property "DOCUM
ENT_POSITION_DISCONNECTED" with the proper type (29) | 1033 PASS Node interface: document.createTextNode("abc") must inherit property "DOCUM
ENT_POSITION_DISCONNECTED" with the proper type (30) |
| 901 PASS Node interface: document.createTextNode("abc") must inherit property "DOCUM
ENT_POSITION_PRECEDING" with the proper type (30) | 1034 PASS Node interface: document.createTextNode("abc") must inherit property "DOCUM
ENT_POSITION_PRECEDING" with the proper type (31) |
| 902 PASS Node interface: document.createTextNode("abc") must inherit property "DOCUM
ENT_POSITION_FOLLOWING" with the proper type (31) | 1035 PASS Node interface: document.createTextNode("abc") must inherit property "DOCUM
ENT_POSITION_FOLLOWING" with the proper type (32) |
| 903 PASS Node interface: document.createTextNode("abc") must inherit property "DOCUM
ENT_POSITION_CONTAINS" with the proper type (32) | 1036 PASS Node interface: document.createTextNode("abc") must inherit property "DOCUM
ENT_POSITION_CONTAINS" with the proper type (33) |
| 904 PASS Node interface: document.createTextNode("abc") must inherit property "DOCUM
ENT_POSITION_CONTAINED_BY" with the proper type (33) | 1037 PASS Node interface: document.createTextNode("abc") must inherit property "DOCUM
ENT_POSITION_CONTAINED_BY" with the proper type (34) |
| 905 PASS Node interface: document.createTextNode("abc") must inherit property "DOCUM
ENT_POSITION_IMPLEMENTATION_SPECIFIC" with the proper type (34) | 1038 PASS Node interface: document.createTextNode("abc") must inherit property "DOCUM
ENT_POSITION_IMPLEMENTATION_SPECIFIC" with the proper type (35) |
| 906 PASS Node interface: document.createTextNode("abc") must inherit property "compa
reDocumentPosition" with the proper type (35) | 1039 PASS Node interface: document.createTextNode("abc") must inherit property "compa
reDocumentPosition" with the proper type (36) |
| 907 PASS Node interface: calling compareDocumentPosition(Node) on document.createTex
tNode("abc") with too few arguments must throw TypeError | 1040 PASS Node interface: calling compareDocumentPosition(Node) on document.createTex
tNode("abc") with too few arguments must throw TypeError |
| 908 PASS Node interface: document.createTextNode("abc") must inherit property "conta
ins" with the proper type (36) | 1041 PASS Node interface: document.createTextNode("abc") must inherit property "conta
ins" with the proper type (37) |
| 909 PASS Node interface: calling contains(Node) on document.createTextNode("abc") wi
th too few arguments must throw TypeError | 1042 PASS Node interface: calling contains(Node) on document.createTextNode("abc") wi
th too few arguments must throw TypeError |
| 910 PASS Node interface: document.createTextNode("abc") must inherit property "looku
pPrefix" with the proper type (37) | 1043 PASS Node interface: document.createTextNode("abc") must inherit property "looku
pPrefix" with the proper type (38) |
| 911 PASS Node interface: calling lookupPrefix(DOMString) on document.createTextNode(
"abc") with too few arguments must throw TypeError | 1044 PASS Node interface: calling lookupPrefix(DOMString) on document.createTextNode(
"abc") with too few arguments must throw TypeError |
| 912 PASS Node interface: document.createTextNode("abc") must inherit property "looku
pNamespaceURI" with the proper type (38) | 1045 PASS Node interface: document.createTextNode("abc") must inherit property "looku
pNamespaceURI" with the proper type (39) |
| 913 PASS Node interface: calling lookupNamespaceURI(DOMString) on document.createTex
tNode("abc") with too few arguments must throw TypeError | 1046 PASS Node interface: calling lookupNamespaceURI(DOMString) on document.createTex
tNode("abc") with too few arguments must throw TypeError |
| 914 PASS Node interface: document.createTextNode("abc") must inherit property "isDef
aultNamespace" with the proper type (39) | 1047 PASS Node interface: document.createTextNode("abc") must inherit property "isDef
aultNamespace" with the proper type (40) |
| 915 PASS Node interface: calling isDefaultNamespace(DOMString) on document.createTex
tNode("abc") with too few arguments must throw TypeError | 1048 PASS Node interface: calling isDefaultNamespace(DOMString) on document.createTex
tNode("abc") with too few arguments must throw TypeError |
| 916 PASS Node interface: document.createTextNode("abc") must inherit property "inser
tBefore" with the proper type (40) | 1049 PASS Node interface: document.createTextNode("abc") must inherit property "inser
tBefore" with the proper type (41) |
| 917 PASS Node interface: calling insertBefore(Node,Node) on document.createTextNode(
"abc") with too few arguments must throw TypeError | 1050 PASS Node interface: calling insertBefore(Node,Node) on document.createTextNode(
"abc") with too few arguments must throw TypeError |
| 918 PASS Node interface: document.createTextNode("abc") must inherit property "appen
dChild" with the proper type (41) | 1051 PASS Node interface: document.createTextNode("abc") must inherit property "appen
dChild" with the proper type (42) |
| 919 PASS Node interface: calling appendChild(Node) on document.createTextNode("abc")
with too few arguments must throw TypeError | 1052 PASS Node interface: calling appendChild(Node) on document.createTextNode("abc")
with too few arguments must throw TypeError |
| 920 PASS Node interface: document.createTextNode("abc") must inherit property "repla
ceChild" with the proper type (42) | 1053 PASS Node interface: document.createTextNode("abc") must inherit property "repla
ceChild" with the proper type (43) |
| 921 PASS Node interface: calling replaceChild(Node,Node) on document.createTextNode(
"abc") with too few arguments must throw TypeError | 1054 PASS Node interface: calling replaceChild(Node,Node) on document.createTextNode(
"abc") with too few arguments must throw TypeError |
| 922 PASS Node interface: document.createTextNode("abc") must inherit property "remov
eChild" with the proper type (43) | 1055 PASS Node interface: document.createTextNode("abc") must inherit property "remov
eChild" with the proper type (44) |
| 923 PASS Node interface: calling removeChild(Node) on document.createTextNode("abc")
with too few arguments must throw TypeError | 1056 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) | 1057 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 | 1058 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) | 1059 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 | 1060 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) | 1061 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 | 1062 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 | 1063 PASS ProcessingInstruction interface: existence and properties of interface obje
ct |
| 931 PASS ProcessingInstruction interface object length | 1064 PASS ProcessingInstruction interface object length |
| 932 PASS ProcessingInstruction interface object name | 1065 PASS ProcessingInstruction interface object name |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 966 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "PROCESSING_INSTRUCTION_NODE" with the proper type (6) | 1099 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "PROCESSING_INSTRUCTION_NODE" with the proper type (6) |
| 967 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "COMMENT_NODE" with the proper type (7) | 1100 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "COMMENT_NODE" with the proper type (7) |
| 968 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "DOCUMENT_NODE" with the proper type (8) | 1101 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "DOCUMENT_NODE" with the proper type (8) |
| 969 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "DOCUMENT_TYPE_NODE" with the proper type (9) | 1102 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "DOCUMENT_TYPE_NODE" with the proper type (9) |
| 970 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "DOCUMENT_FRAGMENT_NODE" with the proper type (10) | 1103 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "DOCUMENT_FRAGMENT_NODE" with the proper type (10) |
| 971 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "NOTATION_NODE" with the proper type (11) | 1104 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "NOTATION_NODE" with the proper type (11) |
| 972 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "nodeType" with the proper type (12) | 1105 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "nodeType" with the proper type (12) |
| 973 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "nodeName" with the proper type (13) | 1106 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "nodeName" with the proper type (13) |
| 974 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "baseURI" with the proper type (14) | 1107 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "baseURI" with the proper type (14) |
| 975 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "ownerDocument" with the proper type (15) | 1108 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "ownerDocument" with the proper type (15) |
| 976 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "parentNode" with the proper type (16) | 1109 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "rootNode" with the proper type (16) |
| 977 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "parentElement" with the proper type (17) | 1110 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "parentNode" with the proper type (17) |
| 978 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "hasChildNodes" with the proper type (18) | 1111 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "parentElement" with the proper type (18) |
| 979 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "childNodes" with the proper type (19) | 1112 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "hasChildNodes" with the proper type (19) |
| 980 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "firstChild" with the proper type (20) | 1113 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "childNodes" with the proper type (20) |
| 981 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "lastChild" with the proper type (21) | 1114 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "firstChild" with the proper type (21) |
| 982 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "previousSibling" with the proper type (22) | 1115 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "lastChild" with the proper type (22) |
| 983 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "nextSibling" with the proper type (23) | 1116 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "previousSibling" with the proper type (23) |
| 984 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "nodeValue" with the proper type (24) | 1117 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "nextSibling" with the proper type (24) |
| 985 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "textContent" with the proper type (25) | 1118 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "nodeValue" with the proper type (25) |
| 986 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "normalize" with the proper type (26) | 1119 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "textContent" with the proper type (26) |
| 987 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "cloneNode" with the proper type (27) | 1120 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "normalize" with the proper type (27) |
| 1121 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "cloneNode" with the proper type (28) |
| 988 PASS Node interface: calling cloneNode(boolean) on xmlDoc.createProcessingInstru
ction("abc", "def") with too few arguments must throw TypeError | 1122 PASS Node interface: calling cloneNode(boolean) on xmlDoc.createProcessingInstru
ction("abc", "def") with too few arguments must throw TypeError |
| 989 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "isEqualNode" with the proper type (28) | 1123 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "isEqualNode" with the proper type (29) |
| 990 PASS Node interface: calling isEqualNode(Node) on xmlDoc.createProcessingInstruc
tion("abc", "def") with too few arguments must throw TypeError | 1124 PASS Node interface: calling isEqualNode(Node) on xmlDoc.createProcessingInstruc
tion("abc", "def") with too few arguments must throw TypeError |
| 991 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "DOCUMENT_POSITION_DISCONNECTED" with the proper type (29) | 1125 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "DOCUMENT_POSITION_DISCONNECTED" with the proper type (30) |
| 992 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "DOCUMENT_POSITION_PRECEDING" with the proper type (30) | 1126 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "DOCUMENT_POSITION_PRECEDING" with the proper type (31) |
| 993 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "DOCUMENT_POSITION_FOLLOWING" with the proper type (31) | 1127 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "DOCUMENT_POSITION_FOLLOWING" with the proper type (32) |
| 994 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "DOCUMENT_POSITION_CONTAINS" with the proper type (32) | 1128 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "DOCUMENT_POSITION_CONTAINS" with the proper type (33) |
| 995 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "DOCUMENT_POSITION_CONTAINED_BY" with the proper type (33) | 1129 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "DOCUMENT_POSITION_CONTAINED_BY" with the proper type (34) |
| 996 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" with the proper type (34
) | 1130 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" with the proper type (35
) |
| 997 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "compareDocumentPosition" with the proper type (35) | 1131 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "compareDocumentPosition" with the proper type (36) |
| 998 PASS Node interface: calling compareDocumentPosition(Node) on xmlDoc.createProce
ssingInstruction("abc", "def") with too few arguments must throw TypeError | 1132 PASS Node interface: calling compareDocumentPosition(Node) on xmlDoc.createProce
ssingInstruction("abc", "def") with too few arguments must throw TypeError |
| 999 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "contains" with the proper type (36) | 1133 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "contains" with the proper type (37) |
| 1000 PASS Node interface: calling contains(Node) on xmlDoc.createProcessingInstructio
n("abc", "def") with too few arguments must throw TypeError | 1134 PASS Node interface: calling contains(Node) on xmlDoc.createProcessingInstructio
n("abc", "def") with too few arguments must throw TypeError |
| 1001 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "lookupPrefix" with the proper type (37) | 1135 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "lookupPrefix" with the proper type (38) |
| 1002 PASS Node interface: calling lookupPrefix(DOMString) on xmlDoc.createProcessingI
nstruction("abc", "def") with too few arguments must throw TypeError | 1136 PASS Node interface: calling lookupPrefix(DOMString) on xmlDoc.createProcessingI
nstruction("abc", "def") with too few arguments must throw TypeError |
| 1003 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "lookupNamespaceURI" with the proper type (38) | 1137 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "lookupNamespaceURI" with the proper type (39) |
| 1004 PASS Node interface: calling lookupNamespaceURI(DOMString) on xmlDoc.createProce
ssingInstruction("abc", "def") with too few arguments must throw TypeError | 1138 PASS Node interface: calling lookupNamespaceURI(DOMString) on xmlDoc.createProce
ssingInstruction("abc", "def") with too few arguments must throw TypeError |
| 1005 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "isDefaultNamespace" with the proper type (39) | 1139 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "isDefaultNamespace" with the proper type (40) |
| 1006 PASS Node interface: calling isDefaultNamespace(DOMString) on xmlDoc.createProce
ssingInstruction("abc", "def") with too few arguments must throw TypeError | 1140 PASS Node interface: calling isDefaultNamespace(DOMString) on xmlDoc.createProce
ssingInstruction("abc", "def") with too few arguments must throw TypeError |
| 1007 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "insertBefore" with the proper type (40) | 1141 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "insertBefore" with the proper type (41) |
| 1008 PASS Node interface: calling insertBefore(Node,Node) on xmlDoc.createProcessingI
nstruction("abc", "def") with too few arguments must throw TypeError | 1142 PASS Node interface: calling insertBefore(Node,Node) on xmlDoc.createProcessingI
nstruction("abc", "def") with too few arguments must throw TypeError |
| 1009 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "appendChild" with the proper type (41) | 1143 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "appendChild" with the proper type (42) |
| 1010 PASS Node interface: calling appendChild(Node) on xmlDoc.createProcessingInstruc
tion("abc", "def") with too few arguments must throw TypeError | 1144 PASS Node interface: calling appendChild(Node) on xmlDoc.createProcessingInstruc
tion("abc", "def") with too few arguments must throw TypeError |
| 1011 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "replaceChild" with the proper type (42) | 1145 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "replaceChild" with the proper type (43) |
| 1012 PASS Node interface: calling replaceChild(Node,Node) on xmlDoc.createProcessingI
nstruction("abc", "def") with too few arguments must throw TypeError | 1146 PASS Node interface: calling replaceChild(Node,Node) on xmlDoc.createProcessingI
nstruction("abc", "def") with too few arguments must throw TypeError |
| 1013 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "removeChild" with the proper type (43) | 1147 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
it property "removeChild" with the proper type (44) |
| 1014 PASS Node interface: calling removeChild(Node) on xmlDoc.createProcessingInstruc
tion("abc", "def") with too few arguments must throw TypeError | 1148 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) | 1149 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 | 1150 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) | 1151 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 | 1152 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) | 1153 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 | 1154 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 | 1155 PASS Comment interface: existence and properties of interface object |
| 1022 PASS Comment interface object length | 1156 PASS Comment interface object length |
| 1023 PASS Comment interface object name | 1157 PASS Comment interface object name |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1055 PASS Node interface: document.createComment("abc") must inherit property "PROCES
SING_INSTRUCTION_NODE" with the proper type (6) | 1189 PASS Node interface: document.createComment("abc") must inherit property "PROCES
SING_INSTRUCTION_NODE" with the proper type (6) |
| 1056 PASS Node interface: document.createComment("abc") must inherit property "COMMEN
T_NODE" with the proper type (7) | 1190 PASS Node interface: document.createComment("abc") must inherit property "COMMEN
T_NODE" with the proper type (7) |
| 1057 PASS Node interface: document.createComment("abc") must inherit property "DOCUME
NT_NODE" with the proper type (8) | 1191 PASS Node interface: document.createComment("abc") must inherit property "DOCUME
NT_NODE" with the proper type (8) |
| 1058 PASS Node interface: document.createComment("abc") must inherit property "DOCUME
NT_TYPE_NODE" with the proper type (9) | 1192 PASS Node interface: document.createComment("abc") must inherit property "DOCUME
NT_TYPE_NODE" with the proper type (9) |
| 1059 PASS Node interface: document.createComment("abc") must inherit property "DOCUME
NT_FRAGMENT_NODE" with the proper type (10) | 1193 PASS Node interface: document.createComment("abc") must inherit property "DOCUME
NT_FRAGMENT_NODE" with the proper type (10) |
| 1060 PASS Node interface: document.createComment("abc") must inherit property "NOTATI
ON_NODE" with the proper type (11) | 1194 PASS Node interface: document.createComment("abc") must inherit property "NOTATI
ON_NODE" with the proper type (11) |
| 1061 PASS Node interface: document.createComment("abc") must inherit property "nodeTy
pe" with the proper type (12) | 1195 PASS Node interface: document.createComment("abc") must inherit property "nodeTy
pe" with the proper type (12) |
| 1062 PASS Node interface: document.createComment("abc") must inherit property "nodeNa
me" with the proper type (13) | 1196 PASS Node interface: document.createComment("abc") must inherit property "nodeNa
me" with the proper type (13) |
| 1063 PASS Node interface: document.createComment("abc") must inherit property "baseUR
I" with the proper type (14) | 1197 PASS Node interface: document.createComment("abc") must inherit property "baseUR
I" with the proper type (14) |
| 1064 PASS Node interface: document.createComment("abc") must inherit property "ownerD
ocument" with the proper type (15) | 1198 PASS Node interface: document.createComment("abc") must inherit property "ownerD
ocument" with the proper type (15) |
| 1065 PASS Node interface: document.createComment("abc") must inherit property "parent
Node" with the proper type (16) | 1199 PASS Node interface: document.createComment("abc") must inherit property "rootNo
de" with the proper type (16) |
| 1066 PASS Node interface: document.createComment("abc") must inherit property "parent
Element" with the proper type (17) | 1200 PASS Node interface: document.createComment("abc") must inherit property "parent
Node" with the proper type (17) |
| 1067 PASS Node interface: document.createComment("abc") must inherit property "hasChi
ldNodes" with the proper type (18) | 1201 PASS Node interface: document.createComment("abc") must inherit property "parent
Element" with the proper type (18) |
| 1068 PASS Node interface: document.createComment("abc") must inherit property "childN
odes" with the proper type (19) | 1202 PASS Node interface: document.createComment("abc") must inherit property "hasChi
ldNodes" with the proper type (19) |
| 1069 PASS Node interface: document.createComment("abc") must inherit property "firstC
hild" with the proper type (20) | 1203 PASS Node interface: document.createComment("abc") must inherit property "childN
odes" with the proper type (20) |
| 1070 PASS Node interface: document.createComment("abc") must inherit property "lastCh
ild" with the proper type (21) | 1204 PASS Node interface: document.createComment("abc") must inherit property "firstC
hild" with the proper type (21) |
| 1071 PASS Node interface: document.createComment("abc") must inherit property "previo
usSibling" with the proper type (22) | 1205 PASS Node interface: document.createComment("abc") must inherit property "lastCh
ild" with the proper type (22) |
| 1072 PASS Node interface: document.createComment("abc") must inherit property "nextSi
bling" with the proper type (23) | 1206 PASS Node interface: document.createComment("abc") must inherit property "previo
usSibling" with the proper type (23) |
| 1073 PASS Node interface: document.createComment("abc") must inherit property "nodeVa
lue" with the proper type (24) | 1207 PASS Node interface: document.createComment("abc") must inherit property "nextSi
bling" with the proper type (24) |
| 1074 PASS Node interface: document.createComment("abc") must inherit property "textCo
ntent" with the proper type (25) | 1208 PASS Node interface: document.createComment("abc") must inherit property "nodeVa
lue" with the proper type (25) |
| 1075 PASS Node interface: document.createComment("abc") must inherit property "normal
ize" with the proper type (26) | 1209 PASS Node interface: document.createComment("abc") must inherit property "textCo
ntent" with the proper type (26) |
| 1076 PASS Node interface: document.createComment("abc") must inherit property "cloneN
ode" with the proper type (27) | 1210 PASS Node interface: document.createComment("abc") must inherit property "normal
ize" with the proper type (27) |
| 1211 PASS Node interface: document.createComment("abc") must inherit property "cloneN
ode" with the proper type (28) |
| 1077 PASS Node interface: calling cloneNode(boolean) on document.createComment("abc")
with too few arguments must throw TypeError | 1212 PASS Node interface: calling cloneNode(boolean) on document.createComment("abc")
with too few arguments must throw TypeError |
| 1078 PASS Node interface: document.createComment("abc") must inherit property "isEqua
lNode" with the proper type (28) | 1213 PASS Node interface: document.createComment("abc") must inherit property "isEqua
lNode" with the proper type (29) |
| 1079 PASS Node interface: calling isEqualNode(Node) on document.createComment("abc")
with too few arguments must throw TypeError | 1214 PASS Node interface: calling isEqualNode(Node) on document.createComment("abc")
with too few arguments must throw TypeError |
| 1080 PASS Node interface: document.createComment("abc") must inherit property "DOCUME
NT_POSITION_DISCONNECTED" with the proper type (29) | 1215 PASS Node interface: document.createComment("abc") must inherit property "DOCUME
NT_POSITION_DISCONNECTED" with the proper type (30) |
| 1081 PASS Node interface: document.createComment("abc") must inherit property "DOCUME
NT_POSITION_PRECEDING" with the proper type (30) | 1216 PASS Node interface: document.createComment("abc") must inherit property "DOCUME
NT_POSITION_PRECEDING" with the proper type (31) |
| 1082 PASS Node interface: document.createComment("abc") must inherit property "DOCUME
NT_POSITION_FOLLOWING" with the proper type (31) | 1217 PASS Node interface: document.createComment("abc") must inherit property "DOCUME
NT_POSITION_FOLLOWING" with the proper type (32) |
| 1083 PASS Node interface: document.createComment("abc") must inherit property "DOCUME
NT_POSITION_CONTAINS" with the proper type (32) | 1218 PASS Node interface: document.createComment("abc") must inherit property "DOCUME
NT_POSITION_CONTAINS" with the proper type (33) |
| 1084 PASS Node interface: document.createComment("abc") must inherit property "DOCUME
NT_POSITION_CONTAINED_BY" with the proper type (33) | 1219 PASS Node interface: document.createComment("abc") must inherit property "DOCUME
NT_POSITION_CONTAINED_BY" with the proper type (34) |
| 1085 PASS Node interface: document.createComment("abc") must inherit property "DOCUME
NT_POSITION_IMPLEMENTATION_SPECIFIC" with the proper type (34) | 1220 PASS Node interface: document.createComment("abc") must inherit property "DOCUME
NT_POSITION_IMPLEMENTATION_SPECIFIC" with the proper type (35) |
| 1086 PASS Node interface: document.createComment("abc") must inherit property "compar
eDocumentPosition" with the proper type (35) | 1221 PASS Node interface: document.createComment("abc") must inherit property "compar
eDocumentPosition" with the proper type (36) |
| 1087 PASS Node interface: calling compareDocumentPosition(Node) on document.createCom
ment("abc") with too few arguments must throw TypeError | 1222 PASS Node interface: calling compareDocumentPosition(Node) on document.createCom
ment("abc") with too few arguments must throw TypeError |
| 1088 PASS Node interface: document.createComment("abc") must inherit property "contai
ns" with the proper type (36) | 1223 PASS Node interface: document.createComment("abc") must inherit property "contai
ns" with the proper type (37) |
| 1089 PASS Node interface: calling contains(Node) on document.createComment("abc") wit
h too few arguments must throw TypeError | 1224 PASS Node interface: calling contains(Node) on document.createComment("abc") wit
h too few arguments must throw TypeError |
| 1090 PASS Node interface: document.createComment("abc") must inherit property "lookup
Prefix" with the proper type (37) | 1225 PASS Node interface: document.createComment("abc") must inherit property "lookup
Prefix" with the proper type (38) |
| 1091 PASS Node interface: calling lookupPrefix(DOMString) on document.createComment("
abc") with too few arguments must throw TypeError | 1226 PASS Node interface: calling lookupPrefix(DOMString) on document.createComment("
abc") with too few arguments must throw TypeError |
| 1092 PASS Node interface: document.createComment("abc") must inherit property "lookup
NamespaceURI" with the proper type (38) | 1227 PASS Node interface: document.createComment("abc") must inherit property "lookup
NamespaceURI" with the proper type (39) |
| 1093 PASS Node interface: calling lookupNamespaceURI(DOMString) on document.createCom
ment("abc") with too few arguments must throw TypeError | 1228 PASS Node interface: calling lookupNamespaceURI(DOMString) on document.createCom
ment("abc") with too few arguments must throw TypeError |
| 1094 PASS Node interface: document.createComment("abc") must inherit property "isDefa
ultNamespace" with the proper type (39) | 1229 PASS Node interface: document.createComment("abc") must inherit property "isDefa
ultNamespace" with the proper type (40) |
| 1095 PASS Node interface: calling isDefaultNamespace(DOMString) on document.createCom
ment("abc") with too few arguments must throw TypeError | 1230 PASS Node interface: calling isDefaultNamespace(DOMString) on document.createCom
ment("abc") with too few arguments must throw TypeError |
| 1096 PASS Node interface: document.createComment("abc") must inherit property "insert
Before" with the proper type (40) | 1231 PASS Node interface: document.createComment("abc") must inherit property "insert
Before" with the proper type (41) |
| 1097 PASS Node interface: calling insertBefore(Node,Node) on document.createComment("
abc") with too few arguments must throw TypeError | 1232 PASS Node interface: calling insertBefore(Node,Node) on document.createComment("
abc") with too few arguments must throw TypeError |
| 1098 PASS Node interface: document.createComment("abc") must inherit property "append
Child" with the proper type (41) | 1233 PASS Node interface: document.createComment("abc") must inherit property "append
Child" with the proper type (42) |
| 1099 PASS Node interface: calling appendChild(Node) on document.createComment("abc")
with too few arguments must throw TypeError | 1234 PASS Node interface: calling appendChild(Node) on document.createComment("abc")
with too few arguments must throw TypeError |
| 1100 PASS Node interface: document.createComment("abc") must inherit property "replac
eChild" with the proper type (42) | 1235 PASS Node interface: document.createComment("abc") must inherit property "replac
eChild" with the proper type (43) |
| 1101 PASS Node interface: calling replaceChild(Node,Node) on document.createComment("
abc") with too few arguments must throw TypeError | 1236 PASS Node interface: calling replaceChild(Node,Node) on document.createComment("
abc") with too few arguments must throw TypeError |
| 1102 PASS Node interface: document.createComment("abc") must inherit property "remove
Child" with the proper type (43) | 1237 PASS Node interface: document.createComment("abc") must inherit property "remove
Child" with the proper type (44) |
| 1103 PASS Node interface: calling removeChild(Node) on document.createComment("abc")
with too few arguments must throw TypeError | 1238 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) | 1239 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 | 1240 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) | 1241 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 | 1242 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) | 1243 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 | 1244 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 | 1245 PASS Range interface: existence and properties of interface object |
| 1111 PASS Range interface object length | 1246 PASS Range interface object length |
| 1112 PASS Range interface object name | 1247 PASS Range interface object name |
| (...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1358 PASS DOMTokenList interface: calling remove(DOMString) on document.body.classLis
t with too few arguments must throw TypeError | 1493 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) | 1494 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 | 1495 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 | 1496 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 | 1497 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) | 1498 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 | 1499 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) | 1500 PASS DOMTokenList interface: document.body.classList must inherit property "valu
e" with the proper type (8) |
| 1366 Harness: the test ran to completion. | 1501 Harness: the test ran to completion. |
| 1367 | 1502 |
| OLD | NEW |