Skip to content

Commit 2b1d34a

Browse files
nondebugmoz-wptsync-bot
authored andcommittedApr 11, 2022
Bug 1762682 [wpt PR 33483] - Update WPT for "Change default allowlist to 'all' #156", a=testonly
Automatic update from web-platform-tests Update WPT for "Change default allowlist to 'all' #156" The Gamepad API spec is updated to change the default allowlist for the "gamepad" permissions policy to '*' (all) instead of 'self'. w3c/gamepad#156 Change-Id: I087b3f77eebb385d2e2b80c0a19f5f3afedda30e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3566254 Reviewed-by: Reilly Grant <reillyg@chromium.org> Commit-Queue: Matt Reynolds <mattreynolds@chromium.org> Cr-Commit-Position: refs/heads/main@{#988606} -- wpt-commits: 8986d0b7443dee8302ea58ef2e0d97fd7163dfde wpt-pr: 33483
1 parent d13bcd7 commit 2b1d34a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎testing/web-platform/tests/gamepad/gamepad-default-feature-policy.https.sub.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
"getGamepads()",
3838
t,
3939
cross_origin_src,
40-
expect_feature_unavailable_default
40+
expect_feature_available_default
4141
);
42-
}, header + " disallows cross-origin by default.");
42+
}, header + " allows cross-origin by default.");
4343
</script>
44-
</body>
44+
</body>

0 commit comments

Comments
 (0)
Please sign in to comment.