Dataset - element.dataset is an instance of DOMStringMap

Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
PassAn elements dataset property is an instance of a DOMStringMap
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /html/dom/elements/global-attributes/dataset-prototype.html:12:25)
PassProperties on Object.prototype should shine through.
Asserts run
Pass
assert_true(true, "\"toString\" in dataset")
    at Test.<anonymous> ( /html/dom/elements/global-attributes/dataset-prototype.html:16:9)
Pass
assert_equals(function "function toString() { [native code] }", function "function toString() { [native code] }")
    at Test.<anonymous> ( /html/dom/elements/global-attributes/dataset-prototype.html:17:9)
Pass
assert_false(false, "\"expando\" in dataset")
    at Test.<anonymous> ( /html/dom/elements/global-attributes/dataset-prototype.html:18:9)
Pass
assert_equals(undefined, undefined)
    at Test.<anonymous> ( /html/dom/elements/global-attributes/dataset-prototype.html:19:9)
Pass
assert_true(true, "\"expando\" in dataset")
    at Test.<anonymous> ( /html/dom/elements/global-attributes/dataset-prototype.html:21:9)
Pass
assert_equals(42, 42)
    at Test.<anonymous> ( /html/dom/elements/global-attributes/dataset-prototype.html:22:9)