| 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>default-src-inline-allowed</title> | 
 |   7     <script src="/resources/testharness.js"></script> | 
 |   8     <script src="/resources/testharnessreport.js"></script> | 
 |   9     <script src="../support/logTest.sub.js?logs=[]"></script> | 
 |  10     <script src='../support/alertAssert.sub.js?alerts=["PASS 1 of 2","PASS 2 of 
    2"]'></script> | 
 |  11     <!-- enforcing policy: | 
 |  12 default-src 'self' about: 'unsafe-inline'; script-src 'self' 'unsafe-inline'; co
    nnect-src 'self'; | 
 |  13 --> | 
 |  14 </head> | 
 |  15  | 
 |  16 <body onload="alert_assert('PASS 2 of 2')"> | 
 |  17     <script> | 
 |  18         alert_assert('PASS 1 of 2'); | 
 |  19  | 
 |  20     </script> | 
 |  21     <!--iframe src="javascript:alert_assert('PASS 2 of 3')"></iframe--
    > | 
 |  22     <div id="log"></div> | 
 |  23     <script async defer src="../support/checkReport.sub.js?reportExists=false"><
    /script> | 
 |  24 </body> | 
 |  25  | 
 |  26 </html> | 
| OLD | NEW |