Title: [179836] trunk/LayoutTests
Revision
179836
Author
[email protected]
Date
2015-02-09 10:53:03 -0800 (Mon, 09 Feb 2015)

Log 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.

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (179835 => 179836)


--- trunk/LayoutTests/ChangeLog	2015-02-09 18:26:07 UTC (rev 179835)
+++ trunk/LayoutTests/ChangeLog	2015-02-09 18:53:03 UTC (rev 179836)
@@ -1,5 +1,17 @@
 2015-02-09  David Kilzer  <[email protected]>
 
+        [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.
+
+2015-02-09  David Kilzer  <[email protected]>
+
         REGRESSION (r179771): [iOS] Gardening for compositing/layer-creation/subpixel-adjacent-layers-overlap.html
 
         Test recently added for:

Modified: trunk/LayoutTests/platform/ios-simulator-wk1/TestExpectations (179835 => 179836)


--- trunk/LayoutTests/platform/ios-simulator-wk1/TestExpectations	2015-02-09 18:26:07 UTC (rev 179835)
+++ trunk/LayoutTests/platform/ios-simulator-wk1/TestExpectations	2015-02-09 18:53:03 UTC (rev 179836)
@@ -417,7 +417,7 @@
 editing/execCommand/remove-format-multiple-elements-mac.html [ Failure ]
 editing/execCommand/remove-format-multiple-elements-win.html [ Failure ]
 editing/execCommand/remove-formatting-2.html [ Failure ]
-editing/execCommand/remove-list-item-1.html [ Failure ]
+editing/execCommand/remove-list-item-1.html [ Failure Pass ]
 editing/execCommand/selectAll.html [ Failure ]
 editing/execCommand/toggle-link-mac.html [ Failure ]
 editing/execCommand/toggle-unlink-mac.html [ Failure ]

Modified: trunk/LayoutTests/platform/ios-simulator-wk2/editing/execCommand/remove-list-item-1-expected.txt (179835 => 179836)


--- trunk/LayoutTests/platform/ios-simulator-wk2/editing/execCommand/remove-list-item-1-expected.txt	2015-02-09 18:26:07 UTC (rev 179835)
+++ trunk/LayoutTests/platform/ios-simulator-wk2/editing/execCommand/remove-list-item-1-expected.txt	2015-02-09 18:53:03 UTC (rev 179836)
@@ -1,3 +1,5 @@
+EDITING DELEGATE: shouldBeginEditingInDOMRange:range from 0 of DIV > BODY > HTML > #document to 1 of DIV > BODY > HTML > #document
+EDITING DELEGATE: webViewDidBeginEditing:WebViewDidBeginEditingNotification
 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
 EDITING 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
 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to