Update web-platform-tests to revision b'4435c35d9085ed2be61e64d0093b8e1b0e7a877b'

This commit is contained in:
WPT Sync Bot 2022-11-25 01:21:31 +00:00
parent 901b76297d
commit 4031d79cea
383 changed files with 8858 additions and 2734 deletions

View file

@ -19,7 +19,10 @@
let calledAsync = false;
navigator.geolocation.getCurrentPosition(
t.step_func((position) => {
assert_true(calledAsync, "Expected callback to be called asynchronously")
assert_true(
calledAsync,
"Expected callback to be called asynchronously"
);
resolve(position);
}),
reject