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