| Index: LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-script-no-cors.html
|
| diff --git a/LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-script-no-cors.html b/LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-script-no-cors.html
|
| index 5610bbcc3396cfcbb47f9f6e57a72ab1b7929050..4ccdd5b21ef163061108337d52126b5dd8a5d119 100644
|
| --- a/LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-script-no-cors.html
|
| +++ b/LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-script-no-cors.html
|
| @@ -16,6 +16,6 @@
|
| done();
|
| };
|
| </script>
|
| - <script crossorigin integrity="ni:///sha256-mk_DwEwGGoyrh4sgi9t0nYTO1Lrft3w6vzaNuMaZrtQ=" src="http://localhost:8000/security/resources/cors-script.php?cors=false&value=ran" onload="scriptLoaded();" onerror="scriptError();"></script>
|
| + <script crossorigin integrity="sha256-mk_DwEwGGoyrh4sgi9t0nYTO1Lrft3w6vzaNuMaZrtQ=" src="http://localhost:8000/security/resources/cors-script.php?cors=false&value=ran" onload="scriptLoaded();" onerror="scriptError();"></script>
|
| </body>
|
| </html>
|
|
|