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

Changeset 179836 in webkit


Ignore:
Timestamp:
Feb 9, 2015, 10:53:03 AM (12 years ago)
Author:
ddkilzer@apple.com
Message:

[iOS] Gardening for editing/execCommand/remove-list-item-1.html

  • platform/ios-simulator-wk1/TestExpectations:

(editing/execCommand/remove-list-item-1.html): Mark as flakey.
When run (with or without --run-singly), this test always passes
the first time, but fails all subsequent times due to
EDITING DELEGATE: shouldChangeSelectedDOMRange:range
running in a different order.

  • platform/ios-simulator-wk2/editing/execCommand/remove-list-item-1-expected.txt: Update.
Location:
trunk/LayoutTests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r179832 r179836  
     12015-02-09  David Kilzer  <ddkilzer@apple.com>
     2
     3        [iOS] Gardening for editing/execCommand/remove-list-item-1.html
     4
     5        * platform/ios-simulator-wk1/TestExpectations:
     6        (editing/execCommand/remove-list-item-1.html): Mark as flakey.
     7        When run (with or without --run-singly), this test always passes
     8        the first time, but fails all subsequent times due to
     9        EDITING DELEGATE: shouldChangeSelectedDOMRange:range
     10        running in a different order.
     11        * platform/ios-simulator-wk2/editing/execCommand/remove-list-item-1-expected.txt: Update.
     12
    1132015-02-09  David Kilzer  <ddkilzer@apple.com>
    214
  • trunk/LayoutTests/platform/ios-simulator-wk1/TestExpectations

    r179200 r179836  
    418418editing/execCommand/remove-format-multiple-elements-win.html [ Failure ]
    419419editing/execCommand/remove-formatting-2.html [ Failure ]
    420 editing/execCommand/remove-list-item-1.html [ Failure ]
     420editing/execCommand/remove-list-item-1.html [ Failure Pass ]
    421421editing/execCommand/selectAll.html [ Failure ]
    422422editing/execCommand/toggle-link-mac.html [ Failure ]
  • trunk/LayoutTests/platform/ios-simulator-wk2/editing/execCommand/remove-list-item-1-expected.txt

    r177519 r179836  
     1EDITING DELEGATE: shouldBeginEditingInDOMRange:range from 0 of DIV > BODY > HTML > #document to 1 of DIV > BODY > HTML > #document
     2EDITING DELEGATE: webViewDidBeginEditing:WebViewDidBeginEditingNotification
    13EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
    24EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 0 of UL > DIV > BODY > HTML > #document to 0 of UL > DIV > BODY > HTML > #document toDOMRange:range from 0 of LI > UL > DIV > BODY > HTML > #document to 0 of LI > UL > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
Note: See TracChangeset for help on using the changeset viewer.