Skip to content
This repository was archived by the owner on Jun 24, 2022. It is now read-only.

Commit 1b8a8b2

Browse files
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). git-svn-id: http://svn.webkit.org/repository/webkit/trunk@269018 268f45cc-cd09-0410-ab3c-d52691b4dbfc
1 parent 73ebd70 commit 1b8a8b2

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

LayoutTests/ChangeLog

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
2020-10-26 Timothy Horton <[email protected]>
2+
3+
fast/events/touch/ios/show-modal-alert-during-touch-start.html logs about unexpected argument
4+
https://bugs.webkit.org/show_bug.cgi?id=218214
5+
6+
Reviewed by Darin Adler.
7+
8+
* fast/events/touch/ios/show-modal-alert-during-touch-start.html:
9+
webkit-test-runner options are not comma separated (and "true," is not a valid value, thus the logging).
10+
111
2020-10-26 Peng Liu <[email protected]>
212

313
REGRESSION (r268865): [macOS WK2] media/modern-media-controls/placard-support/placard-support-pip.html is a flaky timeout

LayoutTests/fast/events/touch/ios/show-modal-alert-during-touch-start.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html> <!-- webkit-test-runner [ useFlexibleViewport=true, ignoreSynchronousMessagingTimeouts=true ] -->
1+
<!DOCTYPE html> <!-- webkit-test-runner [ useFlexibleViewport=true ignoreSynchronousMessagingTimeouts=true ] -->
22
<html>
33
<head>
44
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">

0 commit comments

Comments
 (0)