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