| Index: LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-script-cors-no-xorigin.html
|
| diff --git a/LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-script-cors-no-xorigin.html b/LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-script-cors-no-xorigin.html
|
| index fee7f395beb4dbfa8b726c5f23fe719d5db6d6df..ca3f0cec88ea52c9fa26f9834282dc3ac5479bc9 100644
|
| --- a/LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-script-cors-no-xorigin.html
|
| +++ b/LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-script-cors-no-xorigin.html
|
| @@ -8,11 +8,11 @@
|
| <script>
|
| var result = '';
|
| var scriptLoaded = function() {
|
| - assert_unreached('Script ran.');
|
| + assert_equals(result, 'ran', 'Script ran.');
|
| done();
|
| };
|
| var scriptError = function() {
|
| - assert_equals(result, '', 'Script did not run.');
|
| + assert_unreached('Script did not run.');
|
| done();
|
| };
|
| </script>
|
|
|