summaryrefslogtreecommitdiffstats
path: root/dom/html/test/imports/file_importC1.html
blob: 9ac117e65c9b9e79c2508ef378e98d5a6362c0fc (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html lang="en-US">
  <head>
    <link rel="import" href="file_importC2.html" onload="loaded()" onerror="failed()"></link>
  </head>
  <body>
    <script>
      order.push("C1");
    </script>
  </body>
</html>