Merge pull request #1809 from lightpanda-io/fix_flaky_test

Fix a flaky frame test
This commit is contained in:
Pierre Tachoire
2026-03-13 10:17:01 +01:00
committed by GitHub

View File

@@ -108,7 +108,7 @@
{ {
let f5 = document.createElement('iframe'); let f5 = document.createElement('iframe');
f5.id = 'f5'; f5.id = 'f5';
f5.src = "support/sub 1.html"; f5.src = "support/page.html";
document.documentElement.appendChild(f5); document.documentElement.appendChild(f5);
f5.src = "about:blank"; f5.src = "about:blank";