| Index: third_party/WebKit/LayoutTests/http/tests/feature-policy/vibrate-enabledforself.php
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/feature-policy/vibrate-enabledforself.php b/third_party/WebKit/LayoutTests/http/tests/feature-policy/vibrate-enabledforself.php
|
| index caa422d9c50bd6e6fb8e7155f2de4db4898d9994..01dc0e8f5bbb66a301176393777cd34d6fba1ff0 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/feature-policy/vibrate-enabledforself.php
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/feature-policy/vibrate-enabledforself.php
|
| @@ -10,8 +10,6 @@ Header("Feature-Policy: {\"vibrate\": [\"self\"]}");
|
| ?>
|
|
|
| <!DOCTYPE html>
|
| -<html>
|
| -<head>
|
| <script src="../../resources/testharness.js"></script>
|
| <script src="../../resources/testharnessreport.js"></script>
|
| <script>
|
| @@ -20,9 +18,5 @@ Header("Feature-Policy: {\"vibrate\": [\"self\"]}");
|
| testRunner.dumpChildFramesAsText();
|
| }
|
| </script>
|
| -</head>
|
| -<body>
|
| <iframe id="f1" src="resources/feature-policy-vibrate-enabled.html"></iframe>
|
| <iframe id="f2" src="http://localhost:8000/feature-policy/resources/feature-policy-vibrate-disabled.html"></iframe>
|
| -</body>
|
| -</html>
|
|
|