[wpt] Fix missing testdriver(-vendor).js
in webusb/
https://web-platform-tests.org/writing-tests/testdriver.html#markup
says:
The testdriver.js and testdriver-vendor.js must both be included ...
in the top-level test document when using testdriver from a different
context
This is needed to make the test portable to non-content shell browsers,
which implement testdriver.js
with WebDriver and cross-context
message
events, not with internal JS bindings.
Bug: None
Change-Id: I0076f6c850fab42099637e764e0b890411ea1a2a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5902557
Auto-Submit: Jonathan Lee jonathanjlee@google.com
Commit-Queue: Reilly Grant reillyg@chromium.org
Reviewed-by: Reilly Grant reillyg@chromium.org
Cr-Commit-Position: refs/heads/main@{#1366424}