Summary

Harness status: OK

Found 33 tests

Details

ResultTest NameMessage
PassComment.replaceWith() without any argument.
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /dom/nodes/ChildNode-replaceWith.html:15:9)
PassComment.replaceWith() with null as an argument.
Asserts run
Pass
assert_equals("null", "null")
    at Test.<anonymous> ( /dom/nodes/ChildNode-replaceWith.html:22:9)
PassComment.replaceWith() with undefined as an argument.
Asserts run
Pass
assert_equals("undefined", "undefined")
    at Test.<anonymous> ( /dom/nodes/ChildNode-replaceWith.html:29:9)
PassComment.replaceWith() with empty string as an argument.
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /dom/nodes/ChildNode-replaceWith.html:36:9)
PassComment.replaceWith() with only text as an argument.
Asserts run
Pass
assert_equals("text", "text")
    at Test.<anonymous> ( /dom/nodes/ChildNode-replaceWith.html:43:9)
PassComment.replaceWith() with only one element as an argument.
Asserts run
Pass
assert_equals("<x></x>", "<x></x>")
    at Test.<anonymous> ( /dom/nodes/ChildNode-replaceWith.html:51:9)
PassComment.replaceWith() with sibling of child as arguments.
Asserts run
Pass
assert_equals("<x></x><y></y><z></z>", "<x></x><y></y><z></z>")
    at Test.<anonymous> ( /dom/nodes/ChildNode-replaceWith.html:63:9)
PassComment.replaceWith() with one sibling of child and text as arguments.
Asserts run
Pass
assert_equals("<x></x>21", "<x></x>21")
    at Test.<anonymous> ( /dom/nodes/ChildNode-replaceWith.html:73:9)
PassComment.replaceWith() with one sibling of child and child itself as arguments.
Asserts run
Pass
assert_equals("<x></x><!--test-->text", "<x></x><!--test-->text")
    at Test.<anonymous> ( /dom/nodes/ChildNode-replaceWith.html:83:9)
PassComment.replaceWith() with one element and text as arguments.
Asserts run
Pass
assert_equals("<x></x>text", "<x></x>text")
    at Test.<anonymous> ( /dom/nodes/ChildNode-replaceWith.html:91:9)
PassComment.replaceWith() on a parentless child with two elements as arguments.
Asserts run
Pass
assert_equals("<x></x><y></y>", "<x></x><y></y>")
    at Test.<anonymous> ( /dom/nodes/ChildNode-replaceWith.html:101:9)
PassElement.replaceWith() without any argument.
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /dom/nodes/ChildNode-replaceWith.html:15:9)
PassElement.replaceWith() with null as an argument.
Asserts run
Pass
assert_equals("null", "null")
    at Test.<anonymous> ( /dom/nodes/ChildNode-replaceWith.html:22:9)
PassElement.replaceWith() with undefined as an argument.
Asserts run
Pass
assert_equals("undefined", "undefined")
    at Test.<anonymous> ( /dom/nodes/ChildNode-replaceWith.html:29:9)
PassElement.replaceWith() with empty string as an argument.
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /dom/nodes/ChildNode-replaceWith.html:36:9)
PassElement.replaceWith() with only text as an argument.
Asserts run
Pass
assert_equals("text", "text")
    at Test.<anonymous> ( /dom/nodes/ChildNode-replaceWith.html:43:9)
PassElement.replaceWith() with only one element as an argument.
Asserts run
Pass
assert_equals("<x></x>", "<x></x>")
    at Test.<anonymous> ( /dom/nodes/ChildNode-replaceWith.html:51:9)
PassElement.replaceWith() with sibling of child as arguments.
Asserts run
Pass
assert_equals("<x></x><y></y><z></z>", "<x></x><y></y><z></z>")
    at Test.<anonymous> ( /dom/nodes/ChildNode-replaceWith.html:63:9)
PassElement.replaceWith() with one sibling of child and text as arguments.
Asserts run
Pass
assert_equals("<x></x>21", "<x></x>21")
    at Test.<anonymous> ( /dom/nodes/ChildNode-replaceWith.html:73:9)
PassElement.replaceWith() with one sibling of child and child itself as arguments.
Asserts run
Pass
assert_equals("<x></x><test></test>text", "<x></x><test></test>text")
    at Test.<anonymous> ( /dom/nodes/ChildNode-replaceWith.html:83:9)
PassElement.replaceWith() with one element and text as arguments.
Asserts run
Pass
assert_equals("<x></x>text", "<x></x>text")
    at Test.<anonymous> ( /dom/nodes/ChildNode-replaceWith.html:91:9)
PassElement.replaceWith() on a parentless child with two elements as arguments.
Asserts run
Pass
assert_equals("<x></x><y></y>", "<x></x><y></y>")
    at Test.<anonymous> ( /dom/nodes/ChildNode-replaceWith.html:101:9)
PassText.replaceWith() without any argument.
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /dom/nodes/ChildNode-replaceWith.html:15:9)
PassText.replaceWith() with null as an argument.
Asserts run
Pass
assert_equals("null", "null")
    at Test.<anonymous> ( /dom/nodes/ChildNode-replaceWith.html:22:9)
PassText.replaceWith() with undefined as an argument.
Asserts run
Pass
assert_equals("undefined", "undefined")
    at Test.<anonymous> ( /dom/nodes/ChildNode-replaceWith.html:29:9)
PassText.replaceWith() with empty string as an argument.
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /dom/nodes/ChildNode-replaceWith.html:36:9)
PassText.replaceWith() with only text as an argument.
Asserts run
Pass
assert_equals("text", "text")
    at Test.<anonymous> ( /dom/nodes/ChildNode-replaceWith.html:43:9)
PassText.replaceWith() with only one element as an argument.
Asserts run
Pass
assert_equals("<x></x>", "<x></x>")
    at Test.<anonymous> ( /dom/nodes/ChildNode-replaceWith.html:51:9)
PassText.replaceWith() with sibling of child as arguments.
Asserts run
Pass
assert_equals("<x></x><y></y><z></z>", "<x></x><y></y><z></z>")
    at Test.<anonymous> ( /dom/nodes/ChildNode-replaceWith.html:63:9)
PassText.replaceWith() with one sibling of child and text as arguments.
Asserts run
Pass
assert_equals("<x></x>21", "<x></x>21")
    at Test.<anonymous> ( /dom/nodes/ChildNode-replaceWith.html:73:9)
PassText.replaceWith() with one sibling of child and child itself as arguments.
Asserts run
Pass
assert_equals("<x></x>testtext", "<x></x>testtext")
    at Test.<anonymous> ( /dom/nodes/ChildNode-replaceWith.html:83:9)
PassText.replaceWith() with one element and text as arguments.
Asserts run
Pass
assert_equals("<x></x>text", "<x></x>text")
    at Test.<anonymous> ( /dom/nodes/ChildNode-replaceWith.html:91:9)
PassText.replaceWith() on a parentless child with two elements as arguments.
Asserts run
Pass
assert_equals("<x></x><y></y>", "<x></x><y></y>")
    at Test.<anonymous> ( /dom/nodes/ChildNode-replaceWith.html:101:9)