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
We have some tests like /html/browsers/the-windowproxy-exotic-object/windowproxy-prototype-setting-goes-cross-origin-domain.sub.html that alter the browser window in such a way that window.opener appears to be cross-origin. These tests end up throwing a security error. To fix this we probably need to put all the harness code in a single browsing context, mostly using testharnessreport.js to ensure that there isn't a race during load.
The text was updated successfully, but these errors were encountered:
We have some tests like /html/browsers/the-windowproxy-exotic-object/windowproxy-prototype-setting-goes-cross-origin-domain.sub.html that alter the browser window in such a way that
window.opener
appears to be cross-origin. These tests end up throwing a security error. To fix this we probably need to put all the harness code in a single browsing context, mostly usingtestharnessreport.js
to ensure that there isn't a race during load.The text was updated successfully, but these errors were encountered: