Title: [251157] trunk/LayoutTests
Revision
251157
Author
d...@apple.com
Date
2019-10-15 14:16:16 -0700 (Tue, 15 Oct 2019)

Log Message

Layout test fast/events/touch/ios/passive-by-default-on-document-and-window.html is a flaky failure on Internal iOS Testers
https://bugs.webkit.org/show_bug.cgi?id=202858
<rdar://51829520>

Update expected results.

* fast/events/touch/ios/passive-by-default-on-document-and-window-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (251156 => 251157)


--- trunk/LayoutTests/ChangeLog	2019-10-15 21:06:30 UTC (rev 251156)
+++ trunk/LayoutTests/ChangeLog	2019-10-15 21:16:16 UTC (rev 251157)
@@ -1,3 +1,13 @@
+2019-10-15  Dean Jackson  <d...@apple.com>
+
+        Layout test fast/events/touch/ios/passive-by-default-on-document-and-window.html is a flaky failure on Internal iOS Testers
+        https://bugs.webkit.org/show_bug.cgi?id=202858
+        <rdar://51829520>
+
+        Update expected results.
+
+        * fast/events/touch/ios/passive-by-default-on-document-and-window-expected.txt:
+
 2019-10-15  Wenson Hsieh  <wenson_hs...@apple.com>
 
         REGRESSION: editing/async-clipboard/clipboard-interfaces.html is failing in WebKit1

Modified: trunk/LayoutTests/fast/events/touch/ios/passive-by-default-on-document-and-window-expected.txt (251156 => 251157)


--- trunk/LayoutTests/fast/events/touch/ios/passive-by-default-on-document-and-window-expected.txt	2019-10-15 21:06:30 UTC (rev 251156)
+++ trunk/LayoutTests/fast/events/touch/ios/passive-by-default-on-document-and-window-expected.txt	2019-10-15 21:16:16 UTC (rev 251157)
@@ -1,9 +1,9 @@
-touchstart on body - cancelable: true defaultPrevented: true 
-touchstart on documentElement - cancelable: true defaultPrevented: true 
-touchstart on document - cancelable: true defaultPrevented: true 
-touchstart on window - cancelable: true defaultPrevented: true 
-touchend on body - cancelable: true defaultPrevented: true 
-touchend on documentElement - cancelable: true defaultPrevented: true 
-touchend on document - cancelable: true defaultPrevented: true 
-touchend on window - cancelable: true defaultPrevented: true 
+touchstart on body - cancelable: false defaultPrevented: false 
+touchstart on documentElement - cancelable: false defaultPrevented: false 
+touchstart on document - cancelable: false defaultPrevented: false 
+touchstart on window - cancelable: false defaultPrevented: false 
+touchend on body - cancelable: false defaultPrevented: false 
+touchend on documentElement - cancelable: false defaultPrevented: false 
+touchend on document - cancelable: false defaultPrevented: false 
+touchend on window - cancelable: false defaultPrevented: false 
 Done
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to