Andrew Top | 61a8495 | 2019-04-30 15:07:33 -0700 | [diff] [blame] | 1 | <!DOCTYPE html> |
| 2 | <html> |
| 3 | |
| 4 | <head> |
| 5 | <!-- Programmatically converted from a WebKit Reftest, please forgive resulting idiosyncracies.--> |
| 6 | <title>child-src-about-blank-allowed-by-default</title> |
| 7 | <script src="/resources/testharness.js"></script> |
| 8 | <script src="/resources/testharnessreport.js"></script> |
| 9 | |
| 10 | <!-- enforcing policy: |
| 11 | child-src 'none'; object-src 'none'; script-src 'self' 'unsafe-inline'; connect-src 'self'; |
| 12 | --> |
| 13 | <p>These frames should not be blocked by Content-Security-Policy. |
| 14 | It's pointless to block about:blank iframes because |
| 15 | blocking a frame just results in displaying about:blank anyway! |
| 16 | </p> |
| 17 | <iframe src="about:blank"></iframe> |
| 18 | <object type="text/html" data="about:blank"></object> |
| 19 | |
| 20 | <div id="log"></div> |
| 21 | <script async defer src="../support/checkReport.sub.js?reportExists=false"></script> |
| 22 | </body> |
| 23 | |
| 24 | </html> |