Index: LayoutTests/imported/web-platform-tests/html/semantics/scripting-1/the-template-element/resources/end-template-tag-in-head.html |
diff --git a/LayoutTests/imported/web-platform-tests/html/semantics/scripting-1/the-template-element/resources/end-template-tag-in-head.html b/LayoutTests/imported/web-platform-tests/html/semantics/scripting-1/the-template-element/resources/end-template-tag-in-head.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..02d0c7be65ac7dbc2eff3216a74fa697192dc941 |
--- /dev/null |
+++ b/LayoutTests/imported/web-platform-tests/html/semantics/scripting-1/the-template-element/resources/end-template-tag-in-head.html |
@@ -0,0 +1,12 @@ |
+<!DOCTYPE html> |
+<html> |
+<head> |
+ </template> |
+ <title>The file contains several </template> tag in HTML head without start one</title> |
+ </template></template> |
+ <link rel="author" title="Aleksei Yu. Semenov" href="mailto:a.semenov@unipro.ru"> |
+ </template> |
+</head> |
+<body> |
+</body> |
+</html> |