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