This is a test page

Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
PassScroll to text is feature detectable via document.fragmentDirective
Asserts run
Pass
assert_equals("object", "object", "document.fragmentDirective is defined")
    at Test.<anonymous> ( /scroll-to-text-fragment/scroll-to-text-fragment-api.html:11:3)
PassSetting document.fragmentDirective has no effect
Asserts run
Pass
assert_equals(0, 0, "Setting document.fragmentDirective did not have an effect on scroll position")
    at Test.<anonymous> ( /scroll-to-text-fragment/scroll-to-text-fragment-api.html:16:3)
Pass
assert_equals("object", "object", "document.fragmentDirective is still an object type")
    at Test.<anonymous> ( /scroll-to-text-fragment/scroll-to-text-fragment-api.html:17:3)
Pass
assert_equals(0, 0, "document.fragmentDirective has no properties")
    at Test.<anonymous> ( /scroll-to-text-fragment/scroll-to-text-fragment-api.html:18:3)