Summary

Harness status: OK

Found 12 tests

Details

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