Summary

Harness status: OK

Found 5 tests

Details

ResultTest NameMessage
Passid with digits only
Asserts run
Pass
assert_equals("123", "123")
    at Test.<anonymous> ( /html/dom/elements/global-attributes/id-name-specialcase.html:16:3)
Passid start with digits
Asserts run
Pass
assert_equals("1test", "1test")
    at Test.<anonymous> ( /html/dom/elements/global-attributes/id-name-specialcase.html:19:3)
Passid start with underscore
Asserts run
Pass
assert_equals("_test", "_test")
    at Test.<anonymous> ( /html/dom/elements/global-attributes/id-name-specialcase.html:22:3)
Passid with punctuation only
Asserts run
Pass
assert_equals(".", ".")
    at Test.<anonymous> ( /html/dom/elements/global-attributes/id-name-specialcase.html:25:3)
Passid with chinese character
Asserts run
Pass
assert_equals("china", "china")
    at Test.<anonymous> ( /html/dom/elements/global-attributes/id-name-specialcase.html:28:3)