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