forked from web-platform-tests/wpt
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrate remaining WPT to Mojo JS modules
All remaining WPT using Mojo bindings are migrated to newer module-based bindings here. Support for loading older bindings variants in WPT is removed. Bug: 1004256 Change-Id: I630a6ddb0e5b89f5b7e6c538a273c3725a485aae Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2664907 Commit-Queue: Ken Rockot <[email protected]> Reviewed-by: Stephen McGruer <[email protected]> Reviewed-by: Michael Moss <[email protected]> Reviewed-by: Alexander Cooper <[email protected]> Cr-Commit-Position: refs/heads/master@{#849713}
- Loading branch information
1 parent
d47b8fb
commit e3b2fa5
Showing
25 changed files
with
494 additions
and
645 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -727,20 +727,20 @@ WEB-PLATFORM.TEST:web-bundle/subresource-loading/*.html | |
# Tests that depend on resources in /gen/ in Chromium: | ||
# https://github.com/web-platform-tests/wpt/issues/16455 | ||
# Please consult with [email protected] before adding more. | ||
MISSING DEPENDENCY: contacts/resources/helpers.js | ||
MISSING DEPENDENCY: credential-management/support/otpcredential-helper.js | ||
MISSING DEPENDENCY: generic-sensor/resources/generic-sensor-helpers.js | ||
MISSING DEPENDENCY: idle-detection/resources/idle-detection-helper.js | ||
MISSING DEPENDENCY: mediacapture-image/resources/imagecapture-helpers.js | ||
MISSING DEPENDENCY: orientation-event/resources/orientation-event-helpers.js | ||
MISSING DEPENDENCY: resources/chromium/contacts_manager_mock.js | ||
MISSING DEPENDENCY: resources/chromium/web-bluetooth-test.js | ||
MISSING DEPENDENCY: resources/chromium/webusb-test.js | ||
MISSING DEPENDENCY: resources/test-only-api.js | ||
MISSING DEPENDENCY: screen_enumeration/resources/screenenumeration-helpers.js | ||
MISSING DEPENDENCY: serial/resources/automation.js | ||
MISSING DEPENDENCY: shape-detection/resources/shapedetection-helpers.js | ||
MISSING DEPENDENCY: web-nfc/resources/nfc-helpers.js | ||
MISSING DEPENDENCY: webxr/resources/webxr_util.js | ||
MISSING DEPENDENCY: resources/chromium/fake-serial.js | ||
MISSING DEPENDENCY: resources/chromium/generic_sensor_mocks.js | ||
MISSING DEPENDENCY: resources/chromium/mock-barcodedetection.js | ||
MISSING DEPENDENCY: resources/chromium/mock-facedetection.js | ||
MISSING DEPENDENCY: resources/chromium/mock-idle-detection.js | ||
MISSING DEPENDENCY: resources/chromium/mock-imagecapture.js | ||
MISSING DEPENDENCY: resources/chromium/mock-screenenumeration.js | ||
MISSING DEPENDENCY: resources/chromium/mock-textdetection.js | ||
MISSING DEPENDENCY: resources/chromium/nfc-mock.js | ||
MISSING DEPENDENCY: resources/chromium/webxr-test.js | ||
|
||
# Tests that are false positives for using Ahem as a system font | ||
AHEM SYSTEM FONT: acid/acid3/test.html | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.