diff options
Diffstat (limited to 'tests/wpt/web-platform-tests/common/security-features/resources/common.sub.js')
-rw-r--r-- | tests/wpt/web-platform-tests/common/security-features/resources/common.sub.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/wpt/web-platform-tests/common/security-features/resources/common.sub.js b/tests/wpt/web-platform-tests/common/security-features/resources/common.sub.js index 12776b1a4b5..c974e83b960 100644 --- a/tests/wpt/web-platform-tests/common/security-features/resources/common.sub.js +++ b/tests/wpt/web-platform-tests/common/security-features/resources/common.sub.js @@ -1225,7 +1225,7 @@ function invokeFromIframe(subresource, sourceContextList) { promise = fetch(frameUrl) .then(r => r.text()) .then(t => { - frameContnent = t; + frameContent = t; iframe = createElement("iframe", {}, document.body, true); return iframe.eventPromise; }) |