| Index: LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-invalid-integrity.html
|
| diff --git a/LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-invalid-integrity.html b/LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-invalid-integrity.html
|
| index b29411d0f4eb8d84035fbf8727c9ca292bb2afc9..2b52bf8c92a8a030719519a5197ba31b4ecf4b52 100644
|
| --- a/LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-invalid-integrity.html
|
| +++ b/LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-invalid-integrity.html
|
| @@ -9,8 +9,8 @@
|
| This test passes if no 'FAIL' alert appears.
|
| </p>
|
| <script src='fail.js' integrity="yM5ZyzNsyKfaXRY78zSGapeQKtl0oGdpPpYxgwl8XW8="></script>
|
| - <script src='fail.js' integrity="ni://#yM5ZyzNsyKfaXRY78zSGapeQKtl0oGdpPpYxgwl8XW8="></script>
|
| + <script src='fail.js' integrity="ni:///#yM5ZyzNsyKfaXRY78zSGapeQKtl0oGdpPpYxgwl8XW8="></script>
|
| <script src='fail.js' integrity="yM5ZyzNsyKfaXRY78zSGapeQKtl0oGdpPpYxgwl8XW8="></script>
|
| - <script src='fail.js' integrity="ni://sha1;Ywd5te2RvxmuHLzLzZjYo1/0LMw="></script>
|
| + <script src='fail.js' integrity="ni:///sha1;Ywd5te2RvxmuHLzLzZjYo1/0LMw="></script>
|
| </body>
|
| </html>
|
|
|