Skip to content
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

Merged
merged 2 commits into from Oct 29, 2021

Conversation

arai-a
Copy link
Contributor

@arai-a arai-a commented Mar 25, 2021

@@ -0,0 +1,15 @@
<script src="/common/PrefixedPostMessage.js"></script>
Copy link
Member

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.

Copy link
Member

@annevk annevk left a 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.

@arai-a arai-a force-pushed the window-open-features branch 2 times, most recently from 796dac4 to 12ebca4 Compare October 12, 2021 14:47
@arai-a
Copy link
Contributor Author

arai-a commented Oct 25, 2021

Is there any rule about how many new windows single test can open?

the current test opens ~50 new windows,
and for Firefox's case, the debug build takes so long time to open all of them (more than 3 minutes).

I wonder if it's better splitting it in order to reduce the time taken by single test file.

@annevk
Copy link
Member

annevk commented Oct 25, 2021

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.


<!-- 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" />
Copy link
Member

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants