Title: [269018] trunk/LayoutTests
Revision
269018
Author
[email protected]
Date
2020-10-26 19:05:34 -0700 (Mon, 26 Oct 2020)

Log Message

fast/events/touch/ios/show-modal-alert-during-touch-start.html logs about unexpected argument
https://bugs.webkit.org/show_bug.cgi?id=218214

Reviewed by Darin Adler.

* fast/events/touch/ios/show-modal-alert-during-touch-start.html:
webkit-test-runner options are not comma separated (and "true," is not a valid value, thus the logging).

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (269017 => 269018)


--- trunk/LayoutTests/ChangeLog	2020-10-27 02:04:13 UTC (rev 269017)
+++ trunk/LayoutTests/ChangeLog	2020-10-27 02:05:34 UTC (rev 269018)
@@ -1,3 +1,13 @@
+2020-10-26  Timothy Horton  <[email protected]>
+
+        fast/events/touch/ios/show-modal-alert-during-touch-start.html logs about unexpected argument
+        https://bugs.webkit.org/show_bug.cgi?id=218214
+
+        Reviewed by Darin Adler.
+
+        * fast/events/touch/ios/show-modal-alert-during-touch-start.html:
+        webkit-test-runner options are not comma separated (and "true," is not a valid value, thus the logging).
+
 2020-10-26  Peng Liu  <[email protected]>
 
         REGRESSION (r268865): [macOS WK2] media/modern-media-controls/placard-support/placard-support-pip.html is a flaky timeout

Modified: trunk/LayoutTests/fast/events/touch/ios/show-modal-alert-during-touch-start.html (269017 => 269018)


--- trunk/LayoutTests/fast/events/touch/ios/show-modal-alert-during-touch-start.html	2020-10-27 02:04:13 UTC (rev 269017)
+++ trunk/LayoutTests/fast/events/touch/ios/show-modal-alert-during-touch-start.html	2020-10-27 02:05:34 UTC (rev 269018)
@@ -1,4 +1,4 @@
-<!DOCTYPE html> <!-- webkit-test-runner [ useFlexibleViewport=true, ignoreSynchronousMessagingTimeouts=true ] -->
+<!DOCTYPE html> <!-- webkit-test-runner [ useFlexibleViewport=true ignoreSynchronousMessagingTimeouts=true ] -->
 <html>
 <head>
 <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to