<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - REGRESSION (r188820): fast/dom/HTMLObjectElement/object-as-frame.html is flaky"
   href="https://bugs.webkit.org/show_bug.cgi?id=148533">148533</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>REGRESSION (r188820): fast/dom/HTMLObjectElement/object-as-frame.html is flaky
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>WebKit
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>Other
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>Unspecified
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Unspecified
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>Normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P2
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Page Loading
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>webkit-unassigned&#64;lists.webkit.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>ap&#64;webkit.org
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>cdumez&#64;apple.com, darin&#64;apple.com, koivisto&#64;iki.fi
          </td>
        </tr></table>
      <p>
        <div>
        <pre>fast/dom/HTMLObjectElement/object-as-frame.html become flaky after the patch for decoding data URLs in WebContent process.

This is hard to reproduce locally, but it happens frequently enough on bots 

I could sometimes reproduce on El Capitan by running tests like this:

run-webkit-tests fast/dom/HTMLObjectElement -f --repeat 100 --no-retry

<a href="https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&amp;showExpectations=true&amp;revision=188926&amp;tests=fast%2Fdom%2FHTMLObjectElement%2Fobject-as-frame.html">https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&amp;showExpectations=true&amp;revision=188926&amp;tests=fast%2Fdom%2FHTMLObjectElement%2Fobject-as-frame.html</a>

&#64;&#64; -4,5 +4,5 &#64;&#64;
 Loading 'data:text/html,Updated contents of iframe' in iframe...
 Loading 'data:text/html,Updated contents of object' in object...
 PASS window.frames[0].location.toString() is &quot;data:text/html,Updated contents of iframe&quot;
-PASS window.frames[1].location.toString() is &quot;data:text/html,Updated contents of object&quot;
+FAIL window.frames[1].location.toString() should be data:text/html,Updated contents of object. Was data:text/html,New contents of frame.</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>