content/base/test/csp/file_CSP_frameancestors_main.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/content/base/test/csp/file_CSP_frameancestors_main.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,44 @@
     1.4 +<html>
     1.5 +  <head>
     1.6 +    <title>CSP frame ancestors tests</title>
     1.7 +
     1.8 +    <!-- this page shouldn't have a CSP, just the sub-pages. -->
     1.9 +    <script src='file_CSP_frameancestors_main.js'></script>
    1.10 +
    1.11 +  </head>
    1.12 +  <body>
    1.13 +    
    1.14 +<!-- These iframes will get populated by the attached javascript. -->
    1.15 +<tt>  aa_allow:   /* innermost frame allows a */</tt><br/>
    1.16 +<iframe id='aa_allow'></iframe><br/>
    1.17 +
    1.18 +<tt>  aa_block:     /* innermost frame denies a */</tt><br/>
    1.19 +<iframe id='aa_block'></iframe><br/>
    1.20 +
    1.21 +<tt>  ab_allow:     /* innermost frame allows a */</tt><br/>
    1.22 +<iframe id='ab_allow'></iframe><br/>
    1.23 +
    1.24 +<tt>  ab_block:     /* innermost frame denies a */</tt><br/>
    1.25 +<iframe id='ab_block'></iframe><br/>
    1.26 +
    1.27 +<tt>  aba_allow:    /* innermost frame allows b,a */</tt><br/>
    1.28 +<iframe id='aba_allow'></iframe><br/>
    1.29 +
    1.30 +<tt>  aba_block:    /* innermost frame denies b */</tt><br/>
    1.31 +<iframe id='aba_block'></iframe><br/>
    1.32 +
    1.33 +<tt>  aba2_block:   /* innermost frame denies a */</tt><br/>
    1.34 +<iframe id='aba2_block'></iframe><br/>
    1.35 +
    1.36 +<tt>  abb_allow:    /* innermost frame allows b,a */</tt><br/>
    1.37 +<iframe id='abb_allow'></iframe><br/>
    1.38 +
    1.39 +<tt>  abb_block:    /* innermost frame denies b */</tt><br/>
    1.40 +<iframe id='abb_block'></iframe><br/>
    1.41 +
    1.42 +<tt>  abb2_block:   /* innermost frame denies a */</tt><br/>
    1.43 +<iframe id='abb2_block'></iframe><br/>
    1.44 +
    1.45 +
    1.46 +  </body>
    1.47 +</html>

mercurial