|  | <!DOCTYPE html> | 
|  | <html> | 
|  |  | 
|  | <head> | 
|  | <!-- Programmatically converted from a WebKit Reftest, please forgive resulting idiosyncracies.--> | 
|  | <title>injected-inline-script-blocked</title> | 
|  | <script src="/resources/testharness.js"></script> | 
|  | <script src="/resources/testharnessreport.js"></script> | 
|  | <!-- enforcing policy: | 
|  | script-src 'self'; connect-src 'self'; | 
|  | --> | 
|  | </head> | 
|  |  | 
|  | <body> | 
|  | <script src="resources/inject-script.js"></script> | 
|  | <div id="log"></div> | 
|  | <script async defer src="../support/checkReport.sub.js?reportExists=true&reportField=violated-directive&reportValue=script-src%20'self'"></script> | 
|  | </body> | 
|  |  | 
|  | </html> |