mirror of
https://github.com/servo/servo
synced 2026-05-10 17:12:23 +02:00
Update web-platform-tests to revision b'b728032f59a396243864b0f8584e7211e3632005'
This commit is contained in:
@@ -9,7 +9,10 @@
|
||||
<script src="support.js"></script>
|
||||
<body></body>
|
||||
<script>
|
||||
promise_test(async function () {
|
||||
promise_test(async (t) => {
|
||||
t.add_cleanup(() => {
|
||||
return test_driver.set_permission({ name: "geolocation" }, "prompt");
|
||||
});
|
||||
await test_driver.set_permission({ name: "geolocation" }, "granted");
|
||||
|
||||
// Create the iframe, wait for it to load...
|
||||
|
||||
Reference in New Issue
Block a user