Changeset 188623 in webkit


Ignore:
Timestamp:
Aug 18, 2015 7:09:44 PM (9 years ago)
Author:
Wenson Hsieh
Message:

Attempt to fix the failing search-padding-cancel-results-buttons.html test by making
platform-specific versions of the test.

  • TestExpectations: Added search-padding-cancel-results-buttons-expected.txt with a default [ Skip ].
  • fast/forms/search/search-padding-cancel-results-buttons-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/search/search-padding-cancel-results-buttons-expected.txt.
  • fast/forms/search/search-padding-cancel-results-buttons.html: Renamed from LayoutTests/platform/mac/fast/forms/search/search-padding-cancel-results-buttons.html.
  • platform/mac-mavericks/fast/forms/search/search-padding-cancel-results-buttons-expected.txt: Renamed from LayoutTests/platform/mac/fast/forms/search/search-padding-cancel-results-buttons-expected.txt.
  • platform/mac/TestExpectations: Enable the test only for Mac platforms.
Location:
trunk/LayoutTests
Files:
3 edited
1 copied
2 moved

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r188613 r188623  
     12015-08-18  Wenson Hsieh  <wenson_hsieh@apple.com>
     2
     3        Attempt to fix the failing search-padding-cancel-results-buttons.html test by making
     4        platform-specific versions of the test.
     5
     6        * TestExpectations: Added search-padding-cancel-results-buttons-expected.txt with a default [ Skip ].
     7        * fast/forms/search/search-padding-cancel-results-buttons-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/search/search-padding-cancel-results-buttons-expected.txt.
     8        * fast/forms/search/search-padding-cancel-results-buttons.html: Renamed from LayoutTests/platform/mac/fast/forms/search/search-padding-cancel-results-buttons.html.
     9        * platform/mac-mavericks/fast/forms/search/search-padding-cancel-results-buttons-expected.txt: Renamed from LayoutTests/platform/mac/fast/forms/search/search-padding-cancel-results-buttons-expected.txt.
     10        * platform/mac/TestExpectations: Enable the test only for Mac platforms.
     11
    1122015-08-18  Said Abou-Hallawa  <sabouhallawa@apple.com>
    213
  • trunk/LayoutTests/TestExpectations

    r188598 r188623  
    1717fast/forms/attributed-strings.html [ Skip ]
    1818fast/scrolling/latching [ Skip ]
     19
     20fast/forms/search/search-padding-cancel-results-buttons.html [ Skip ]
    1921
    2022#//////////////////////////////////////////////////////////////////////////////////////////
  • trunk/LayoutTests/fast/forms/search/search-padding-cancel-results-buttons-expected.txt

    r188613 r188623  
    44  RenderBlock {HTML} at (0,0) size 800x600
    55    RenderBody {BODY} at (8,8) size 784x584
    6       RenderTextControl {INPUT} at (2,2) size 199x37 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    7         RenderFlexibleBox {DIV} at (12,12) size 175x13
     6      RenderTextControl {INPUT} at (2,2) size 190x37 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     7        RenderFlexibleBox {DIV} at (12,12) size 166x13
    88          RenderBlock {DIV} at (0,1) size 22x11
    9           RenderBlock {DIV} at (22,0) size 140x13
    10           RenderBlock {DIV} at (161,1) size 14x11
     9          RenderBlock {DIV} at (22,0) size 131x13
     10          RenderBlock {DIV} at (152,1) size 14x11
    1111      RenderText {#text} at (0,0) size 0x0
    12 layer at (44,22) size 139x13
    13   RenderBlock {DIV} at (0,0) size 140x13
     12layer at (44,22) size 130x13
     13  RenderBlock {DIV} at (0,0) size 131x13
    1414    RenderText {#text} at (0,0) size 20x13
    1515      text run at (0,0) width 20: "test"
  • trunk/LayoutTests/platform/mac/TestExpectations

    r188591 r188623  
    1010editing/mac [ Pass ]
    1111fast/scrolling/latching [ Pass ]
     12
     13fast/forms/search/search-padding-cancel-results-buttons.html [ Pass ]
    1214
    1315#//////////////////////////////////////////////////////////////////////////////////////////
Note: See TracChangeset for help on using the changeset viewer.