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

Wrap event handlers in Client Hints tests in t.step_func #17164

Merged
merged 1 commit into from
Jun 4, 2019

Conversation

foolip
Copy link
Member

@foolip foolip commented Jun 4, 2019

Without this, any failed assert will cause a harness error instead of
failing the test.

Note that some problematic use like
win.addEventListener('load', acceptChLifetimeLoaded, false) remains,
but fixing these would require introducing new tests.

Without this, any failed assert will cause a harness error instead of
failing the test.

Note that some problematic use like
`win.addEventListener('load', acceptChLifetimeLoaded, false)` remains,
but fixing these would require introducing new tests.
@foolip foolip merged commit 8805e11 into master Jun 4, 2019
@foolip foolip deleted the client-hints-step_func branch June 4, 2019 12:58
marcoscaceres pushed a commit that referenced this pull request Jul 23, 2019
Without this, any failed assert will cause a harness error instead of
failing the test.

Note that some problematic use like
`win.addEventListener('load', acceptChLifetimeLoaded, false)` remains,
but fixing these would require introducing new tests.
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.

4 participants