OLD | NEW |
(Empty) | |
| 1 <!DOCTYPE html> |
| 2 <html> |
| 3 |
| 4 <head> |
| 5 <!-- Programmatically converted from a WebKit Reftest, please forgive result
ing idiosyncracies.--> |
| 6 <title>injected-inline-style-blocked</title> |
| 7 <script src="/resources/testharness.js"></script> |
| 8 <script src="/resources/testharnessreport.js"></script> |
| 9 <script src='../support/logTest.sub.js?logs=["PASS"]'></script> |
| 10 <script src="../support/alertAssert.sub.js?alerts=[]"></script> |
| 11 <!-- enforcing policy: |
| 12 style-src 'none'; script-src 'self' 'unsafe-inline'; connect-src 'self'; |
| 13 --> |
| 14 </head> |
| 15 |
| 16 <body> |
| 17 <div id="test1"> |
| 18 PASS 1/2 |
| 19 </div> |
| 20 <div id="test2"> |
| 21 PASS 2/2 |
| 22 </div> |
| 23 <script src="resources/inject-style.js"></script> |
| 24 <script> |
| 25 log(document.styleSheets.length == 0 ? "PASS" : "FAIL"); |
| 26 |
| 27 </script> |
| 28 <div id="log"></div> |
| 29 <script async defer src="../support/checkReport.sub.js?reportExists=true&
;reportField=violated-directive&reportValue=style-src%20'none'"></
script> |
| 30 </body> |
| 31 |
| 32 </html> |
OLD | NEW |