Update web-platform-tests to revision b'b7c1d80f991820c17aaae0477052c30d7f699eba'

This commit is contained in:
WPT Sync Bot 2022-11-30 01:45:48 +00:00
parent 189236862a
commit 274846e69e
217 changed files with 7520 additions and 2797 deletions

View file

@ -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");