Skip to content

Commit 3095451

Browse files
authored
fix: cross-origin iframe platform test (#672)
1 parent b6a26e6 commit 3095451

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

tests/platform/iframe/index2.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ <h1>Iframe</h1>
328328

329329
iframe.style.height = '45px';
330330

331-
const url = new URL('https://partytown.qwik.dev/tests/platform/iframe/cross-origin.html');
331+
const url = new URL('https://partytown.qwik.dev/cross-origin.html');
332332
url.searchParams.set('parentorigin', window.origin);
333333
iframe.src = url.href;
334334
elm.parentNode.appendChild(iframe);

0 commit comments

Comments
 (0)