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