Conversation
The possible values of the `Cross-Origin-Opener-Policy` header have changed since these tests were authored: - `same-origin unsafe-allow-outgoing` is now `same-origin-allow-popups` - `same-site unsafe-allow-outgoing` has been removed and no equivalent value is available Reflect these changes in the relevant tests.
Add historical tests
|
@zcorpan I've filed this as a pull request against bocoup/wpt so discussion is
(via web-platform-tests@4090a6e) I've added individual cases to the files for valid values and annotated as
|
|
I confused myself and added irrelevant commentary in my previous message. I've redacted that, and I'll include it in a forthcoming pull request. Sorry for the noise! |
zcorpan
left a comment
There was a problem hiding this comment.
LGTM except the relative path needs updating in historical
| <script src=/resources/testharness.js></script> | ||
| <script src=/resources/testharnessreport.js></script> | ||
| <script src="/common/get-host-info.sub.js"></script> | ||
| <script src="resources/common.js"></script> |
There was a problem hiding this comment.
| <script src="resources/common.js"></script> | |
| <script src="../resources/common.js"></script> |
| <script src=/resources/testharness.js></script> | ||
| <script src=/resources/testharnessreport.js></script> | ||
| <script src="/common/get-host-info.sub.js"></script> | ||
| <script src="resources/common.js"></script> |
There was a problem hiding this comment.
| <script src="resources/common.js"></script> | |
| <script src="../resources/common.js"></script> |
| <script src=/resources/testharness.js></script> | ||
| <script src=/resources/testharnessreport.js></script> | ||
| <script src="/common/get-host-info.sub.js"></script> | ||
| <script src="resources/common.js"></script> |
There was a problem hiding this comment.
| <script src="resources/common.js"></script> | |
| <script src="../resources/common.js"></script> |
|
Good catch, Simon! I've fixed that, rebased, and submitted the result to WPT: web-platform-tests#20874 |
No description provided.