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