-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Html coop update #11
Html coop update #11
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! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<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.