summaryrefslogtreecommitdiffstats
path: root/dom/html/test/imports/file_cycle_3_C.html
blob: 4b391c6838a70bb31ae263422fee934261a727cd (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_3_A.html" onload="loaded()" onerror="failed()"></link>
  <link rel="import" href="file_cycle_3_B.html" onload="loaded()" onerror="failed()"></link>
</head>
<body>
  <script>
    order.push("C");
  </script>
</body>
</html>