Summary

Harness status: OK

Found 3 tests

Details

ResultTest NameMessage
Passstylesheet.css should be loaded and styleSheets.length === 1
Asserts run
Pass
assert_equals(1, 1, "styleSheets.length is incorrect:")
    at Test.<anonymous> ( /css/cssom/ttwf-cssom-doc-ext-load-count.html:24:9)
Passstylesheet.css should be unloaded and styleSheets.length === 0
Asserts run
Pass
assert_equals(0, 0, "styleSheets.length is incorrect:")
    at Test.<anonymous> ( /css/cssom/ttwf-cssom-doc-ext-load-count.html:37:9)
Passstylesheet-1.css should be loaded and styleSheets.length === 1
Asserts run
Pass
assert_equals(1, 1, "styleSheets.length is incorrect:")
    at Test.<anonymous> ( /css/cssom/ttwf-cssom-doc-ext-load-count.html:51:11)