[wpt-sync] Sync PR 29265 - [Credentialless] Fix flakes about iframeTest.js
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 29265 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/29265
Details from upstream follow.
b'arthursonzogni <arthursonzogni@chromium.org>' wrote:
[Credentialless] Fix flakes about iframeTest.js
In the various tests, there are up to 8 \<iframe> navigating concurrently.
There are no ways to detect an \<iframe> fails to load other than using
a timeout. See https://github.com/whatwg/html/issues/125.The 3000ms timeout was sometimes too short. This cause flakes.
To reduce the rate of false positive, the timeout has been increased to
6000ms.R:titouan@chromium.org
CC:lyf@chromium.org
Fixed:1215956
Bug:1175099
Change-Id: I7bedccb351ff62d55b6020403aac5457608e5497
Reviewed-on: https://chromium-review.googlesource.com/2944929
WPT-Export-Revision: 0aba905f907d1efb0d7f1e0013caf595ef277295
| Assignee | ||
Updated•5 years ago
|
| Assignee | ||
Updated•4 years ago
|
Description
•