mirror of
https://github.com/roytam1/basilisk55.git
synced 2026-05-27 05:31:36 +00:00
27 lines
1.1 KiB
INI
27 lines
1.1 KiB
INI
[Document-createElement.html]
|
|
type: testharness
|
|
[document.createElement must report a TypeError when the result of Construct is not a DOM node]
|
|
expected: FAIL
|
|
|
|
[document.createElement must report a TypeError when the result of Construct is a TextNode]
|
|
expected: FAIL
|
|
|
|
[document.createElement must report a NotSupportedError when attribute is added by setAttribute during construction]
|
|
expected: FAIL
|
|
|
|
[document.createElement must report a NotSupportedError when attribute is added by attributes.setNamedItem during construction]
|
|
expected: FAIL
|
|
|
|
[document.createElement must report a NotSupportedError when a Text child is added during construction]
|
|
expected: FAIL
|
|
|
|
[document.createElement must report a NotSupportedError when a Comment child is added during construction]
|
|
expected: FAIL
|
|
|
|
[document.createElement must report a NotSupportedError when an element child is added during construction]
|
|
expected: FAIL
|
|
|
|
[document.createElement must report a NotSupportedError when the element gets inserted into another element during construction]
|
|
expected: FAIL
|
|
|