<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Allow the page to render before &lt;link&gt; stylesheet tags in body"
   href="https://bugs.webkit.org/show_bug.cgi?id=149157#c4">Comment # 4</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Allow the page to render before &lt;link&gt; stylesheet tags in body"
   href="https://bugs.webkit.org/show_bug.cgi?id=149157">bug 149157</a>
              from <span class="vcard"><a class="email" href="mailto:koivisto&#64;iki.fi" title="Antti Koivisto &lt;koivisto&#64;iki.fi&gt;"> <span class="fn">Antti Koivisto</span></a>
</span></b>
        <pre><span class="quote">&gt; In Chrome/Safari, the preparser discovers the CSS and blocks further
&gt; rendering, including content before the &lt;link&gt;. </span >

This is not true in WebKit. Stylesheet loads triggered by preload scanner don't block rendering. Rendering is only blocked when the real parser reaches a loading &lt;link&gt; element (or &lt;style&gt; with &#64;import).</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>