Pass | assert_equals("", "", "classList.value should return the empty list for an undefined class attribute")
at Test.<anonymous> ( /dom/lists/DOMTokenList-value.html:11:3) |
Pass | assert_equals(" a a b ", " a a b ", "value should return the literal value")
at Test.<anonymous> ( /dom/lists/DOMTokenList-value.html:14:3) |
Pass | assert_equals(" foo bar foo ", " foo bar foo ", "assigning value should set the literal value")
at Test.<anonymous> ( /dom/lists/DOMTokenList-value.html:17:3) |
Pass | assert_equals(2, 2, "length should be the number of tokens")
at Test.<anonymous> ( /dom/lists/DOMTokenList-value.html:19:3) |
Pass | assert_class_string(object " foo bar foo ", "DOMTokenList")
at Test.<anonymous> ( /dom/lists/DOMTokenList-value.html:21:3) |
Pass | assert_class_string(" foo bar foo ", "String")
at Test.<anonymous> ( /dom/lists/DOMTokenList-value.html:22:3) |