mirror of
https://github.com/servo/servo.git
synced 2025-08-08 23:15:33 +01:00
Update web-platform-tests to revision bc60e6f82132cfc9a5b688c566c7772024b3c15c
This commit is contained in:
parent
449881f566
commit
29156ca9e2
223 changed files with 7517 additions and 2093 deletions
|
@ -8,7 +8,7 @@
|
|||
<script src="/resources/idlharness.js"></script>
|
||||
|
||||
<script type="module">
|
||||
import { storage, StorageArea } from "std:kv-storage";
|
||||
import storage, { StorageArea } from "std:kv-storage";
|
||||
|
||||
// Web IDL/idlharness.js do not yet have support for the spec's IDL, which uses module {},
|
||||
// async_iterator, and some new extended attributes. This IDL is a mutated version to work with the
|
||||
|
@ -172,4 +172,4 @@ function frameLoadPromise(frame) {
|
|||
frame.onerror = () => reject(new Error(`${frame.src} failed to load`));
|
||||
});
|
||||
}
|
||||
</script>
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue