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