[Bug 29566] Specify insertRule('@import ...', 0) loading

https://www.w3.org/Bugs/Public/show_bug.cgi?id=29566

--- Comment #2 from Rune Lillesveen <rune@opera.com> ---
Inserting a style element with script and then insertRule() a slow loading
@import will currently apply the main style of the style element in both Gecko
and Blink before the @import finishes loading.

If you insert two @import rules, Gecko will apply them separately as they
finish loading, but Blink will currently block until both sheets are loaded.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Friday, 8 April 2016 14:51:40 UTC