mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
Update web-platform-tests to revision 89aa3f42131cce5a77268ddaeb2fab8a2e29c2a6
This commit is contained in:
parent
39963266ae
commit
ea00d34098
392 changed files with 5974 additions and 7614 deletions
|
@ -57,7 +57,7 @@
|
|||
1,
|
||||
"Expected the value for PERMISSION_DENIED, which is 1."
|
||||
);
|
||||
}, "When in a non-secure context, the getCurrentPosition() errorCallBack gets a PositionError with the correct error code.");
|
||||
}, "When in a non-secure context, the getCurrentPosition() errorCallBack gets a GeolocationPositionError with the correct error code.");
|
||||
|
||||
promise_test(async () => {
|
||||
const positionErrorPromise = new Promise(errorCallBack => {
|
||||
|
@ -78,5 +78,5 @@
|
|||
1,
|
||||
"Expected the value for PERMISSION_DENIED, which is 1."
|
||||
);
|
||||
}, "When in a non-secure context, the watchPosition() errorCallBack gets a PositionError with the correct error code.");
|
||||
}, "When in a non-secure context, the watchPosition() errorCallBack gets a GeolocationPositionError with the correct error code.");
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue