Index: LayoutTests/imported/web-platform-tests/html/semantics/scripting-1/the-template-element/resources/template-descendant-head.html |
diff --git a/LayoutTests/imported/web-platform-tests/html/semantics/scripting-1/the-template-element/resources/template-descendant-head.html b/LayoutTests/imported/web-platform-tests/html/semantics/scripting-1/the-template-element/resources/template-descendant-head.html |
deleted file mode 100644 |
index 6bab00ea99ea50e041f4569218af288b307e6996..0000000000000000000000000000000000000000 |
--- a/LayoutTests/imported/web-platform-tests/html/semantics/scripting-1/the-template-element/resources/template-descendant-head.html |
+++ /dev/null |
@@ -1,13 +0,0 @@ |
-<!DOCTYPE html> |
-<html> |
-<head> |
- <title>Template tag inside head</title> |
- <link rel="author" title="Aleksei Yu. Semenov" href="mailto:a.semenov@unipro.ru"> |
- <template> |
- <div>Hello, template</div> |
- </template> |
-</head> |
-<body> |
- Nothing interesting here |
-</body> |
-</html> |