Chromium Code Reviews

Unified Diff: third_party/WebKit/LayoutTests/http/tests/feature-policy/vibrate-disabled.php

Issue 2767983003: Initial Implementation of Iframe Attribute for Feature Policy (Part 4) (Closed)
Patch Set: Nit Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: third_party/WebKit/LayoutTests/http/tests/feature-policy/vibrate-disabled.php
diff --git a/third_party/WebKit/LayoutTests/http/tests/feature-policy/vibrate-disabled.php b/third_party/WebKit/LayoutTests/http/tests/feature-policy/vibrate-disabled.php
index e777a050d57742101453333a051d2e226ea67911..41498d44569821067955281d3e1e51fe34477da7 100644
--- a/third_party/WebKit/LayoutTests/http/tests/feature-policy/vibrate-disabled.php
+++ b/third_party/WebKit/LayoutTests/http/tests/feature-policy/vibrate-disabled.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-disabled.html"></iframe>
<iframe id="f2" src="http://localhost:8000/feature-policy/resources/feature-policy-vibrate-disabled.html"></iframe>
-</body>
-</html>

Powered by Google App Engine