summaryrefslogtreecommitdiffstats
path: root/dom/html/test/imports/file_cycle_4_D.html
blob: 31ae5de326ce17c655fdc19bdf6b3391f8c80f77 (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_4_B.html" onload="loaded()" onerror="failed()"></link>
  <link rel="import" href="file_cycle_4_E.html" onload="loaded()" onerror="failed()"></link>
</head>
<body>
  <script>
    order.push("D");
  </script>
</body>
</html>