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

Move wptrunner testharness implementation into a single browsing context #13876

Open
jgraham opened this issue Nov 2, 2018 · 0 comments
Open
Labels
infra priority:backlog wptrunner The automated test runner, commonly called through ./wpt run

Comments

@jgraham
Copy link
Contributor

jgraham commented Nov 2, 2018

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.

@gsnedders gsnedders added infra wptrunner The automated test runner, commonly called through ./wpt run labels Nov 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
infra priority:backlog wptrunner The automated test runner, commonly called through ./wpt run
Projects
None yet
Development

No branches or pull requests

3 participants