mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Update web-platform-tests to revision b'b7c1d80f991820c17aaae0477052c30d7f699eba'
This commit is contained in:
parent
189236862a
commit
274846e69e
217 changed files with 7520 additions and 2797 deletions
|
@ -14,10 +14,7 @@
|
|||
</iframe>
|
||||
<script>
|
||||
promise_test(async t => {
|
||||
const p1 = new Promise(resolve => iframe.addEventListener("load", resolve));
|
||||
const p2 = new Promise(resolve => sandboxediframe.addEventListener("load", resolve));
|
||||
|
||||
await Promise.all([p1, p2]);
|
||||
await new Promise(resolve => window.addEventListener('load', resolve));
|
||||
|
||||
const image = iframe.contentDocument.querySelector("img");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue