| Index: LayoutTests/security/cannot-read-self-from-file.html
|
| diff --git a/LayoutTests/security/cannot-read-self-from-file.html b/LayoutTests/security/cannot-read-self-from-file.html
|
| index 7e4daa6fa7275a8390f031ac8d52a3eebe333413..cae88b62bb970b86499b2ec6a969819044af4fc0 100644
|
| --- a/LayoutTests/security/cannot-read-self-from-file.html
|
| +++ b/LayoutTests/security/cannot-read-self-from-file.html
|
| @@ -9,7 +9,7 @@
|
|
|
| var t = async_test('file: should be a unique-origin protocol for XHR purposes');
|
| window.addEventListener('message', t.step_func(function(evt) {
|
| - assert_equals(evt.data, 'PASS');
|
| + assert_equals(evt.data, 'NetworkError');
|
| t.done();
|
| }));
|
| </script>
|
|
|