Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit 012b1cb

Browse files
marcoscaceresmoz-wptsync-bot
authored andcommitted
Bug 1729246 [wpt PR 30351] - Relocate blank.html resource, a=testonly
Automatic update from web-platform-tests Relocate blank.html resource (#30351) -- wpt-commits: fbba87f35b9155fccdf53ef570c74cd094139d48 wpt-pr: 30351
1 parent 0f2fcb7 commit 012b1cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

testing/web-platform/tests/payment-request/payment-is-showing.https.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
* @param {String} src Optional resource URL to load.
4040
* @returns {Promise} Resolves when the src loads.
4141
*/
42-
async function attachIframe(src = "blank.html") {
42+
async function attachIframe(src = "./resources/blank.html") {
4343
const iframe = document.createElement("iframe");
4444
iframe.allow = "payment";
4545
iframe.src = src;
@@ -150,7 +150,7 @@
150150
// and the request is showing boolean to become false.
151151
await new Promise((resolve) => {
152152
iframe.onload = resolve;
153-
iframe.src = "blank.html?test=123";
153+
iframe.src = "./resources/blank.html?test=123";
154154
});
155155

156156
iframe.remove();

0 commit comments

Comments
 (0)