We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6a26e6 commit 3095451Copy full SHA for 3095451
tests/platform/iframe/cross-origin.html docs/public/cross-origin.htmltests/platform/iframe/cross-origin.html renamed to docs/public/cross-origin.html
tests/platform/iframe/index2.html
@@ -328,7 +328,7 @@ <h1>Iframe</h1>
328
329
iframe.style.height = '45px';
330
331
- const url = new URL('https://partytown.qwik.dev/tests/platform/iframe/cross-origin.html');
+ const url = new URL('https://partytown.qwik.dev/cross-origin.html');
332
url.searchParams.set('parentorigin', window.origin);
333
iframe.src = url.href;
334
elm.parentNode.appendChild(iframe);
0 commit comments