Summary

Harness status: OK

Found 45 tests

Details

ResultTest NameMessage
PassComment.before() without any argument.
Asserts run
Pass
assert_equals("<!--test-->", "<!--test-->")
    at Test.<anonymous> ( /dom/nodes/ChildNode-before.html:15:9)
PassComment.before() with null as an argument.
Asserts run
Pass
assert_equals("null<!--test-->", "null<!--test-->")
    at Test.<anonymous> ( /dom/nodes/ChildNode-before.html:23:9)
PassComment.before() with undefined as an argument.
Asserts run
Pass
assert_equals("undefined<!--test-->", "undefined<!--test-->")
    at Test.<anonymous> ( /dom/nodes/ChildNode-before.html:31:9)
PassComment.before() with the empty string as an argument.
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /dom/nodes/ChildNode-before.html:38:9)
PassComment.before() with only text as an argument.
Asserts run
Pass
assert_equals("text<!--test-->", "text<!--test-->")
    at Test.<anonymous> ( /dom/nodes/ChildNode-before.html:46:9)
PassComment.before() with only one element as an argument.
Asserts run
Pass
assert_equals("<x></x><!--test-->", "<x></x><!--test-->")
    at Test.<anonymous> ( /dom/nodes/ChildNode-before.html:55:9)
PassComment.before() with one element and text as arguments.
Asserts run
Pass
assert_equals("<x></x>text<!--test-->", "<x></x>text<!--test-->")
    at Test.<anonymous> ( /dom/nodes/ChildNode-before.html:64:9)
PassComment.before() with context object itself as the argument.
Asserts run
Pass
assert_equals("text<!--test-->", "text<!--test-->")
    at Test.<anonymous> ( /dom/nodes/ChildNode-before.html:72:9)
PassComment.before() with context object itself and node as the arguments, switching positions.
Asserts run
Pass
assert_equals("<x></x><!--test-->", "<x></x><!--test-->")
    at Test.<anonymous> ( /dom/nodes/ChildNode-before.html:82:9)
PassComment.before() with all siblings of child as arguments.
Asserts run
Pass
assert_equals("<x></x><y></y><z></z><!--test-->", "<x></x><y></y><z></z><!--test-->")
    at Test.<anonymous> ( /dom/nodes/ChildNode-before.html:95:9)
PassComment.before() with some siblings of child as arguments; no changes in tree; viable sibling is first child.
Asserts run
Pass
assert_equals("<x></x><y></y><z></z><!--test-->", "<x></x><y></y><z></z><!--test-->")
    at Test.<anonymous> ( /dom/nodes/ChildNode-before.html:109:9)
PassComment.before() with some siblings of child as arguments; no changes in tree.
Asserts run
Pass
assert_equals("<v></v><x></x><y></y><z></z><!--test-->", "<v></v><x></x><y></y><z></z><!--test-->")
    at Test.<anonymous> ( /dom/nodes/ChildNode-before.html:125:9)
PassComment.before() when pre-insert behaves like prepend.
Asserts run
Pass
assert_equals("<y></y><x></x><!--test-->", "<y></y><x></x><!--test-->")
    at Test.<anonymous> ( /dom/nodes/ChildNode-before.html:137:9)
PassComment.before() with one sibling of child and text as arguments.
Asserts run
Pass
assert_equals("1<y></y><x></x>2<!--test-->", "1<y></y><x></x>2<!--test-->")
    at Test.<anonymous> ( /dom/nodes/ChildNode-before.html:150:9)
PassComment.before() on a child without any parent.
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/ChildNode-before.html:157:9)
PassElement.before() without any argument.
Asserts run
Pass
assert_equals("<test></test>", "<test></test>")
    at Test.<anonymous> ( /dom/nodes/ChildNode-before.html:15:9)
PassElement.before() with null as an argument.
Asserts run
Pass
assert_equals("null<test></test>", "null<test></test>")
    at Test.<anonymous> ( /dom/nodes/ChildNode-before.html:23:9)
PassElement.before() with undefined as an argument.
Asserts run
Pass
assert_equals("undefined<test></test>", "undefined<test></test>")
    at Test.<anonymous> ( /dom/nodes/ChildNode-before.html:31:9)
PassElement.before() with the empty string as an argument.
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /dom/nodes/ChildNode-before.html:38:9)
PassElement.before() with only text as an argument.
Asserts run
Pass
assert_equals("text<test></test>", "text<test></test>")
    at Test.<anonymous> ( /dom/nodes/ChildNode-before.html:46:9)
PassElement.before() with only one element as an argument.
Asserts run
Pass
assert_equals("<x></x><test></test>", "<x></x><test></test>")
    at Test.<anonymous> ( /dom/nodes/ChildNode-before.html:55:9)
PassElement.before() with one element and text as arguments.
Asserts run
Pass
assert_equals("<x></x>text<test></test>", "<x></x>text<test></test>")
    at Test.<anonymous> ( /dom/nodes/ChildNode-before.html:64:9)
PassElement.before() with context object itself as the argument.
Asserts run
Pass
assert_equals("text<test></test>", "text<test></test>")
    at Test.<anonymous> ( /dom/nodes/ChildNode-before.html:72:9)
PassElement.before() with context object itself and node as the arguments, switching positions.
Asserts run
Pass
assert_equals("<x></x><test></test>", "<x></x><test></test>")
    at Test.<anonymous> ( /dom/nodes/ChildNode-before.html:82:9)
PassElement.before() with all siblings of child as arguments.
Asserts run
Pass
assert_equals("<x></x><y></y><z></z><test></test>", "<x></x><y></y><z></z><test></test>")
    at Test.<anonymous> ( /dom/nodes/ChildNode-before.html:95:9)
PassElement.before() with some siblings of child as arguments; no changes in tree; viable sibling is first child.
Asserts run
Pass
assert_equals("<x></x><y></y><z></z><test></test>", "<x></x><y></y><z></z><test></test>")
    at Test.<anonymous> ( /dom/nodes/ChildNode-before.html:109:9)
PassElement.before() with some siblings of child as arguments; no changes in tree.
Asserts run
Pass
assert_equals("<v></v><x></x><y></y><z></z><test></test>", "<v></v><x></x><y></y><z></z><test></test>")
    at Test.<anonymous> ( /dom/nodes/ChildNode-before.html:125:9)
PassElement.before() when pre-insert behaves like prepend.
Asserts run
Pass
assert_equals("<y></y><x></x><test></test>", "<y></y><x></x><test></test>")
    at Test.<anonymous> ( /dom/nodes/ChildNode-before.html:137:9)
PassElement.before() with one sibling of child and text as arguments.
Asserts run
Pass
assert_equals("1<y></y><x></x>2<test></test>", "1<y></y><x></x>2<test></test>")
    at Test.<anonymous> ( /dom/nodes/ChildNode-before.html:150:9)
PassElement.before() on a child without any parent.
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/ChildNode-before.html:157:9)
PassText.before() without any argument.
Asserts run
Pass
assert_equals("test", "test")
    at Test.<anonymous> ( /dom/nodes/ChildNode-before.html:15:9)
PassText.before() with null as an argument.
Asserts run
Pass
assert_equals("nulltest", "nulltest")
    at Test.<anonymous> ( /dom/nodes/ChildNode-before.html:23:9)
PassText.before() with undefined as an argument.
Asserts run
Pass
assert_equals("undefinedtest", "undefinedtest")
    at Test.<anonymous> ( /dom/nodes/ChildNode-before.html:31:9)
PassText.before() with the empty string as an argument.
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /dom/nodes/ChildNode-before.html:38:9)
PassText.before() with only text as an argument.
Asserts run
Pass
assert_equals("texttest", "texttest")
    at Test.<anonymous> ( /dom/nodes/ChildNode-before.html:46:9)
PassText.before() with only one element as an argument.
Asserts run
Pass
assert_equals("<x></x>test", "<x></x>test")
    at Test.<anonymous> ( /dom/nodes/ChildNode-before.html:55:9)
PassText.before() with one element and text as arguments.
Asserts run
Pass
assert_equals("<x></x>texttest", "<x></x>texttest")
    at Test.<anonymous> ( /dom/nodes/ChildNode-before.html:64:9)
PassText.before() with context object itself as the argument.
Asserts run
Pass
assert_equals("texttest", "texttest")
    at Test.<anonymous> ( /dom/nodes/ChildNode-before.html:72:9)
PassText.before() with context object itself and node as the arguments, switching positions.
Asserts run
Pass
assert_equals("<x></x>test", "<x></x>test")
    at Test.<anonymous> ( /dom/nodes/ChildNode-before.html:82:9)
PassText.before() with all siblings of child as arguments.
Asserts run
Pass
assert_equals("<x></x><y></y><z></z>test", "<x></x><y></y><z></z>test")
    at Test.<anonymous> ( /dom/nodes/ChildNode-before.html:95:9)
PassText.before() with some siblings of child as arguments; no changes in tree; viable sibling is first child.
Asserts run
Pass
assert_equals("<x></x><y></y><z></z>test", "<x></x><y></y><z></z>test")
    at Test.<anonymous> ( /dom/nodes/ChildNode-before.html:109:9)
PassText.before() with some siblings of child as arguments; no changes in tree.
Asserts run
Pass
assert_equals("<v></v><x></x><y></y><z></z>test", "<v></v><x></x><y></y><z></z>test")
    at Test.<anonymous> ( /dom/nodes/ChildNode-before.html:125:9)
PassText.before() when pre-insert behaves like prepend.
Asserts run
Pass
assert_equals("<y></y><x></x>test", "<y></y><x></x>test")
    at Test.<anonymous> ( /dom/nodes/ChildNode-before.html:137:9)
PassText.before() with one sibling of child and text as arguments.
Asserts run
Pass
assert_equals("1<y></y><x></x>2test", "1<y></y><x></x>2test")
    at Test.<anonymous> ( /dom/nodes/ChildNode-before.html:150:9)
PassText.before() on a child without any parent.
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/ChildNode-before.html:157:9)