summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/custom-elements/v0/resources/import-master.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/custom-elements/v0/resources/import-master.html')
-rw-r--r--testing/web-platform/tests/custom-elements/v0/resources/import-master.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/web-platform/tests/custom-elements/v0/resources/import-master.html b/testing/web-platform/tests/custom-elements/v0/resources/import-master.html
new file mode 100644
index 000000000..d91bcb9cd
--- /dev/null
+++ b/testing/web-platform/tests/custom-elements/v0/resources/import-master.html
@@ -0,0 +1,10 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>Import Master Document</title>
+ <link rel="import" href="import.html">
+ </head>
+ <body>
+ <p>Master document body</p>
+ </body>
+</html>