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:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@251157 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 0eb924f..fa820b0 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,13 @@
+2019-10-15  Dean Jackson  <dino@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_hsieh@apple.com>
 
         REGRESSION: editing/async-clipboard/clipboard-interfaces.html is failing in WebKit1
diff --git a/LayoutTests/fast/events/touch/ios/passive-by-default-on-document-and-window-expected.txt b/LayoutTests/fast/events/touch/ios/passive-by-default-on-document-and-window-expected.txt
index 7690f3f..268d0b6 100644
--- a/LayoutTests/fast/events/touch/ios/passive-by-default-on-document-and-window-expected.txt
+++ b/LayoutTests/fast/events/touch/ios/passive-by-default-on-document-and-window-expected.txt
@@ -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