<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED - Move ResourceTiming behind a runtime flag"
   href="https://bugs.webkit.org/show_bug.cgi?id=157133#c28">Comment # 28</a>
              on <a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED - Move ResourceTiming behind a runtime flag"
   href="https://bugs.webkit.org/show_bug.cgi?id=157133">bug 157133</a>
              from <span class="vcard"><a class="email" href="mailto:yoav&#64;yoav.ws" title="Yoav Weiss &lt;yoav&#64;yoav.ws&gt;"> <span class="fn">Yoav Weiss</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=157133#c27">comment #27</a>)
<span class="quote">&gt; Comment on <span class=""><a href="attachment.cgi?id=277852&amp;action=diff" name="attach_277852" title="Patch">attachment 277852</a> <a href="attachment.cgi?id=277852&amp;action=edit" title="Patch">[details]</a></span>
&gt; Patch
&gt; 
&gt; View in context:
&gt; <a href="https://bugs.webkit.org/attachment.cgi?id=277852&amp;action=review">https://bugs.webkit.org/attachment.cgi?id=277852&amp;action=review</a>
&gt; 
&gt; &gt; LayoutTests/http/tests/performance/performance-resource-timing-entries.html:8
&gt; &gt; +    var url = &quot;../../resources/square100.png?&quot;;
&gt; &gt; +    url += Math.random();
&gt; &gt; +    document.write(&quot;&lt;img src='&quot; + url + &quot;'&gt;&quot;);
&gt; 
&gt; This definitely will force reloading.  There are better ways of doing this,
&gt; and we should handle caching better, but this is fine to go in if you file a
&gt; bug to fix that.</span >

Will do.

<span class="quote">&gt; 
&gt; &gt; LayoutTests/http/tests/performance/performance-resource-timing-entries.html:17
&gt; &gt; +        var resources = performance.getEntriesByType('resource');
&gt; &gt; +        for (var i = 0; i &lt; resources.length; ++i) {
&gt; &gt; +            if (resources[i].name.indexOf(&quot;square100&quot;) != -1) {
&gt; 
&gt; Last time we just made sure that resources.length was 2.  Now we iterate it
&gt; and make sure square100.png?randomnumber is in it. Was the length 2 before
&gt; because the main resource and the image were expected to be in it?</span >

The length was 2 because the of the test framework JS files. 
I changed the test to look for a specific resource as I didn't want to cache-bust the JS framework, and checking only length now would be flaky, as the JS would be cached, while the image will not be (so length would be 2 on the first run, and 1 in following runs).</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>