mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-30 13:45:27 +00:00
51ab4f1be0
MozReview-Commit-ID: IjTcP4CxgkA
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
|
|
|