[wpt-sync] Sync PR 31863 - Extend timeout for show-picker WPT
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox97 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 31863 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/31863
Details from upstream follow.
Mason Freed <masonf@chromium.org> wrote:
Extend timeout for show-picker WPT
This test loops over all input types and attempts to open the
picker for each, which can take time. Try extending the timeout
to give more time. We might still need to split this test up
into multiple separate tests.I'm going to mark this bug fixed, and if it pops back up on
the flakiness dashboard, please assign the new bug to me and
I'll take a look at breaking it up.Fixed: 1269048
Change-Id: Ib69cccf62ff858f845b768350858c153f472b7fc
Reviewed-on: https://chromium-review.googlesource.com/3313633
WPT-Export-Revision: 0ff1114ec178d19926eb2561927d8357690e4516
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 1•3 years ago
|
||
Assignee | ||
Comment 2•3 years ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 44 subtests
Status Summary
Firefox
OK : 1
FAIL: 44
Chrome
OK : 1
PASS: 44
Safari
OK : 1
FAIL: 44
Links
Details
New Tests That Don't Pass
/html/semantics/forms/the-input-element/show-picker.tentative.html
input[type=button] showPicker() requires a user gesture: FAIL (Chrome: PASS, Safari: FAIL)
input[type=checkbox] showPicker() requires a user gesture: FAIL (Chrome: PASS, Safari: FAIL)
input[type=color] showPicker() requires a user gesture: FAIL (Chrome: PASS, Safari: FAIL)
input[type=date] showPicker() requires a user gesture: FAIL (Chrome: PASS, Safari: FAIL)
input[type=datetime-local] showPicker() requires a user gesture: FAIL (Chrome: PASS, Safari: FAIL)
input[type=email] showPicker() requires a user gesture: FAIL (Chrome: PASS, Safari: FAIL)
input[type=file] showPicker() requires a user gesture: FAIL (Chrome: PASS, Safari: FAIL)
input[type=hidden] showPicker() requires a user gesture: FAIL (Chrome: PASS, Safari: FAIL)
input[type=image] showPicker() requires a user gesture: FAIL (Chrome: PASS, Safari: FAIL)
input[type=month] showPicker() requires a user gesture: FAIL (Chrome: PASS, Safari: FAIL)
input[type=number] showPicker() requires a user gesture: FAIL (Chrome: PASS, Safari: FAIL)
input[type=password] showPicker() requires a user gesture: FAIL (Chrome: PASS, Safari: FAIL)
input[type=radio] showPicker() requires a user gesture: FAIL (Chrome: PASS, Safari: FAIL)
input[type=range] showPicker() requires a user gesture: FAIL (Chrome: PASS, Safari: FAIL)
input[type=reset] showPicker() requires a user gesture: FAIL (Chrome: PASS, Safari: FAIL)
input[type=search] showPicker() requires a user gesture: FAIL (Chrome: PASS, Safari: FAIL)
input[type=submit] showPicker() requires a user gesture: FAIL (Chrome: PASS, Safari: FAIL)
input[type=tel] showPicker() requires a user gesture: FAIL (Chrome: PASS, Safari: FAIL)
input[type=text] showPicker() requires a user gesture: FAIL (Chrome: PASS, Safari: FAIL)
input[type=time] showPicker() requires a user gesture: FAIL (Chrome: PASS, Safari: FAIL)
input[type=url] showPicker() requires a user gesture: FAIL (Chrome: PASS, Safari: FAIL)
input[type=week] showPicker() requires a user gesture: FAIL (Chrome: PASS, Safari: FAIL)
input[type=button] showPicker() does not throw when user activation is active: FAIL (Chrome: PASS, Safari: FAIL)
input[type=checkbox] showPicker() does not throw when user activation is active: FAIL (Chrome: PASS, Safari: FAIL)
input[type=color] showPicker() does not throw when user activation is active: FAIL (Chrome: PASS, Safari: FAIL)
input[type=date] showPicker() does not throw when user activation is active: FAIL (Chrome: PASS, Safari: FAIL)
input[type=datetime-local] showPicker() does not throw when user activation is active: FAIL (Chrome: PASS, Safari: FAIL)
input[type=email] showPicker() does not throw when user activation is active: FAIL (Chrome: PASS, Safari: FAIL)
input[type=file] showPicker() does not throw when user activation is active: FAIL (Chrome: PASS, Safari: FAIL)
input[type=hidden] showPicker() does not throw when user activation is active: FAIL (Chrome: PASS, Safari: FAIL)
input[type=image] showPicker() does not throw when user activation is active: FAIL (Chrome: PASS, Safari: FAIL)
input[type=month] showPicker() does not throw when user activation is active: FAIL (Chrome: PASS, Safari: FAIL)
input[type=number] showPicker() does not throw when user activation is active: FAIL (Chrome: PASS, Safari: FAIL)
input[type=password] showPicker() does not throw when user activation is active: FAIL (Chrome: PASS, Safari: FAIL)
input[type=radio] showPicker() does not throw when user activation is active: FAIL (Chrome: PASS, Safari: FAIL)
input[type=range] showPicker() does not throw when user activation is active: FAIL (Chrome: PASS, Safari: FAIL)
input[type=reset] showPicker() does not throw when user activation is active: FAIL (Chrome: PASS, Safari: FAIL)
input[type=search] showPicker() does not throw when user activation is active: FAIL (Chrome: PASS, Safari: FAIL)
input[type=submit] showPicker() does not throw when user activation is active: FAIL (Chrome: PASS, Safari: FAIL)
input[type=tel] showPicker() does not throw when user activation is active: FAIL (Chrome: PASS, Safari: FAIL)
input[type=text] showPicker() does not throw when user activation is active: FAIL (Chrome: PASS, Safari: FAIL)
input[type=time] showPicker() does not throw when user activation is active: FAIL (Chrome: PASS, Safari: FAIL)
input[type=url] showPicker() does not throw when user activation is active: FAIL (Chrome: PASS, Safari: FAIL)
input[type=week] showPicker() does not throw when user activation is active: FAIL (Chrome: PASS, Safari: FAIL)
Comment 4•3 years ago
|
||
bugherder |
Description
•