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