-
Notifications
You must be signed in to change notification settings - Fork 13
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
Add web-platform-tests for onfreeze, onresume and wasDiscarded #19
Comments
Hey @fmeawad, I came here from Intent to Ship: Page Lifecycle - to enable system initiated Discarding & Freezing. @kereliuk tells me you've been working with him to define a WebDriver extension and testdriver.js implementation, do you have links to those ongoing efforts? |
Typo: web-page-tests → web-platform-tests :) |
Here is a link to a CL for LayoutTests and testdriver-vendor. |
@foolip: I fixed the issue title. |
That's really cool! I suppose that the WebDriver extension bit in the spec would also be straightforward? With all those bits in place, this would be the first end-to-end addition of an automation API for a new feature, which is very exciting! |
This is blocked on: web-platform-tests/wpt#12380 |
web-platform-tests/wpt#12380 has been landed now. It's not the default way that Chrome is run yet, @gsnedders is working on that, but your patch against it should be possible to submit. |
@spanicker @dtapuska is someone able to port the tests over? Maybe they already have and this issue can be closed? |
From the looks of it freeze.html on wpt.fyi is still not passing. It passes in Chrome's wpt test harness but not in wpt.fyi @gsnedders is there something still to land? |
web-platform-tests/wpt#16396 I think? |
Currently, webdriver does not allow us to freeze/resume a page. To add those tests, we need to add webdriver support first.
The plan is as follows:
The text was updated successfully, but these errors were encountered: