Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
PassDOMTokenList stringifier
Asserts run
Pass
assert_equals("", "", "String(classList) should return the empty list for an undefined class attribute")
    at Test.<anonymous> ( /dom/lists/DOMTokenList-stringifier.html:12:3)
Pass
assert_equals("   a  a b ", "   a  a b ", "getAttribute should return the literal value")
    at Test.<anonymous> ( /dom/lists/DOMTokenList-stringifier.html:15:3)
Pass
assert_equals("   a  a b ", "   a  a b ", "className should return the literal value")
    at Test.<anonymous> ( /dom/lists/DOMTokenList-stringifier.html:17:3)
Pass
assert_equals("   a  a b ", "   a  a b ", "String(classList) should return the literal value")
    at Test.<anonymous> ( /dom/lists/DOMTokenList-stringifier.html:19:3)
Pass
assert_equals("   a  a b ", "   a  a b ", "classList.toString() should return the literal value")
    at Test.<anonymous> ( /dom/lists/DOMTokenList-stringifier.html:21:3)
Pass
assert_class_string(object "   a  a b ", "DOMTokenList")
    at Test.<anonymous> ( /dom/lists/DOMTokenList-stringifier.html:23:3)