Pass | Link element load event doesn't block the parser. | Asserts runPass | assert_equals(1, 1, "Should expose the sheet to the OM before running script")
at Test.<anonymous> ( /css/cssom/HTMLLinkElement-load-event.html:19:3) | Pass | assert_equals(2, 2, "Should expose both sheets to the OM before running second script")
at Test.<anonymous> ( /css/cssom/HTMLLinkElement-load-event.html:28:3) | Pass | assert_equals(0, 0, "Shouldn't fire the load event sync")
at Test.<anonymous> ( /css/cssom/HTMLLinkElement-load-event.html:29:3) | Pass | assert_not_equals(object "[object CSSStyleSheet]", object "[object CSSStyleSheet]", "Should be different sheets")
at Test.<anonymous> ( /css/cssom/HTMLLinkElement-load-event.html:30:3) | Pass | assert_equals(2, 2, "Load event should've fired for all links")
at Test.<anonymous> ( /css/cssom/HTMLLinkElement-load-event.html:16:3) |
|