Changeset 128516 in webkit


Ignore:
Timestamp:
Sep 13, 2012 3:52:22 PM (12 years ago)
Author:
ojan@chromium.org
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:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r128515 r128516  
     12012-09-13  Ojan Vafai  <ojan@chromium.org>
     2
     3        fast/table/bad-replaced-sizing-preferred-logical-widths.html is failing on Mac, Chromium-Mac, GTK, EFL
     4        https://bugs.webkit.org/show_bug.cgi?id=96594
     5
     6        Reviewed by Tony Chang.
     7
     8        Remove the text so that this test gets metrics the same across platforms.
     9
     10        * fast/table/bad-replaced-sizing-preferred-logical-widths.html:
     11
    1122012-09-13  James Robinson  <jamesr@chromium.org>
    213
  • trunk/LayoutTests/fast/table/bad-replaced-sizing-preferred-logical-widths.html

    r128389 r128516  
    3131    <td>
    3232        <div style="width:100%">
    33         <iframe srcdoc="<!DOCTYPE html><p>Lorem Ipsum</p>" width="100%" data-expected-width="602"></iframe>
     33        <iframe srcdoc="<!DOCTYPE html><p>Lorem Ipsum</p>" width="100%" data-expected-width="763"></iframe>
    3434        </div>
    3535    </td>
    3636    <td align="right" valign="middle">
    37         <div>dolor sit amet...</div>
     37        <div style="width:10px;"></div>
    3838    </td>
    3939    </tr>
Note: See TracChangeset for help on using the changeset viewer.