Bug 1833659 [wpt PR 40058] - Don't make WebDriverExceptions force-fail the test,...
commitb0ca93683fe046dcc14a4353531a5a3855b864de
authorChristian Biesinger <cbiesinger@chromium.org>
Mon, 19 Jun 2023 19:54:25 +0000 (19 19:54 +0000)
committermoz-wptsync-bot <wptsync@mozilla.com>
Wed, 21 Jun 2023 14:34:11 +0000 (21 14:34 +0000)
tree2399d07e75f50c126df753f278723f4cd52024fe
parent2d12a48e0baff0104c03c628cb27b303e2369ea9
Bug 1833659 [wpt PR 40058] - Don't make WebDriverExceptions force-fail the test, a=testonly

Automatic update from web-platform-tests
Don't make WebDriverExceptions force-fail the test (#40058)

Instead, allow JavaScript to catch them, and have the `unhandledrejection`
handler trigger the test failure if they are not caught.

Fixes #40057
--

wpt-commits: 15522c48a8938ca569640ee5874f013e404b8f90
wpt-pr: 40058
testing/web-platform/tests/tools/wptrunner/wptrunner/executors/base.py
testing/web-platform/tests/tools/wptrunner/wptrunner/executors/executormarionette.py
testing/web-platform/tests/tools/wptrunner/wptrunner/executors/executorwebdriver.py