| Index: LayoutTests/http/tests/security/contentSecurityPolicy/1.1/scriptnonce-basic-blocked.html | 
| diff --git a/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/scriptnonce-blocked.html b/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/scriptnonce-basic-blocked.html | 
| similarity index 96% | 
| copy from LayoutTests/http/tests/security/contentSecurityPolicy/1.1/scriptnonce-blocked.html | 
| copy to LayoutTests/http/tests/security/contentSecurityPolicy/1.1/scriptnonce-basic-blocked.html | 
| index 43dab4afedc91072fa828cfcf63791e981a0060b..ddd029acebef7c59d0c0960fead4e374fb222dc9 100644 | 
| --- a/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/scriptnonce-blocked.html | 
| +++ b/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/scriptnonce-basic-blocked.html | 
| @@ -1,7 +1,7 @@ | 
| <!DOCTYPE html> | 
| <html> | 
| <head> | 
| -        <meta http-equiv="Content-Security-Policy" content="script-nonce noncynonce;"> | 
| +        <meta http-equiv="Content-Security-Policy" content="script-src 'nonce-noncynonce'"> | 
| <script nonce="noncynonce"> | 
| if (window.testRunner) | 
| testRunner.dumpAsText(); | 
|  |