Closed
Bug 1756725
Opened 4 years ago
Closed 4 years ago
[wpt-sync] Sync PR 32948 - Chrome browser class refactor
Categories
(Testing :: web-platform-tests, task, P4)
Testing
web-platform-tests
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 32948 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/32948
Details from upstream follow.
Daniel Smith <56164590+DanielRyanSmith@users.noreply.github.com> wrote:
Chrome browser class refactor
- Most functionality that intermingles with Chromium has been removed or isolated a separate methods. In a later Change, Chromium will be a separate product.
- Chrome's
installmethod has been changed to throw a NotImplementedError, as we were only ever able to install Chromium binaries.- Chrome's
install_webdriverwill now always pull from official Chromedriver releases except when testing the dev channel where there is no official chromedriver release.
| Assignee | ||
Updated•4 years ago
|
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → INVALID
| Assignee | ||
Updated•4 years ago
|
Status: RESOLVED → REOPENED
Resolution: INVALID → ---
| Assignee | ||
Updated•4 years ago
|
Status: REOPENED → RESOLVED
Closed: 4 years ago → 4 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•