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