Changeset 151430 in webkit


Ignore:
Timestamp:
Jun 11, 2013 1:48:10 AM (11 years ago)
Author:
mihnea@adobe.com
Message:

[Qt][EFL][GTK]fast/regions/overflow-size-change-with-stacking-context-rtl.html fails after r151202
https://bugs.webkit.org/show_bug.cgi?id=117295

Reviewed by Alexandru Chiculita.

Both test specify margins auto, which means that they can be computed to floats.
I changed the tests so that the margins are computed to integer values, to avoid
possible differences on platforms that enable subpixel layout.

  • fast/regions/overflow-size-change-with-stacking-context-rtl-expected.html:
  • fast/regions/overflow-size-change-with-stacking-context-rtl.html:
  • platform/qt/TestExpectations: Unskip the skipped test
Location:
trunk/LayoutTests
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r151424 r151430  
     12013-06-11  Mihnea Ovidenie  <mihnea@adobe.com>
     2
     3        [Qt][EFL][GTK]fast/regions/overflow-size-change-with-stacking-context-rtl.html fails after r151202
     4        https://bugs.webkit.org/show_bug.cgi?id=117295
     5
     6        Reviewed by Alexandru Chiculita.
     7
     8        Both test specify margins auto, which means that they can be computed to floats.
     9        I changed the tests so that the margins are computed to integer values, to avoid
     10        possible differences on platforms that enable subpixel layout.
     11
     12        * fast/regions/overflow-size-change-with-stacking-context-rtl-expected.html:
     13        * fast/regions/overflow-size-change-with-stacking-context-rtl.html:
     14        * platform/qt/TestExpectations: Unskip the skipped test
     15
    1162013-06-11  Sergio Villar Senin  <svillar@igalia.com>
    217
  • trunk/LayoutTests/fast/regions/overflow-size-change-with-stacking-context-rtl-expected.html

    r151202 r151430  
    2626
    2727            #region1 {
    28                 width: 200px;
     28                width: 204px;
    2929                height: 100px;
    3030            }
     
    3636
    3737            #region3 {
    38                 width: 120px;
     38                width: 116px;
    3939                height: 120px;
    4040            }
  • trunk/LayoutTests/fast/regions/overflow-size-change-with-stacking-context-rtl.html

    r151202 r151430  
    3232
    3333            #region1 {
    34                 width: 200px;
     34                width: 204px;
    3535                height: 100px;
    3636            }
     
    4242
    4343            #region3 {
    44                 width: 120px;
     44                width: 116px;
    4545                height: 120px;
    4646            }
  • trunk/LayoutTests/platform/qt/TestExpectations

    r151315 r151430  
    14681468# failing fast tests
    14691469# ============================================================================= #
    1470 
    1471 # [Qt][EFL][GTK]fast/regions/overflow-size-change-with-stacking-context-rtl.html fails after r151202
    1472 # https://bugs.webkit.org/show_bug.cgi?id=117295
    1473 fast/regions/overflow-size-change-with-stacking-context-rtl.html
    14741470
    14751471# [Qt] Two new test in fast/regions/ flaky after r151282
Note: See TracChangeset for help on using the changeset viewer.