Summary

Harness status: OK

Found 12 tests

Details

ResultTest NameMessage
PassNo children, no value
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /html/semantics/forms/the-option-element/option-label-value.js:4:5)
PassNo children, empty value
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /html/semantics/forms/the-option-element/option-label-value.js:10:5)
PassNo children, value
Asserts run
Pass
assert_equals("value", "value")
    at Test.<anonymous> ( /html/semantics/forms/the-option-element/option-label-value.js:16:5)
PassNo children, namespaced value
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /html/semantics/forms/the-option-element/option-label-value.js:22:5)
PassSingle child, no value
Asserts run
Pass
assert_equals("child", "child")
    at Test.<anonymous> ( /html/semantics/forms/the-option-element/option-label-value.js:28:5)
PassSingle child, empty value
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /html/semantics/forms/the-option-element/option-label-value.js:35:5)
PassSingle child, value
Asserts run
Pass
assert_equals("value", "value")
    at Test.<anonymous> ( /html/semantics/forms/the-option-element/option-label-value.js:42:5)
PassSingle child, namespaced value
Asserts run
Pass
assert_equals("child", "child")
    at Test.<anonymous> ( /html/semantics/forms/the-option-element/option-label-value.js:49:5)
PassTwo children, no value
Asserts run
Pass
assert_equals("child node", "child node")
    at Test.<anonymous> ( /html/semantics/forms/the-option-element/option-label-value.js:56:5)
PassTwo children, empty value
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /html/semantics/forms/the-option-element/option-label-value.js:64:5)
PassTwo children, value
Asserts run
Pass
assert_equals("value", "value")
    at Test.<anonymous> ( /html/semantics/forms/the-option-element/option-label-value.js:72:5)
PassTwo children, namespaced value
Asserts run
Pass
assert_equals("child node", "child node")
    at Test.<anonymous> ( /html/semantics/forms/the-option-element/option-label-value.js:80:5)