mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-10 13:18:45 +02:00
Automatic update from web-platform-tests
[WPT] Move common.js from {referrer-policy,mixed-content} to common/security-features
- Moves {referrer-policy,mixed-content}/generic/common.js (which have
been already the same) to common/security-features/resources/common.js
and removes a TODO comment about moving/merging common.js.
- Add common/security-features/README.md.
- Rename paths mechanically (mostly by the generators).
Bug: 906850
Change-Id: I3d60bffa5b230c04257f66b49717d5861accb979
Reviewed-on: https://chromium-review.googlesource.com/c/1476192
Commit-Queue: Hiroshige Hayashizaki <hiroshige@chromium.org>
Reviewed-by: Mike West <mkwst@chromium.org>
Reviewed-by: Jochen Eisinger <jochen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#634965}
--
wpt-commits: 8805f23ef629338b6d28ae25cc13839e99acea1b
wpt-pr: 15538
19 lines
659 B
HTML
19 lines
659 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<!-- Generated by wpt/upgrade-insecure-requests/support/generate.py -->
|
|
<title>Upgrade Insecure Requests: animation-worklet.</title>
|
|
<script src="/resources/testharness.js"></script>
|
|
<script src="/resources/testharnessreport.js"></script>
|
|
<script src="./support/testharness-helper.sub.js"></script>
|
|
<script src="/common/security-features/resources/common.js"></script>
|
|
|
|
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
|
|
</head>
|
|
<body>
|
|
<script>
|
|
const tests = generateModuleImportTests(ResourceType.WORKLET, false);
|
|
tests.forEach(test => testMap['animation-worklet'](test));
|
|
</script>
|
|
</body>
|
|
</html>
|