Index: third_party/WebKit/LayoutTests/http/tests/feature-policy/resources/feature-policy-vibrate-disabled.html |
diff --git a/third_party/WebKit/LayoutTests/http/tests/feature-policy/resources/feature-policy-vibrate-disabled.html b/third_party/WebKit/LayoutTests/http/tests/feature-policy/resources/feature-policy-vibrate-disabled.html |
index 4fdb34be1e232066d531027e2fb7569a5ef815df..04bdf3b1afc1f4d1b6cf809bbf3bdcb4bb903ab4 100644 |
--- a/third_party/WebKit/LayoutTests/http/tests/feature-policy/resources/feature-policy-vibrate-disabled.html |
+++ b/third_party/WebKit/LayoutTests/http/tests/feature-policy/resources/feature-policy-vibrate-disabled.html |
@@ -1,9 +1,7 @@ |
<!DOCTYPE html> |
-<head> |
- <title>Feature-Policy Vibrate Disabled</title> |
- <script src="/resources/testharness.js"></script> |
- <script src="/resources/testharnessreport.js"></script> |
-</head> |
+<title>Feature-Policy Vibrate Disabled</title> |
+<script src="/resources/testharness.js"></script> |
+<script src="/resources/testharnessreport.js"></script> |
<script> |
test(function() { |
assert_false(navigator.vibrate(200)); |