Index: third_party/WebKit/LayoutTests/http/tests/feature-policy/resources/feature-policy-vibrate-enabled.html |
diff --git a/third_party/WebKit/LayoutTests/http/tests/feature-policy/resources/feature-policy-vibrate-enabled.html b/third_party/WebKit/LayoutTests/http/tests/feature-policy/resources/feature-policy-vibrate-enabled.html |
deleted file mode 100644 |
index 81d57692cb5f314a039e16df4052865a942c0faa..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/http/tests/feature-policy/resources/feature-policy-vibrate-enabled.html |
+++ /dev/null |
@@ -1,11 +0,0 @@ |
-<!DOCTYPE html> |
-<head> |
- <title>Feature-Policy Vibrate Enabled</title> |
- <script src="/resources/testharness.js"></script> |
- <script src="/resources/testharnessreport.js"></script> |
-</head> |
-<script> |
- test(function() { |
- assert_true(navigator.vibrate(200)); |
- }, 'Any iframe may call navigator.vibrate when enabled.'); |
-</script> |