Changeset 261896 in webkit


Ignore:
Timestamp:
May 19, 2020 5:01:49 PM (4 years ago)
Author:
dbates@webkit.org
Message:

Move editing/mac/spelling/editing-word-with-marker-1.html to editing/spelling
https://bugs.webkit.org/show_bug.cgi?id=211813

Reviewed by Simon Fraser.

As of r261796 this test runs on iOS. It is a misnomer for it to be in a Mac-specific
test directory. Let's move it to a platform-independent one.

I fixed up the external JavaScript files referenced in the test to be relative to its
new location. All other lines are identical.

  • editing/spelling/editing-word-with-marker-1-expected.txt: Renamed from LayoutTests/editing/mac/spelling/editing-word-with-marker-1-expected.txt.
  • editing/spelling/editing-word-with-marker-1.html: Renamed from LayoutTests/editing/mac/spelling/editing-word-with-marker-1.html.
  • platform/ios/TestExpectations:
  • platform/mac-wk2/TestExpectations:
Location:
trunk/LayoutTests
Files:
3 edited
2 moved

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r261887 r261896  
     12020-05-19  Daniel Bates  <dabates@apple.com>
     2
     3        Move editing/mac/spelling/editing-word-with-marker-1.html to editing/spelling
     4        https://bugs.webkit.org/show_bug.cgi?id=211813
     5
     6        Reviewed by Simon Fraser.
     7
     8        As of r261796 this test runs on iOS. It is a misnomer for it to be in a Mac-specific
     9        test directory. Let's move it to a platform-independent one.
     10
     11        I fixed up the external JavaScript files referenced in the test to be relative to its
     12        new location. All other lines are identical.
     13
     14        * editing/spelling/editing-word-with-marker-1-expected.txt: Renamed from LayoutTests/editing/mac/spelling/editing-word-with-marker-1-expected.txt.
     15        * editing/spelling/editing-word-with-marker-1.html: Renamed from LayoutTests/editing/mac/spelling/editing-word-with-marker-1.html.
     16        * platform/ios/TestExpectations:
     17        * platform/mac-wk2/TestExpectations:
     18
    1192020-05-19  Kate Cheney  <katherine_cheney@apple.com>
    220
  • trunk/LayoutTests/editing/spelling/editing-word-with-marker-1.html

    r261895 r261896  
    22<html>
    33<head>
    4 <script src="../../editing.js"></script>
    5 <script src="../../../resources/ui-helper.js"></script>
     4<script src="../editing.js"></script>
     5<script src="../../resources/ui-helper.js"></script>
    66<title>Editing word with marker test 1</title>
    77<script>
  • trunk/LayoutTests/platform/ios/TestExpectations

    r261887 r261896  
    2727
    2828imported/w3c/web-platform-tests/dom/events/document-level-touchmove-event-listener-passive-by-default.html [ Pass ]
    29 
    30 webkit.org/b/211813 editing/mac/spelling/editing-word-with-marker-1.html [ Pass ]
    3129
    3230#//////////////////////////////////////////////////////////////////////////////////////////
  • trunk/LayoutTests/platform/mac-wk2/TestExpectations

    r261883 r261896  
    180180webkit.org/b/105616 editing/spelling/delete-into-misspelled-word.html
    181181webkit.org/b/105616 editing/spelling/editing-multiple-words-with-markers.html
     182webkit.org/b/105616 editing/spelling/editing-word-with-marker-1.html [ Failure ]
    182183webkit.org/b/105616 editing/spelling/editing-word-with-marker-2.html
    183184webkit.org/b/105616 editing/spelling/move-cursor-around-misspelled-word.html
     
    209210webkit.org/b/105616 editing/mac/spelling/delete-autocorrected-word-2.html [ Failure ]
    210211webkit.org/b/105616 editing/mac/spelling/delete-into-autocorrected-word.html [ Failure ]
    211 webkit.org/b/105616 editing/mac/spelling/editing-word-with-marker-1.html [ Failure ]
    212212webkit.org/b/105616 editing/mac/spelling/forward-delete-into-autocorrected-word.html [ Failure ]
    213213webkit.org/b/105616 editing/mac/spelling/move-cursor-to-autocorrected-word.html [ Failure ]
Note: See TracChangeset for help on using the changeset viewer.