-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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: the condition for opening a popup by window.open, and BarProp values for each case #28243
HTML: the condition for opening a popup by window.open, and BarProp values for each case #28243
Conversation
@@ -0,0 +1,15 @@ | |||
<script src="/common/PrefixedPostMessage.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.
This is neat, didn't know about this.
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.
Found a minor issue while running these locally.
...-for-creating-and-navigating-browsing-contexts-by-name/open-features-is-popup-condition.html
Outdated
Show resolved
Hide resolved
2677196
to
7c2c947
Compare
796dac4
to
12ebca4
Compare
Is there any rule about how many new windows single test can open? the current test opens ~50 new windows, I wonder if it's better splitting it in order to reduce the time taken by single test file. |
There are no rules. See https://web-platform-tests.org/writing-tests/testharness.html#variants for what you probably want to use if you go down this route. |
…alues for each case For whatwg/html#5872 and whatwg/html#4431
12ebca4
to
85ce509
Compare
|
||
<!-- user agents are not required to support open features other than `noopener` | ||
and on some platforms position and size features don't make sense --> | ||
<meta name="flags" content="may" /> |
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.
I think user agents are required to support everything in this test now?
For whatwg/html#5872 and whatwg/html#4431