<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:microbeqc&#64;gmail.com" title="Carl Traversy &lt;microbeqc&#64;gmail.com&gt;"> <span class="fn">Carl Traversy</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - float:right not working consistently across page loads (Loading-related race condition?)"
   href="https://bugs.webkit.org/show_bug.cgi?id=150271">bug 150271</a>
        <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
               &nbsp;
           </td>
           <td>microbeqc&#64;gmail.com
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - float:right not working consistently across page loads (Loading-related race condition?)"
   href="https://bugs.webkit.org/show_bug.cgi?id=150271#c4">Comment # 4</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - float:right not working consistently across page loads (Loading-related race condition?)"
   href="https://bugs.webkit.org/show_bug.cgi?id=150271">bug 150271</a>
              from <span class="vcard"><a class="email" href="mailto:microbeqc&#64;gmail.com" title="Carl Traversy &lt;microbeqc&#64;gmail.com&gt;"> <span class="fn">Carl Traversy</span></a>
</span></b>
        <pre>Declaring the css file before the javascript file does not trigger the bug.

Bug not reproducible with:

&lt;head&gt;
  &lt;link href=&quot;bootstrapish.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot; /&gt;
  &lt;script src=&quot;jquery-1.11.3.min.js&quot;&gt;&lt;/script&gt;
&lt;/head&gt;


Bug reproducible with:

&lt;head&gt;
  &lt;script src=&quot;jquery-1.11.3.min.js&quot;&gt;&lt;/script&gt;
  &lt;link href=&quot;bootstrapish.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot; /&gt;
&lt;/head&gt;</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>