| Index: LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-style-blocked.html
|
| diff --git a/LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-style-blocked.html b/LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-style-blocked.html
|
| index b4a09a960ab4b2df6b1fe4f85ef85d5dfa52483c..749cd821b10e58e9a85d3c8cfc02b4761c3f09b7 100644
|
| --- a/LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-style-blocked.html
|
| +++ b/LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-style-blocked.html
|
| @@ -4,9 +4,9 @@
|
| <title>Subresource integrity blocked style resources</title>
|
| <script src="../../resources/testharness.js"></script>
|
|
|
| - <link rel="stylesheet" href="style-1-of-3.css" integrity="ni://sha256;BpfBw7ivV8q2jLiT13fxDYAe2tJllusRSZ273h2nFSE="></link>
|
| - <link rel="stylesheet" href="style-2-of-3.css" integrity="ni://sha384;XVVXBGoYw6AJOh9J/Z8pBDMVVPfkBpngexkA7JqZu8d5GENND6TEIup/tA1v5GPr"></link>
|
| - <link rel="stylesheet" href="style-3-of-3.css" integrity="ni://sha512;tbUPioKbVBplr0b1ucnWB57SJWt4x9dOE0Vy2mzCXvH3FepqDZ+07yMK81ytlg0MPaIrPAjcHqba5csorDWtKg=="></link>
|
| + <link rel="stylesheet" href="style-1-of-3.css" integrity="ni:///sha256;BpfBw7ivV8q2jLiT13fxDYAe2tJllusRSZ273h2nFSE="></link>
|
| + <link rel="stylesheet" href="style-2-of-3.css" integrity="ni:///sha384;XVVXBGoYw6AJOh9J/Z8pBDMVVPfkBpngexkA7JqZu8d5GENND6TEIup/tA1v5GPr"></link>
|
| + <link rel="stylesheet" href="style-3-of-3.css" integrity="ni:///sha512;tbUPioKbVBplr0b1ucnWB57SJWt4x9dOE0Vy2mzCXvH3FepqDZ+07yMK81ytlg0MPaIrPAjcHqba5csorDWtKg=="></link>
|
| </head>
|
| <body>
|
| <script>
|
|
|