[wpt-sync] Sync PR 25577 - Increase event wait time for isInputPending WPTs
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox83 fixed)
Tracking | Status | |
---|---|---|
firefox83 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 25577 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/25577
Details from upstream follow.
b'Andrew Comminos <acomminos@fb.com>' wrote:
Increase event wait time for isInputPending WPTs
To reduce flakiness of positive isInputPending tests, wait for 500ms rather
than 200ms in an attempt to mitigate queueing delay variance.Bug: 910421, 1124978, 1126853
Change-Id: I3136cdc0941b427c97c15de8969d7bbe243b4218
Reviewed-on: https://chromium-review.googlesource.com/2415137
WPT-Export-Revision: c62efa4ff4b3ef597eaca693922188a3bef98edc
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Comment 1•4 years ago
|
||
Assignee | ||
Comment 2•4 years ago
|
||
CI Results
Ran 12 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 11 tests and 1 subtests
Status Summary
Firefox
OK : 1
FAIL : 16
ERROR: 10
Chrome
OK : 11
PASS : 13
FAIL : 3
Safari
OK : 1
FAIL : 16
ERROR: 10
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/is-input-pending/security/cross-origin-subframe-complex-clip.sub.html: ERROR (Chrome: OK, Safari: ERROR)
parent cannot detect cross-origin events: FAIL (Chrome: PASS, Safari: FAIL)
/is-input-pending/security/cross-origin-subframe-masked-complex-clip.sub.html: ERROR (Chrome: OK, Safari: ERROR)
parent cannot detect cross-origin events outside of clip: FAIL (Chrome: PASS, Safari: FAIL)
subframe cannot detect events inside of clip: FAIL (Chrome: PASS, Safari: FAIL)
/is-input-pending/security/cross-origin-subframe-masked-pointer-events-mixed-2.sub.html: ERROR (Chrome: OK, Safari: ERROR)
parent cannot detect cross-origin events in pointer-events: none
region: FAIL (Chrome: PASS, Safari: FAIL)
subframe cannot detect events in pointer-events: initial
region: FAIL (Chrome: PASS, Safari: FAIL)
/is-input-pending/security/cross-origin-subframe-masked-pointer-events-mixed.sub.html: ERROR (Chrome: OK, Safari: ERROR)
cannot detect cross-origin events in pointer-events: none
region: FAIL (Chrome: PASS, Safari: FAIL)
/is-input-pending/security/cross-origin-subframe-masked-pointer-events-none.sub.html: ERROR (Chrome: OK, Safari: ERROR)
parent cannot detect events: FAIL (Chrome: PASS, Safari: FAIL)
/is-input-pending/security/cross-origin-subframe-overlap.sub.html: ERROR (Chrome: OK, Safari: ERROR)
parent cannot detect input on occluding iframe: FAIL (Chrome: PASS, Safari: FAIL)
occluded iframe cannot detect input on occluding iframe: FAIL (Chrome: PASS, Safari: FAIL)
/is-input-pending/security/cross-origin-subframe-pointer-events-none.sub.html
iframe cannot detect events with pointer-events: none: FAIL (Chrome: PASS, Safari: FAIL)
/is-input-pending/security/cross-origin-subframe-transformed.sub.html: ERROR (Chrome: OK, Safari: ERROR)
parent cannot detect input inside of iframe bounds: FAIL (Chrome: PASS, Safari: FAIL)
subframe cannot detect input outside of iframe bounds: FAIL (Chrome: PASS, Safari: FAIL)
/is-input-pending/security/cross-origin-subframe.sub.html: ERROR (Chrome: OK, Safari: ERROR)
cannot detect cross-origin events on subframe: FAIL (Chrome: PASS, Safari: FAIL)
/is-input-pending/tentative/same-origin-subframe.sub.html: ERROR (Chrome: OK, Safari: ERROR)
can detect same-origin iframe events in parent: FAIL (Chrome: FAIL, Safari: FAIL)
can detect same-origin iframe events in subframe: FAIL (Chrome: FAIL, Safari: FAIL)
/is-input-pending/tentative/toplevel.html: ERROR (Chrome: OK, Safari: ERROR)
toplevel mouse events detected: FAIL (Chrome: FAIL, Safari: FAIL)
Comment 4•4 years ago
|
||
bugherder |
Description
•