This tests the presence and functionality of features of `HTMLOrForeignElement` (currently `HTMLOrSVGElement`) E

Summary

Harness status: OK

Found 5 tests

Details

ResultTest NameMessage
PassMathML elements should have a .dataset
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /mathml/relations/html5-tree/html-or-foreign-element-interfaces.tentative.html:44:7)
PassThe dataset property should be present and be functional.
Asserts run
Pass
assert_equals("", "", "The .dataset property should be present")
    at Test.<anonymous> ( /mathml/relations/html5-tree/html-or-foreign-element-interfaces.tentative.html:49:7)
Pass
assert_equals("x", "x", ".one should be \"x\" after setting the data-one attribute")
    at Test.<anonymous> ( /mathml/relations/html5-tree/html-or-foreign-element-interfaces.tentative.html:58:7)
Pass
assert_equals("y", "y", ".one should be \"y\" after setting the data-two attribute")
    at Test.<anonymous> ( /mathml/relations/html5-tree/html-or-foreign-element-interfaces.tentative.html:63:7)
Pass
assert_equals("o", "o", "the data-one attribute should reflect a change to dataset.one and contain \"o\"")
    at Test.<anonymous> ( /mathml/relations/html5-tree/html-or-foreign-element-interfaces.tentative.html:70:7)
PassMathML elements should have a tabIndex property
Asserts run
Pass
assert_equals(-1, -1)
    at Test.<anonymous> ( /mathml/relations/html5-tree/html-or-foreign-element-interfaces.tentative.html:78:7)
PassMathML elements should work with focus predictably
Asserts run
Pass
assert_equals("rgb(0, 255, 0)", "rgb(0, 255, 0)", "MathML elements with tabindex=-1 should be programmatically focusable and apply :focus")
    at  /mathml/relations/html5-tree/html-or-foreign-element-interfaces.tentative.html:88:9
PassMathML elements should work with blur predictably
Asserts run
Pass
assert_equals("rgba(0, 0, 0, 0)", "rgba(0, 0, 0, 0)", "MathML elements with tabindex=-1 be programmatically blur() able")
    at  /mathml/relations/html5-tree/html-or-foreign-element-interfaces.tentative.html:103:9