Index: third_party/WebKit/LayoutTests/http/tests/feature-policy/resources/feature-policy-vibrate-relocate.html |
diff --git a/third_party/WebKit/LayoutTests/http/tests/feature-policy/resources/feature-policy-vibrate-relocate.html b/third_party/WebKit/LayoutTests/http/tests/feature-policy/resources/feature-policy-vibrate-relocate.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..91c2552b74872b823fd1b3f09d3ad0f82d3650da |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/http/tests/feature-policy/resources/feature-policy-vibrate-relocate.html |
@@ -0,0 +1,7 @@ |
+<!DOCTYPE html> |
+<title>Feature-Policy Vibrate Relocated</title> |
+<script src="/resources/testharness.js"></script> |
+<script src="/resources/testharnessreport.js"></script> |
+<script> |
+document.location = "http://localhost:8000/feature-policy/resources/feature-policy-vibrate-disabled.html"; |
+</script> |