summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/parser/resources/xhtml-close-while-parsing-target.xhtml
blob: ca91ae1e5c850dfd150121c126c16ccdb7014b5d (plain)
1
2
3
4
5
6
7
8
9
<html xmlns="http://www.w3.org/1999/xhtml">
<body>
    <script>
    window.close();
    if (window.testRunner)
        testRunner.notifyDone();
    </script>
</body>
</html>