| Index: LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-style-allowed.html
|
| diff --git a/LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-style-allowed.html b/LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-style-allowed.html
|
| index b9678e576a31dff5186daa43343e0880fac653c1..fca5616c0c557faefd3b50f4ba9c7cb122568ea9 100644
|
| --- a/LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-style-allowed.html
|
| +++ b/LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-style-allowed.html
|
| @@ -4,9 +4,9 @@
|
| <title>Subresource integrity allowed style resources</title>
|
| <script src="../../resources/testharness.js"></script>
|
|
|
| - <link rel="stylesheet" href="style-1-of-3.css" integrity="ni://sha256;RvLeYLQyPa/ZQk95Rj0XQpfsoBHW9Vrqb3zwo5DScrI="></link>
|
| - <link rel="stylesheet" href="style-2-of-3.css" integrity="ni://sha384;j1bGpDxu0bZAb4jBJzciDWuVUuOTXlLvB9WNKDh7Gik9ygF6CctjgYISUwShHmFM"></link>
|
| - <link rel="stylesheet" href="style-3-of-3.css" integrity="ni://sha512;P302RfA5c/H9Ao/miirSIPVBr3uxOdTzm8IzaGwidneeOOwuyTfOhCp8+c1yg+W16rKf1IW/+4TxD0yAKdkV+Q=="></link>
|
| + <link rel="stylesheet" href="style-1-of-3.css" integrity="ni:///sha256;RvLeYLQyPa/ZQk95Rj0XQpfsoBHW9Vrqb3zwo5DScrI="></link>
|
| + <link rel="stylesheet" href="style-2-of-3.css" integrity="ni:///sha384;j1bGpDxu0bZAb4jBJzciDWuVUuOTXlLvB9WNKDh7Gik9ygF6CctjgYISUwShHmFM"></link>
|
| + <link rel="stylesheet" href="style-3-of-3.css" integrity="ni:///sha512;P302RfA5c/H9Ao/miirSIPVBr3uxOdTzm8IzaGwidneeOOwuyTfOhCp8+c1yg+W16rKf1IW/+4TxD0yAKdkV+Q=="></link>
|
| </head>
|
| <body>
|
| <script>
|
|
|