summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/the-xhtml-syntax/parsing-xhtml-documents/adopt-while-parsing.xhtml
blob: 2d85d21558b1778e17376d12424f81c703c0c262 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<body>
  <script>
    window.parent.parsingInterrupted();
  </script>
  <div>
    PASS
  </div>
</body>
</html>