Index: LayoutTests/imported/web-platform-tests/html/semantics/scripting-1/the-template-element/resources/two-templates.html |
diff --git a/LayoutTests/imported/web-platform-tests/html/semantics/scripting-1/the-template-element/resources/two-templates.html b/LayoutTests/imported/web-platform-tests/html/semantics/scripting-1/the-template-element/resources/two-templates.html |
deleted file mode 100644 |
index f6e9ab58e8073710aa3badd9f781c743538e8987..0000000000000000000000000000000000000000 |
--- a/LayoutTests/imported/web-platform-tests/html/semantics/scripting-1/the-template-element/resources/two-templates.html |
+++ /dev/null |
@@ -1,17 +0,0 @@ |
-<!DOCTYPE html> |
-<html> |
-<head> |
- <title>The file contains two template elements</title> |
- <link rel="author" title="Aleksei Yu. Semenov" href="mailto:a.semenov@unipro.ru"> |
-</head> |
-<body> |
- <template id="template1"> |
- <div>Hello, template</div> |
- </template> |
- |
- <template id="template2"> |
- <div>Hello, from second template</div> |
- </template> |
- |
-</body> |
-</html> |