Thu, 22 Jan 2015 13:21:57 +0100
Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6
michael@0 | 1 | <html> |
michael@0 | 2 | <head> |
michael@0 | 3 | <title>CSP frame ancestors tests</title> |
michael@0 | 4 | |
michael@0 | 5 | <!-- this page shouldn't have a CSP, just the sub-pages. --> |
michael@0 | 6 | <script src='file_CSP_frameancestors_main.js'></script> |
michael@0 | 7 | |
michael@0 | 8 | </head> |
michael@0 | 9 | <body> |
michael@0 | 10 | |
michael@0 | 11 | <!-- These iframes will get populated by the attached javascript. --> |
michael@0 | 12 | <tt> aa_allow: /* innermost frame allows a */</tt><br/> |
michael@0 | 13 | <iframe id='aa_allow'></iframe><br/> |
michael@0 | 14 | |
michael@0 | 15 | <tt> aa_block: /* innermost frame denies a */</tt><br/> |
michael@0 | 16 | <iframe id='aa_block'></iframe><br/> |
michael@0 | 17 | |
michael@0 | 18 | <tt> ab_allow: /* innermost frame allows a */</tt><br/> |
michael@0 | 19 | <iframe id='ab_allow'></iframe><br/> |
michael@0 | 20 | |
michael@0 | 21 | <tt> ab_block: /* innermost frame denies a */</tt><br/> |
michael@0 | 22 | <iframe id='ab_block'></iframe><br/> |
michael@0 | 23 | |
michael@0 | 24 | <tt> aba_allow: /* innermost frame allows b,a */</tt><br/> |
michael@0 | 25 | <iframe id='aba_allow'></iframe><br/> |
michael@0 | 26 | |
michael@0 | 27 | <tt> aba_block: /* innermost frame denies b */</tt><br/> |
michael@0 | 28 | <iframe id='aba_block'></iframe><br/> |
michael@0 | 29 | |
michael@0 | 30 | <tt> aba2_block: /* innermost frame denies a */</tt><br/> |
michael@0 | 31 | <iframe id='aba2_block'></iframe><br/> |
michael@0 | 32 | |
michael@0 | 33 | <tt> abb_allow: /* innermost frame allows b,a */</tt><br/> |
michael@0 | 34 | <iframe id='abb_allow'></iframe><br/> |
michael@0 | 35 | |
michael@0 | 36 | <tt> abb_block: /* innermost frame denies b */</tt><br/> |
michael@0 | 37 | <iframe id='abb_block'></iframe><br/> |
michael@0 | 38 | |
michael@0 | 39 | <tt> abb2_block: /* innermost frame denies a */</tt><br/> |
michael@0 | 40 | <iframe id='abb2_block'></iframe><br/> |
michael@0 | 41 | |
michael@0 | 42 | |
michael@0 | 43 | </body> |
michael@0 | 44 | </html> |