gecko-dev/testing/web-platform/meta/custom-elements/Document-createElement.html.ini
2016-11-09 23:06:59 +08:00

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