summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/origins/resources/mixed_qrc.html
blob: 664f7af6f72ccd6311edee8b0bdf5859afd7c645 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html>
    <head>
        <title>Mixed</title>
        <script>
         var msg;
        </script>
    </head>
    <body>
        <iframe src="qrc:///resources/mixed_frame.html"></iframe>
    </body>
</html>