summaryrefslogtreecommitdiffstats
path: root/tests/auto/core/origins/resources/mixedSchemes_frame.html
blob: 40ace2d2ff51e1032a7cab00c463c2953757b8e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html>
    <head>
        <title>Mixed - Frame</title>
        <script>
         console.log('Frame Loaded');
         var canary = true;
         parent.canary = true;
        </script>
    </head>
    <body></body>
</html>