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