<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 - [iOS Simulator] fast/replaced/preferred-widths.html is flaky"
   href="https://bugs.webkit.org/show_bug.cgi?id=153311">153311</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>[iOS Simulator] fast/replaced/preferred-widths.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>WebKit Nightly Build
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>iOS
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>iOS 9.0
          </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>New Bugs
          </td>
        </tr>

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

        <tr>
          <th>Reporter</th>
          <td>ryanhaddad&#64;apple.com
          </td>
        </tr>

        <tr>
          <th>Blocks</th>
          <td>152130
          </td>
        </tr></table>
      <p>
        <div>
        <pre>[iOS Simulator] fast/replaced/preferred-widths.html is flaky

&lt;<a href="https://build.webkit.org/results/Apple%20iOS%209%20Simulator%20Release%20WK2%20(Tests)/r195410%20(2450)/results.html">https://build.webkit.org/results/Apple%20iOS%209%20Simulator%20Release%20WK2%20(Tests)/r195410%20(2450)/results.html</a>&gt;

Flakiness dashboard:
&lt;<a href="http://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&amp;tests=fast%2Freplaced%2Fpreferred-widths.html">http://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&amp;tests=fast%2Freplaced%2Fpreferred-widths.html</a>&gt;


--- /Volumes/Data/slave/ios-simulator-9-release-tests-wk2/build/layout-test-results/fast/replaced/preferred-widths-expected.txt
+++ /Volumes/Data/slave/ios-simulator-9-release-tests-wk2/build/layout-test-results/fast/replaced/preferred-widths-actual.txt
&#64;&#64; -1,12 +1,31 &#64;&#64;
 Test the effect of percentages widths on the preferred widths of replaced elements.


-PASS
+FAIL:
+Expected 130 for width, but got 40. 
+Expected 130 for height, but got 30. 
+Expected 120 for width, but got 30. 
+Expected 120 for height, but got 20. 

-PASS
+&lt;div class=&quot;container&quot; data-expected-width=&quot;130&quot; data-expected-height=&quot;130&quot;&gt;
+    &lt;img class=&quot;min-content&quot; src=&quot;resources/square-blue-100x100.png&quot; style=&quot;width: 10px; border: 5px solid black; padding: 5px;&quot; data-expected-width=&quot;120&quot; data-expected-height=&quot;120&quot;&gt;
+&lt;/div&gt;
+
+FAIL:
+Expected 130 for width, but got 40. 
+Expected 130 for height, but got 30. 
+Expected 120 for width, but got 30. 
+Expected 120 for height, but got 20. 
+
+&lt;div class=&quot;container&quot; data-expected-width=&quot;130&quot; data-expected-height=&quot;130&quot;&gt;
+    &lt;img class=&quot;max-content&quot; src=&quot;resources/square-blue-100x100.png&quot; style=&quot;width: 10px; border: 5px solid black; padding: 5px;&quot; data-expected-width=&quot;120&quot; data-expected-height=&quot;120&quot;&gt;
+&lt;/div&gt;

 FAIL:
 Expected 130 for width, but got 30. 
+Expected 130 for height, but got 30. 
+Expected 120 for width, but got 40. 
+Expected 120 for height, but got 20. 

 &lt;div class=&quot;container&quot; data-expected-width=&quot;130&quot; data-expected-height=&quot;130&quot;&gt;
     &lt;img class=&quot;min-content&quot; src=&quot;resources/square-blue-100x100.png&quot; style=&quot;width: 100%; border: 5px solid black; padding: 5px;&quot; data-expected-width=&quot;120&quot; data-expected-height=&quot;120&quot;&gt;
&#64;&#64; -14,17 +33,53 &#64;&#64;

 FAIL:
 Expected 130 for width, but got 30. 
+Expected 130 for height, but got 30. 
+Expected 120 for width, but got 40. 
+Expected 120 for height, but got 20. 

 &lt;div class=&quot;container&quot; data-expected-width=&quot;130&quot; data-expected-height=&quot;130&quot;&gt;
     &lt;img class=&quot;max-content&quot; src=&quot;resources/square-blue-100x100.png&quot; style=&quot;width: 100%; border: 5px solid black; padding: 5px;&quot; data-expected-width=&quot;120&quot; data-expected-height=&quot;120&quot;&gt;
 &lt;/div&gt;

-PASS
+FAIL:
+Expected 75 for height, but got 30. 
+Expected 65 for height, but got 20. 

-PASS
+&lt;div class=&quot;container&quot; data-expected-width=&quot;55&quot; data-expected-height=&quot;75&quot;&gt;
+    &lt;img src=&quot;resources/square-blue-100x100.png&quot; style=&quot;min-width: 25px; width: 100%; border: 5px solid black; padding: 5px;&quot; data-expected-width=&quot;65&quot; data-expected-height=&quot;65&quot;&gt;
+&lt;/div&gt;

-PASS
+FAIL:
+Expected 75 for height, but got 30. 
+Expected 65 for height, but got 20. 

-PASS
+&lt;div class=&quot;container&quot; data-expected-width=&quot;55&quot; data-expected-height=&quot;75&quot;&gt;
+    &lt;img src=&quot;resources/square-blue-100x100.png&quot; style=&quot;min-width: 25px; width: 100%; border: 5px solid black; padding: 5px;&quot; data-expected-width=&quot;65&quot; data-expected-height=&quot;65&quot;&gt;
+&lt;/div&gt;

-PASS
+FAIL:
+Expected 50 for height, but got 30. 
+Expected 40 for height, but got 20. 
+
+&lt;div class=&quot;container&quot; data-expected-width=&quot;30&quot; data-expected-height=&quot;50&quot;&gt;
+    &lt;img src=&quot;resources/square-blue-100x100.png&quot; style=&quot;width: 100%; border: 5px solid grey; padding: 5px;&quot; data-expected-width=&quot;40&quot; data-expected-height=&quot;40&quot;&gt;
+&lt;/div&gt;
+
+FAIL:
+Expected 50 for height, but got 30. 
+Expected 40 for width, but got 20. 
+Expected 40 for height, but got 20. 
+
+&lt;div class=&quot;container&quot; data-expected-width=&quot;30&quot; data-expected-height=&quot;50&quot;&gt;
+    &lt;img src=&quot;resources/square-blue-100x100.png&quot; style=&quot;max-width: 100%; border: 5px solid grey; padding: 5px;&quot; data-expected-width=&quot;40&quot; data-expected-height=&quot;40&quot;&gt;
+&lt;/div&gt;
+
+FAIL:
+Expected 130 for width, but got 30. 
+Expected 150 for height, but got 30. 
+Expected 140 for width, but got 40. 
+Expected 140 for height, but got 20. 
+
+&lt;div class=&quot;container&quot; data-expected-width=&quot;130&quot; data-expected-height=&quot;150&quot;&gt;
+    &lt;img src=&quot;resources/square-blue-100x100.png&quot; style=&quot;min-width: 100%; border: 5px solid grey; padding: 5px;&quot; data-expected-width=&quot;140&quot; data-expected-height=&quot;140&quot;&gt;
+&lt;/div&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>