mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Update web-platform-tests to revision b'4435c35d9085ed2be61e64d0093b8e1b0e7a877b'
This commit is contained in:
parent
901b76297d
commit
4031d79cea
383 changed files with 8858 additions and 2734 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue