summaryrefslogtreecommitdiffstats
path: root/dom/html/test/imports/file_cycle_2_C.html
blob: 4492c068a7ff60a8c7c51b3cfcde3fe026e1646d (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html lang="en-US">
<head>
</head>
<body>
  <script>
    order.push("C");
  </script>
</body>
</html>