Pass | MathML elements should have a .dataset | Asserts runPass | assert_true(true)
at Test.<anonymous> ( /mathml/relations/html5-tree/html-or-foreign-element-interfaces.tentative.html:44:7) |
|
Pass | The dataset property should be present and be functional. | Asserts runPass | 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) |
|
Pass | MathML elements should have a tabIndex property | Asserts runPass | assert_equals(-1, -1)
at Test.<anonymous> ( /mathml/relations/html5-tree/html-or-foreign-element-interfaces.tentative.html:78:7) |
|
Pass | MathML elements should work with focus predictably | Asserts runPass | 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 |
|
Pass | MathML elements should work with blur predictably | Asserts runPass | 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 |
|