summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/origins/resources/subdir_frame1.html
blob: 63973f2f42ea6b06d00f7eb3817751e2dd41f7f1 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html>
    <head>
        <title>Subdir - Frame 1</title>
        <script>
         parent.msg[0] = "hello";
        </script>
    </head>
    <body></body>
</html>