| Index: third_party/WebKit/LayoutTests/http/tests/feature-policy/vibrate-enabledforall.php
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/feature-policy/vibrate-enabledforall.php b/third_party/WebKit/LayoutTests/http/tests/feature-policy/vibrate-enabledforall.php
|
| index 471f7b05bef19d1763655c6a3cafd20a3ace4252..22db50e6716d383f3bd45fde3dc48a27a0e8a9fb 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/feature-policy/vibrate-enabledforall.php
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/feature-policy/vibrate-enabledforall.php
|
| @@ -10,8 +10,6 @@ Header("Feature-Policy: {\"vibrate\": [\"*\"]}");
|
| ?>
|
|
|
| <!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\": [\"*\"]}");
|
| 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-enabled.html"></iframe>
|
| -</body>
|
| -</html>
|
|
|