| Index: third_party/WebKit/LayoutTests/virtual/feature-policy/http/tests/feature-policy/resources/feature-policy-vibrate-enabledforself-cross-origin.html
|
| diff --git a/third_party/WebKit/LayoutTests/virtual/feature-policy/http/tests/feature-policy/resources/feature-policy-vibrate-enabledforself-cross-origin.html b/third_party/WebKit/LayoutTests/virtual/feature-policy/http/tests/feature-policy/resources/feature-policy-vibrate-enabledforself-cross-origin.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..0d2ffa9aec13feef4ab2cb90ecbbf567723ffe82
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/virtual/feature-policy/http/tests/feature-policy/resources/feature-policy-vibrate-enabledforself-cross-origin.html
|
| @@ -0,0 +1,11 @@
|
| +<!DOCTYPE html>
|
| +<title>Feature-Policy Vibrate Enabled For Self Cross Origin</title>
|
| +<head>
|
| + <script src="/resources/testharness.js"></script>
|
| + <script src="/resources/testharnessreport.js"></script>
|
| +</head>
|
| +<script>
|
| + test(function() {
|
| + assert_false(navigator.vibrate(200));
|
| + }. 'No iframe cross origin may call navigator.vibrate when enabled for self.');
|
| +</script>
|
|
|