<!DOCTYPE html>
<html lang="en">
<body>
  This is a frame, is has one child
  <iframe src="./frame.html"></iframe>
</body>
<script src="./test.js"></script>
</html>