Bug 1568666 [wpt PR 18056] - Restrict Shape Detection API to Secure Contexts, a=testonly

Automatic update from web-platform-tests
Restrict Shape Detection API to Secure Contexts (#18056)

This updates the WebIDL for the Shape Detection feature to match
https://github.com/WICG/shape-detection-api/pull/73.

Bug: 659138
Change-Id: I1b3acaeb1496b06a69100453c834e3f1f16d9c33
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1717229
Commit-Queue: Reilly Grant <reillyg@chromium.org>
Reviewed-by: Chris Harrelson <chrishtr@chromium.org>
Cr-Commit-Position: refs/heads/master@{#681008}
--

wpt-commits: 27d5c48b6bb49ab939d61ba3eef8876e309e9fd3
wpt-pr: 18056


--HG--
rename : testing/web-platform/tests/shape-detection/detected-boundingBox-read-only.html => testing/web-platform/tests/shape-detection/detected-boundingBox-read-only.https.html
rename : testing/web-platform/tests/shape-detection/detection-HTMLCanvasElement.html => testing/web-platform/tests/shape-detection/detection-HTMLCanvasElement.https.html
rename : testing/web-platform/tests/shape-detection/detection-HTMLImageElement.html => testing/web-platform/tests/shape-detection/detection-HTMLImageElement.https.html
rename : testing/web-platform/tests/shape-detection/detection-HTMLVideoElement.html => testing/web-platform/tests/shape-detection/detection-HTMLVideoElement.https.html
rename : testing/web-platform/tests/shape-detection/detection-ImageBitmap.html => testing/web-platform/tests/shape-detection/detection-ImageBitmap.https.html
rename : testing/web-platform/tests/shape-detection/detection-ImageData-detached.html => testing/web-platform/tests/shape-detection/detection-ImageData-detached.https.html
rename : testing/web-platform/tests/shape-detection/detection-ImageData.html => testing/web-platform/tests/shape-detection/detection-ImageData.https.html
rename : testing/web-platform/tests/shape-detection/detection-getSupportedFormats.html => testing/web-platform/tests/shape-detection/detection-getSupportedFormats.https.html
rename : testing/web-platform/tests/shape-detection/detection-on-worker.worker.js => testing/web-platform/tests/shape-detection/detection-on-worker.https.worker.js
rename : testing/web-platform/tests/shape-detection/detection-options.html => testing/web-platform/tests/shape-detection/detection-options.https.html
rename : testing/web-platform/tests/shape-detection/detection-security-test.html => testing/web-platform/tests/shape-detection/detection-security-test.https.html
rename : testing/web-platform/tests/shape-detection/detector-same-object.html => testing/web-platform/tests/shape-detection/detector-same-object.https.html
rename : testing/web-platform/tests/shape-detection/shapedetection-cross-origin.sub.html => testing/web-platform/tests/shape-detection/shapedetection-cross-origin.sub.https.html
rename : testing/web-platform/tests/shape-detection/shapedetection-empty-input.html => testing/web-platform/tests/shape-detection/shapedetection-empty-input.https.html
This commit is contained in:
Blink WPT Bot 2019-08-01 15:11:15 +00:00 committed by moz-wptsync-bot
parent 1d59089e73
commit b08c9f0d17
15 changed files with 1 additions and 1 deletions

View File

@ -61,4 +61,4 @@ function createTestImage() {
imgctx.fillStyle = "#0F0";
imgctx.fillRect(0, 0, 1, 1);
return image;
}
}