Index: LayoutTests/imported/web-platform-tests/custom-elements/resources/import-master-async.html |
diff --git a/LayoutTests/imported/web-platform-tests/custom-elements/resources/import-master-async.html b/LayoutTests/imported/web-platform-tests/custom-elements/resources/import-master-async.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..0ecaafb29b72f3443f94356585c44b7b3f3b1bed |
--- /dev/null |
+++ b/LayoutTests/imported/web-platform-tests/custom-elements/resources/import-master-async.html |
@@ -0,0 +1,10 @@ |
+<!DOCTYPE html> |
+<html> |
+ <head> |
+ <title>Import Master Document (asynchronous)</title> |
+ <link rel="import" href="import.html" async> |
+ </head> |
+ <body> |
+ <p>Master document body</p> |
+ </body> |
+</html> |