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