You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
var t = async_test("Test that the parent can navigate the child because the relevant policy belongs to the navigation initiator (in this case the parent, which has the policy `navigate-to 'self'`)");
window.onmessage = t.step_func_done(function(e) {
assert_equals(e.data.result, 'success');
});
window.addEventListener('securitypolicyviolation', t.unreached_func("Should not have triggered a policy violation"));