mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 23:02:20 +00:00
Bug 1744924 - Part 2: Adjust iframe sandbox test r=ckerschb
Differential Revision: https://phabricator.services.mozilla.com/D133626
This commit is contained in:
parent
223875d312
commit
65f2fbb9ff
@ -45,7 +45,7 @@ function waitForMessage(aCallback) {
|
||||
|
||||
let url = "file_top_navigation_by_user_activation.html";
|
||||
if (sameOrigin) {
|
||||
url = "http://example.org/tests/docshell/test/iframesandbox/" + url;
|
||||
url = `${location.origin}/tests/docshell/test/iframesandbox/${url}`;
|
||||
}
|
||||
|
||||
let promise = waitForMessage((e) => {
|
||||
|
Loading…
Reference in New Issue
Block a user