[Bug 23233] Remove race condition for things that cause a download

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

Tab Atkins Jr. <jackalmage@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |WONTFIX

--- Comment #1 from Tab Atkins Jr. <jackalmage@gmail.com> ---
We can't remove this network race, as it exists without any variables at all:

<link rel=stylesheet href=foo.css>
<style>
html { background-image: url("fallback.jpg"); }
</style>

/* foo.css */
html { background-image: url("bar.jpg"); }

Since variables don't make this any worse, and as far as I can tell don't block
any plans to fix this (since I don't think there are any such plans), I'm not
going to do anything about this.

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

Received on Friday, 13 September 2013 09:57:40 UTC