Title: [128516] trunk/LayoutTests
Revision
128516
Author
[email protected]
Date
2012-09-13 15:52:22 -0700 (Thu, 13 Sep 2012)

Log Message

fast/table/bad-replaced-sizing-preferred-logical-widths.html is failing on Mac, Chromium-Mac, GTK, EFL
https://bugs.webkit.org/show_bug.cgi?id=96594

Reviewed by Tony Chang.

Remove the text so that this test gets metrics the same across platforms.

* fast/table/bad-replaced-sizing-preferred-logical-widths.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (128515 => 128516)


--- trunk/LayoutTests/ChangeLog	2012-09-13 22:50:29 UTC (rev 128515)
+++ trunk/LayoutTests/ChangeLog	2012-09-13 22:52:22 UTC (rev 128516)
@@ -1,3 +1,14 @@
+2012-09-13  Ojan Vafai  <[email protected]>
+
+        fast/table/bad-replaced-sizing-preferred-logical-widths.html is failing on Mac, Chromium-Mac, GTK, EFL
+        https://bugs.webkit.org/show_bug.cgi?id=96594
+
+        Reviewed by Tony Chang.
+
+        Remove the text so that this test gets metrics the same across platforms.
+
+        * fast/table/bad-replaced-sizing-preferred-logical-widths.html:
+
 2012-09-13  James Robinson  <[email protected]>
 
         Unreviewed gardening. Fix lint error in my last TestExpectations patch - whoops!

Modified: trunk/LayoutTests/fast/table/bad-replaced-sizing-preferred-logical-widths.html (128515 => 128516)


--- trunk/LayoutTests/fast/table/bad-replaced-sizing-preferred-logical-widths.html	2012-09-13 22:50:29 UTC (rev 128515)
+++ trunk/LayoutTests/fast/table/bad-replaced-sizing-preferred-logical-widths.html	2012-09-13 22:52:22 UTC (rev 128516)
@@ -30,11 +30,11 @@
     <tr>
     <td>
         <div style="width:100%">
-        <iframe srcdoc="<!DOCTYPE html><p>Lorem Ipsum</p>" width="100%" data-expected-width="602"></iframe>
+        <iframe srcdoc="<!DOCTYPE html><p>Lorem Ipsum</p>" width="100%" data-expected-width="763"></iframe>
         </div>
     </td>
     <td align="right" valign="middle">
-        <div>dolor sit amet...</div>
+        <div style="width:10px;"></div>
     </td>
     </tr>
 </tbody>
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to