mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-03-22 20:54:43 +00:00
Merge pull request #1809 from lightpanda-io/fix_flaky_test
Fix a flaky frame test
This commit is contained in:
@@ -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";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user