diff --git a/testing/web-platform/tests/storage-access-api/hasStorageAccess.sub.window.js b/testing/web-platform/tests/storage-access-api/hasStorageAccess.sub.window.js index b8b9e492d2590..21400e68619a0 100644 --- a/testing/web-platform/tests/storage-access-api/hasStorageAccess.sub.window.js +++ b/testing/web-platform/tests/storage-access-api/hasStorageAccess.sub.window.js @@ -55,7 +55,7 @@ if (topLevelDocument) { RunTestsInIFrame("hasStorageAccess.sub.window.html?testCase=same-origin-frame&rootdocument=false"); // Create a test with a single-child cross-origin iframe. - RunTestsInIFrame("http://{{domains[www]}}:{{ports[http][0]}}/storage-access-api/hasStorageAccess.sub.window.html?testCase=cross-origin-frame&allowed=false&rootdocument=false"); + RunTestsInIFrame("http://{{domains[www]}}:{{ports[http][0]}}/storage-access-api/hasStorageAccess.sub.window.html?testCase=cross-origin-frame&rootdocument=false"); // Validate the nested-iframe scenario where the same-origin frame containing // the tests is not the first child. @@ -63,5 +63,5 @@ if (topLevelDocument) { // Validate the nested-iframe scenario where the cross-origin frame containing // the tests is not the first child. - RunTestsInNestedIFrame("http://{{domains[www]}}:{{ports[http][0]}}/storage-access-api/hasStorageAccess.sub.window.html?testCase=nested-cross-origin-frame&allowed=false&rootdocument=false"); + RunTestsInNestedIFrame("http://{{domains[www]}}:{{ports[http][0]}}/storage-access-api/hasStorageAccess.sub.window.html?testCase=nested-cross-origin-frame&rootdocument=false"); }