summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/custom-elements/v0/resources/import-master-async.html
blob: 0ecaafb29b72f3443f94356585c44b7b3f3b1bed (plain)
1
2
3
4
5
6
7
8
9
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>