Changeset 233880 in webkit


Ignore:
Timestamp:
Jul 16, 2018 8:33:14 PM (6 years ago)
Author:
rniwa@webkit.org
Message:

[ WK2 ] Layout Test editing/selection/update-selection-by-style-change.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=187649

Reviewed by Wenson Hsieh.

Force update the selection before ending the test.

  • editing/selection/update-selection-by-style-change.html:
Location:
trunk/LayoutTests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r233877 r233880  
     12018-07-16  Ryosuke Niwa  <rniwa@webkit.org>
     2
     3        [ WK2 ] Layout Test editing/selection/update-selection-by-style-change.html is flaky
     4        https://bugs.webkit.org/show_bug.cgi?id=187649
     5
     6        Reviewed by Wenson Hsieh.
     7
     8        Force update the selection before ending the test.
     9
     10        * editing/selection/update-selection-by-style-change.html:
     11
    1122018-07-16  Simon Fraser  <simon.fraser@apple.com>
    213
  • trunk/LayoutTests/editing/selection/update-selection-by-style-change.html

    r185398 r233880  
    1919    inputs[0].select();
    2020
     21    if (window.internals)
     22        internals.updateEditorUINowIfScheduled();
    2123    if (window.testRunner)
    2224        testRunner.notifyDone();
  • trunk/LayoutTests/platform/mac-wk2/TestExpectations

    r233813 r233880  
    222222webkit.org/b/81833 fast/events/drag-and-drop-link-into-focused-contenteditable.html [ Failure ]
    223223
    224 webkit.org/b/187649 editing/selection/update-selection-by-style-change.html [ Pass ImageOnlyFailure ]
    225 
    226224# Missing functionality of textInputController
    227225# https://bugs.webkit.org/show_bug.cgi?id=89401
Note: See TracChangeset for help on using the changeset viewer.