Summary

Harness status: OK

Found 11 tests

Details

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