From d63d6f93607291266db0d03d96dd8dd57a32c634 Mon Sep 17 00:00:00 2001 From: kouhei Date: Sun, 8 May 2022 17:50:21 +0000 Subject: [PATCH] Bug 1768119 [wpt PR 33958] - Prerender2 WPT: Externalize Web USB web platform test, a=testonly Automatic update from web-platform-tests Prerender2 WPT: Externalize Web USB web platform test Bug: 1253158 Change-Id: If4cf14c86c3637d74497ad1e8cdf4239a4ffd98a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3630441 Commit-Queue: Kouhei Ueno Auto-Submit: Kouhei Ueno Reviewed-by: Asami Doi Quick-Run: Kouhei Ueno Commit-Queue: Asami Doi Cr-Commit-Position: refs/heads/main@{#1000247} -- wpt-commits: 88cd60961f5cd877cf5083a8874a233f69ae72a2 wpt-pr: 33958 --- .../prerender/resources/web-usb.https.html | 22 +++++++++++ .../prerender/restriction-web-usb.https.html | 46 ++++++++++++++++++++++ 2 files changed, 68 insertions(+) create mode 100644 testing/web-platform/tests/speculation-rules/prerender/resources/web-usb.https.html create mode 100644 testing/web-platform/tests/speculation-rules/prerender/restriction-web-usb.https.html diff --git a/testing/web-platform/tests/speculation-rules/prerender/resources/web-usb.https.html b/testing/web-platform/tests/speculation-rules/prerender/resources/web-usb.https.html new file mode 100644 index 000000000000..555825a81c53 --- /dev/null +++ b/testing/web-platform/tests/speculation-rules/prerender/resources/web-usb.https.html @@ -0,0 +1,22 @@ + + + + + + + diff --git a/testing/web-platform/tests/speculation-rules/prerender/restriction-web-usb.https.html b/testing/web-platform/tests/speculation-rules/prerender/restriction-web-usb.https.html new file mode 100644 index 000000000000..9d96a39c9c55 --- /dev/null +++ b/testing/web-platform/tests/speculation-rules/prerender/restriction-web-usb.https.html @@ -0,0 +1,46 @@ + +Access to the Web USB API is deferred + + + + + + + + -- 2.11.4.GIT