diff options
Diffstat (limited to 'testing/web-platform/tests/custom-elements/v0/resources/import-master-async.html')
-rw-r--r-- | testing/web-platform/tests/custom-elements/v0/resources/import-master-async.html | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/testing/web-platform/tests/custom-elements/v0/resources/import-master-async.html b/testing/web-platform/tests/custom-elements/v0/resources/import-master-async.html deleted file mode 100644 index 0ecaafb29..000000000 --- a/testing/web-platform/tests/custom-elements/v0/resources/import-master-async.html +++ /dev/null @@ -1,10 +0,0 @@ -<!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> |