Closed
Bug 1467618
Opened 5 years ago
Closed 5 years ago
[wpt-sync] Sync PR 11390 - [PageLifecycle] Fix WPT test by hidding the page before freezing
Categories
(Testing :: web-platform-tests, enhancement, P4)
Testing
web-platform-tests
Tracking
(firefox63 fixed)
RESOLVED
FIXED
mozilla63
Tracking | Status | |
---|---|---|
firefox63 | --- | fixed |
People
(Reporter: mozilla.org, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 11390 into mozilla-central (this bug is closed when the sync is complete). PR: https://github.com/web-platform-tests/wpt/pull/11390 Details from upstream follow. Fadi Meawad <fmeawad@chromium.org> wrote: > [PageLifecycle] Fix WPT test by hidding the page before freezing > > Freezing can only work on hidden pages, currently there is no easy way > in webdriver that allows us to hide the page. > > A new webdriver API is in the works to enable that, but meanwhile, for > all testing API, we have to couple hiding with freezing. > > This CL does that and reenables the test with Network Service. > > Bug: 837709, 848604 > Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo > Change-Id: Ib5c513aefb219cef38a563be81fe8abf4b354051 > > Reviewed-on: https://chromium-review.googlesource.com/1089354 > WPT-Export-Revision: 52d4541368b4cec43d832070b186759e6a707950
Assignee | ||
Comment 1•5 years ago
|
||
PR 11390 applied with additional changes from upstream: 3d6920b84bac82c45a8da5c8b04b6da0c64f02fd
Assignee | ||
Comment 2•5 years ago
|
||
Pushed to try https://treeherder.mozilla.org/#/jobs?repo=try&revision=9ff92795b3bf66beddcaf6596c0cf6dfd2ba16bd
Assignee | ||
Comment 3•5 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=7fbff2758f0d4267a0d2d4c653a9924648033156
Assignee | ||
Comment 4•5 years ago
|
||
Ran 1 tests and 1 subtests OK : 1 FAIL : 1 New tests that have failures or other problems: /lifecycle/freeze.html Test freeze callback.: FAIL
Pushed by james@hoppipolla.co.uk: https://hg.mozilla.org/integration/mozilla-inbound/rev/42bbb9d89d1e [wpt PR 11390] - [PageLifecycle] Fix WPT test by hiding the page before freezing, a=testonly
Pushed by archaeopteryx@coole-files.de: https://hg.mozilla.org/integration/mozilla-inbound/rev/56a163e7e3d3 [wpt PR 11390] - [PageLifecycle] Fix WPT test by hiding the page before freezing, a=testonly
Comment 7•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/56a163e7e3d3
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox63:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla63
You need to log in
before you can comment on or make changes to this bug.
Description
•