Index: LayoutTests/imported/web-platform-tests/html/semantics/scripting-1/the-template-element/resources/html-start-tag.html |
diff --git a/LayoutTests/imported/web-platform-tests/html/semantics/scripting-1/the-template-element/resources/html-start-tag.html b/LayoutTests/imported/web-platform-tests/html/semantics/scripting-1/the-template-element/resources/html-start-tag.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..0de652cf3645216749e1f3c72ef2db370c257b8b |
--- /dev/null |
+++ b/LayoutTests/imported/web-platform-tests/html/semantics/scripting-1/the-template-element/resources/html-start-tag.html |
@@ -0,0 +1,10 @@ |
+<!DOCTYPE html> |
+<html tabindex="5"> |
+<head> |
+ <title>The file contains html root element with attributes and some in the body</title> |
+ <link rel="author" title="Sergey G. Grekhovv" href="mailto:sgrekhov@unipro.ru"> |
+</head> |
+<body> |
+<template id="tmpl"><html class="htmlClass"></html></template><html id="htmlId" tabindex="5"> |
+</body> |
+</html> |