summaryrefslogtreecommitdiffstats
path: root/tests/auto/core/origins/resources/mixedSchemes_frame.html
blob: 9499caa1f70c8c7bee0f54dc508d1221f5066636 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html>
    <head>
        <title>Mixed - Frame</title>
        <script>
         try{
             var canary = true;
             parent.canary = true;
         }catch(exception){
         };

        </script>
    </head>
    <body></body>
</html>