Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
PassThe default value of tabIndex attribute must be 0 for elements that are focusable
Asserts run
Pass
assert_equals(0, 0, "The value of tabIndex attribute should be 0.")
    at Test.<anonymous> ( /html/interaction/focus/sequential-focus-navigation-and-the-tabindex-attribute/focus-tabindex-default-value.html:14:3)
PassThe default value of tabIndex attribute must be -1 for elements that are not focusable
Asserts run
Pass
assert_equals(-1, -1, "The value of tabIndex attribute should be -1.")
    at Test.<anonymous> ( /html/interaction/focus/sequential-focus-navigation-and-the-tabindex-attribute/focus-tabindex-default-value.html:18:3)
TEST2