Update web-platform-tests to revision e91d7d8c9a1f14438e44000dcd05ce6e658e4ae5

This commit is contained in:
WPT Sync Bot 2020-07-11 08:20:37 +00:00
parent 242e7e2630
commit 1a3fdf7a13
567 changed files with 9823 additions and 2333 deletions

View file

@ -528,6 +528,10 @@ with some existing test framework that has its own timeout mechanism).
`allow_uncaught_exception` - don't treat an uncaught exception as an error;
needed when e.g. testing the `window.onerror` handler.
`hide_test_state` - hide the test state output while the test is
running; This is helpful when the output of the test state may interfere
the test results.
`timeout_multiplier` - Multiplier to apply to per-test timeouts.
`single_test` - Test authors may set this property to `true` to enable [the