Summary

Harness status: OK

Found 6 tests

Details

ResultTest NameMessage
PassGetter
Asserts run
Pass
assert_equals("  TEXT  ", "  TEXT  ")
    at Test.<anonymous> ( /html/semantics/scripting-1/the-script-element/script-text.html:20:3)
Pass
assert_equals("  TEXT  ELEMENT", "  TEXT  ELEMENT")
    at Test.<anonymous> ( /html/semantics/scripting-1/the-script-element/script-text.html:21:3)
PassSetter (non-empty string)
Asserts run
Pass
assert_equals(" text ", " text ")
    at Test.<anonymous> ( /html/semantics/scripting-1/the-script-element/script-text.html:26:3)
Pass
assert_equals(" text ", " text ")
    at Test.<anonymous> ( /html/semantics/scripting-1/the-script-element/script-text.html:27:3)
Pass
assert_equals(3, 3)
    at Test.<anonymous> ( /html/semantics/scripting-1/the-script-element/script-text.html:28:3)
Pass
assert_equals(" text ", " text ")
    at Test.<anonymous> ( /html/semantics/scripting-1/the-script-element/script-text.html:29:3)
Pass
assert_equals(Text node " text ", Text node " text ")
    at Test.<anonymous> ( /html/semantics/scripting-1/the-script-element/script-text.html:30:3)
Pass
assert_array_equals(object "[object NodeList]", [Text node " text "])
    at Test.<anonymous> ( /html/semantics/scripting-1/the-script-element/script-text.html:31:3)
PassSetter (empty string)
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /html/semantics/scripting-1/the-script-element/script-text.html:36:3)
Pass
assert_equals("", "")
    at Test.<anonymous> ( /html/semantics/scripting-1/the-script-element/script-text.html:37:3)
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /html/semantics/scripting-1/the-script-element/script-text.html:38:3)
PassSetter (null)
Asserts run
Pass
assert_equals("null", "null")
    at Test.<anonymous> ( /html/semantics/scripting-1/the-script-element/script-text.html:43:3)
Pass
assert_equals("null", "null")
    at Test.<anonymous> ( /html/semantics/scripting-1/the-script-element/script-text.html:44:3)
Pass
assert_equals(3, 3)
    at Test.<anonymous> ( /html/semantics/scripting-1/the-script-element/script-text.html:45:3)
Pass
assert_equals("null", "null")
    at Test.<anonymous> ( /html/semantics/scripting-1/the-script-element/script-text.html:46:3)
Pass
assert_equals(Text node "null", Text node "null")
    at Test.<anonymous> ( /html/semantics/scripting-1/the-script-element/script-text.html:47:3)
PassSetter (undefined)
Asserts run
Pass
assert_equals("undefined", "undefined")
    at Test.<anonymous> ( /html/semantics/scripting-1/the-script-element/script-text.html:52:3)
Pass
assert_equals("undefined", "undefined")
    at Test.<anonymous> ( /html/semantics/scripting-1/the-script-element/script-text.html:53:3)
Pass
assert_equals(3, 3)
    at Test.<anonymous> ( /html/semantics/scripting-1/the-script-element/script-text.html:54:3)
Pass
assert_equals("undefined", "undefined")
    at Test.<anonymous> ( /html/semantics/scripting-1/the-script-element/script-text.html:55:3)
Pass
assert_equals(Text node "undefined", Text node "undefined")
    at Test.<anonymous> ( /html/semantics/scripting-1/the-script-element/script-text.html:56:3)
PassSetter (text node reuse)
Asserts run
Pass
assert_equals(Text node "one", Text node "one")
    at Test.<anonymous> ( /html/semantics/scripting-1/the-script-element/script-text.html:64:3)
Pass
assert_equals("one", "one")
    at Test.<anonymous> ( /html/semantics/scripting-1/the-script-element/script-text.html:65:3)
Pass
assert_not_equals(Text node "two", Text node "one")
    at Test.<anonymous> ( /html/semantics/scripting-1/the-script-element/script-text.html:68:3)
Pass
assert_equals("one", "one")
    at Test.<anonymous> ( /html/semantics/scripting-1/the-script-element/script-text.html:69:3)
Pass
assert_equals("two", "two")
    at Test.<anonymous> ( /html/semantics/scripting-1/the-script-element/script-text.html:70:3)