summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/qwebenginescript/resources/test_window_open.html
blob: 3f72d176de1d2375a52fd0e2159b57de67f9b081 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html>
    <head>
        <title>window.open</title>
        <script>
            window.open("qrc:/resource/test_iframe_main.html", "iframe_main");
        </script>
    </head>
    <body></body>
</html>