<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>116621</bug_id>
          
          <creation_ts>2013-05-22 10:17:35 -0700</creation_ts>
          <short_desc>fast/replaced/preferred-widths.html is flaky</short_desc>
          <delta_ts>2018-03-28 13:06:00 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>Layout and Rendering</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>NEW</bug_status>
          <resolution></resolution>
          
          <see_also>https://bugs.webkit.org/show_bug.cgi?id=153311</see_also>
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>LayoutTestFailure</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Ryosuke Niwa">rniwa</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>aboya</cc>
    
    <cc>ap</cc>
    
    <cc>dino</cc>
    
    <cc>hyatt</cc>
    
    <cc>ryanhaddad</cc>
    
    <cc>simon.fraser</cc>
    
    <cc>zalan</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>892382</commentid>
    <comment_count>0</comment_count>
    <who name="Ryosuke Niwa">rniwa</who>
    <bug_when>2013-05-22 10:17:35 -0700</bug_when>
    <thetext>http://webkit-test-results.appspot.com/dashboards/flakiness_dashboard.html#showExpectations=true&amp;tests=fast%2Freplaced%2Fpreferred-widths.html

e.g.
http://build.webkit.org/builders/Apple%20MountainLion%20Release%20WK2%20%28Tests%29/builds/9097

--- /Volumes/Data/slave/mountainlion-release-tests-wk2/build/layout-test-results/fast/replaced/preferred-widths-expected.txt
+++ /Volumes/Data/slave/mountainlion-release-tests-wk2/build/layout-test-results/fast/replaced/preferred-widths-actual.txt
@@ -1,12 +1,31 @@
 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. 
+
+&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;
  
-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. 
+
+&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;
@@ -14,18 +33,54 @@
  
 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. 
+
+&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. 
+
+&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;
  
-PASS
+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;
  
-PASS
+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;
+</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1201789</commentid>
    <comment_count>1</comment_count>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2016-06-12 22:39:14 -0700</bug_when>
    <thetext>This test lays out in flaky ways even when simply opening it in Safari and reloading several times. Seems like a very real bug.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1238524</commentid>
    <comment_count>2</comment_count>
    <who name="Ryan Haddad">ryanhaddad</who>
    <bug_when>2016-10-10 14:10:51 -0700</bug_when>
    <thetext>Marked test as flaky on mac in http://trac.webkit.org/projects/webkit/changeset/207022</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1409847</commentid>
    <comment_count>3</comment_count>
    <who name="Alicia Boya García">aboya</who>
    <bug_when>2018-03-28 08:08:41 -0700</bug_when>
    <thetext>The problem affects other platforms as well, I&apos;ll move the change to the global TestExpectations.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1410001</commentid>
    <comment_count>4</comment_count>
    <who name="Alicia Boya García">aboya</who>
    <bug_when>2018-03-28 13:05:51 -0700</bug_when>
    <thetext>Moved to global expectations in https://trac.webkit.org/changeset/230034/webkit</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>