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