Pass | option.text should recurse | Asserts runPass | assert_equals("font", "font")
at Test.<anonymous> ( /html/semantics/forms/the-option-element/option-text-recurse.html:14:3) |
|
Pass | option.text should not recurse into HTML script elements | Asserts runPass | assert_equals("before after", "before after")
at Test.<anonymous> ( /html/semantics/forms/the-option-element/option-text-recurse.html:23:3) |
|
Pass | option.text should not recurse into SVG script elements | Asserts runPass | assert_equals("before after", "before after")
at Test.<anonymous> ( /html/semantics/forms/the-option-element/option-text-recurse.html:31:3) |
|
Pass | option.text should recurse into MathML script elements | Asserts runPass | assert_equals("before script after", "before script after")
at Test.<anonymous> ( /html/semantics/forms/the-option-element/option-text-recurse.html:39:3) |
|
Pass | option.text should recurse into null script elements | Asserts runPass | assert_equals("before script after", "before script after")
at Test.<anonymous> ( /html/semantics/forms/the-option-element/option-text-recurse.html:47:3) |
|
Pass | option.text should work if a child of the option ends with a script | Asserts runPass | assert_equals("Some Text", "Some Text")
at Test.<anonymous> ( /html/semantics/forms/the-option-element/option-text-recurse.html:56:3) |
|
Pass | option.text should work if the option is in an HTML script element | Asserts runPass | assert_equals("text", "text")
at Test.<anonymous> ( /html/semantics/forms/the-option-element/option-text-recurse.html:63:3) |
|
Pass | option.text should work if the option is in an SVG script element | Asserts runPass | assert_equals("text", "text")
at Test.<anonymous> ( /html/semantics/forms/the-option-element/option-text-recurse.html:69:3) |
|
Pass | option.text should work if the option is in a MathML script element | Asserts runPass | assert_equals("text", "text")
at Test.<anonymous> ( /html/semantics/forms/the-option-element/option-text-recurse.html:75:3) |
|
Pass | option.text should ignore comment children | Asserts runPass | assert_equals("text", "text")
at Test.<anonymous> ( /html/semantics/forms/the-option-element/option-text-recurse.html:83:3) |
|
Pass | option.text should ignore PI children | Asserts runPass | assert_equals("text", "text")
at Test.<anonymous> ( /html/semantics/forms/the-option-element/option-text-recurse.html:90:3) |
|