Bug 1639230: Remove vendor prefix for printing with webdriver r=jgraham,webdriver...
commitd5d4abf328e1d19dc60e3b75f0190431a815705f
authorDavid Burns <david.burns@theautomatedtester.co.uk>
Sat, 23 May 2020 08:48:33 +0000 (23 08:48 +0000)
committerDavid Burns <david.burns@theautomatedtester.co.uk>
Sat, 23 May 2020 08:48:33 +0000 (23 08:48 +0000)
tree46b20d4b8c9102985cc0f37a390c178f6e1a3b64
parenta76816c8267debb5ba6e95031e5bf24d59229ef7
Bug 1639230: Remove vendor prefix for printing with webdriver r=jgraham,webdriver-reviewers

This removes the vendor prefix for printing to PDF as it has landed in
the WebDriver specification[1]. It moves the wpt to the main test suite.

[1] https://w3c.github.io/webdriver/#print

Differential Revision: https://phabricator.services.mozilla.com/D76294
testing/geckodriver/marionette/src/webdriver.rs
testing/geckodriver/src/command.rs
testing/geckodriver/src/marionette.rs
testing/web-platform/tests/lint.ignore
testing/web-platform/tests/webdriver/tests/print/printcmd.py [moved from testing/web-platform/mozilla/tests/webdriver/print/printcmd.py with 95% similarity]
testing/web-platform/tests/webdriver/tests/print/user_prompts.py [moved from testing/web-platform/mozilla/tests/webdriver/print/user_prompts.py with 100% similarity]
testing/webdriver/src/command.rs
testing/webdriver/src/httpapi.rs