summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/origins/resources/mixed_frame.html
blob: 53d341b9367ddc308b2b595815d173f92969969e (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html>
    <head>
        <title>Mixed - Frame</title>
        <script>
         parent.msg = "mixed";
        </script>
    </head>
    <body></body>
</html>