Source code

Revision control

Copy as Markdown

Other Tools

[idlharness.window.html?include=Node]
expected:
if (os == "linux") and not fission and debug: [OK, CRASH]
if (os == "linux") and not fission and not debug: CRASH
if (os == "mac") and debug: CRASH
[idlharness.window.html?exclude=Node]
expected:
if (os == "linux") and debug and not fission: [OK, CRASH]
if (os == "win") and debug: CRASH
[Document interface: operation moveBefore(Node, Node?)]
expected: FAIL
[Document interface: new Document() must inherit property "moveBefore(Node, Node?)" with the proper type]
expected: FAIL
[Document interface: calling moveBefore(Node, Node?) on new Document() with too few arguments must throw TypeError]
expected: FAIL
[Document interface: xmlDoc must inherit property "moveBefore(Node, Node?)" with the proper type]
expected: FAIL
[Document interface: calling moveBefore(Node, Node?) on xmlDoc with too few arguments must throw TypeError]
expected: FAIL
[DocumentFragment interface: operation moveBefore(Node, Node?)]
expected: FAIL
[DocumentFragment interface: document.createDocumentFragment() must inherit property "moveBefore(Node, Node?)" with the proper type]
expected: FAIL
[DocumentFragment interface: calling moveBefore(Node, Node?) on document.createDocumentFragment() with too few arguments must throw TypeError]
expected: FAIL
[Element interface: operation moveBefore(Node, Node?)]
expected: FAIL
[Element interface: element must inherit property "moveBefore(Node, Node?)" with the proper type]
expected: FAIL
[Element interface: calling moveBefore(Node, Node?) on element with too few arguments must throw TypeError]
expected: FAIL