⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 202948 in webkit


Ignore:
Timestamp:
Jul 7, 2016, 4:58:44 PM (10 years ago)
Author:
mmaxfield@apple.com
Message:

Test gardening after r202826
https://bugs.webkit.org/show_bug.cgi?id=159538
<rdar://problem/27197375>

Unreviewed.

  • editing/style/text-indent.html:
  • platform/mac-wk1/TestExpectations:
Location:
trunk/LayoutTests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r202945 r202948  
     12016-07-07  Myles C. Maxfield  <mmaxfield@apple.com>
     2
     3        Test gardening after r202826
     4        https://bugs.webkit.org/show_bug.cgi?id=159538
     5        <rdar://problem/27197375>
     6
     7        Unreviewed.
     8
     9        * editing/style/text-indent.html:
     10        * platform/mac-wk1/TestExpectations:
     11
    1122016-07-07  Myles C. Maxfield  <mmaxfield@apple.com> and Frédéric Wang  <fred.wang@free.fr>
    213
  • trunk/LayoutTests/editing/style/text-indent.html

    r120173 r202948  
    5454
    5555var output = "";
    56 output += testTextIndent("<input id='textIndentTest' type='text' style='text-indent:30px;'></input>", 0);
    57 output += testTextIndent("<input id='textIndentTest' type='text' style='text-indent:-30px;'>", 0);
    58 output += testTextIndent("<input id='textIndentTest' type='text' style='text-indent:30px;text-align:left'>", 0);
    59 output += testTextIndent("<input id='textIndentTest' type='text' style='text-indent:30px;text-align:right'>", 1);
    60 output += testTextIndent("<input id='textIndentTest' type='text' style='text-indent:30px;direction:rtl;'>", 0);
    61 output += testTextIndent("<input id='textIndentTest' type='text' style='text-indent:30px;direction:rtl;text-align:right;'>", 0);
     56output += testTextIndent("<input id='textIndentTest' type='text' style='font-family:Ahem;text-indent:30px;'></input>", 0);
     57output += testTextIndent("<input id='textIndentTest' type='text' style='font-family:Ahem;text-indent:-30px;'>", 0);
     58output += testTextIndent("<input id='textIndentTest' type='text' style='font-family:Ahem;text-indent:30px;text-align:left'>", 0);
     59output += testTextIndent("<input id='textIndentTest' type='text' style='font-family:Ahem;text-indent:30px;text-align:right'>", 1);
     60output += testTextIndent("<input id='textIndentTest' type='text' style='font-family:Ahem;text-indent:30px;direction:rtl;'>", 0);
     61output += testTextIndent("<input id='textIndentTest' type='text' style='font-family:Ahem;text-indent:30px;direction:rtl;text-align:right;'>", 0);
    6262output += testTextIndentWhenTextAlignsToCenter(30);
    6363output += testTextIndentWhenTextAlignsToCenter(-30);
  • trunk/LayoutTests/platform/mac-wk1/TestExpectations

    r202942 r202948  
    252252[ Yosemite ] http/tests/media/hls/video-controller-getStartDate.html [ Pass Timeout ]
    253253
    254 # rdar://problem/27197375
    255 [ Sierra+ ] editing/style/text-indent.html [ Failure ]
Note: See TracChangeset for help on using the changeset viewer.