[Bug 24564] [Imports]: Blocking circular reference in the import tree/list

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

--- Comment #5 from Boris Zbarsky <bzbarsky@mit.edu> ---
> But this is fine because a.html document is shared and there are no infinity
> loading loop happening.

Right.  The only question is script execution order.  Normally we guarantee
that scripts in an import run before you keep parsing the importing document,
but that's not feasible in this cyclic reference case, right?

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

Received on Friday, 7 February 2014 18:53:42 UTC