Summary

Harness status: OK

Found 7 tests

Details

ResultTest NameMessage
PassHTML elements should have a .dataset
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /html/dom/elements/global-attributes/dataset.html:10:3)
PassShould return 'undefined' before setting an attribute
Asserts run
Pass
assert_false(false)
    at Test.<anonymous> ( /html/dom/elements/global-attributes/dataset.html:13:3)
Pass
assert_equals(undefined, undefined)
    at Test.<anonymous> ( /html/dom/elements/global-attributes/dataset.html:14:3)
PassShould return 'value' if that's the value
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /html/dom/elements/global-attributes/dataset.html:18:3)
Pass
assert_equals("value", "value")
    at Test.<anonymous> ( /html/dom/elements/global-attributes/dataset.html:19:3)
PassShould return the empty string if that's the value
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /html/dom/elements/global-attributes/dataset.html:23:3)
Pass
assert_equals("", "")
    at Test.<anonymous> ( /html/dom/elements/global-attributes/dataset.html:24:3)
PassShould return 'undefined' after removing an attribute
Asserts run
Pass
assert_false(false)
    at Test.<anonymous> ( /html/dom/elements/global-attributes/dataset.html:28:3)
Pass
assert_equals(undefined, undefined)
    at Test.<anonymous> ( /html/dom/elements/global-attributes/dataset.html:29:3)
PassShould not have a .dataset on random elements
Asserts run
Pass
assert_equals(undefined, undefined)
    at Test.<anonymous> ( /html/dom/elements/global-attributes/dataset.html:32:3)
PassSVG elements should have a .dataset
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /html/dom/elements/global-attributes/dataset.html:36:3)