Open
Bug 1737876
Opened 4 years ago
Remove obsolete webrender args for ./mach wpt (listed in "--help")
Categories
(Testing :: web-platform-tests, task)
Tracking
(Not tracked)
NEW
People
(Reporter: dholbert, Unassigned)
Details
STR:
- Run
./mach wpt --helpand skim the results for webrender.
ACTUAL RESULTS:
The output includes:
--enable-webrender Enable the WebRender compositor in Gecko (defaults to disabled).
--no-enable-webrender
Disable the WebRender compositor in Gecko.
EXPECTED RESULTS:
No such args should be available anymore; webrender is now the only supported graphics backend and I don't think it's possible to run gecko trunk in any other configuration (due to removal of now-dead code, etc.)
Also, notably the "defaults to disabled" parenthetical is now effectively incorrect (since webrender defaults to & is necessarily enabled).
You need to log in
before you can comment on or make changes to this bug.
Description
•