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 cae88b62bb970b86499b2ec6a969819044af4fc0..7e4daa6fa7275a8390f031ac8d52a3eebe333413 100644 |
--- a/LayoutTests/security/cannot-read-self-from-file.html |
+++ b/LayoutTests/security/cannot-read-self-from-file.html |
@@ -9,7 +9,7 @@ testRunner.setAllowFileAccessFromFileURLs(false); |
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, 'NetworkError'); |
+ assert_equals(evt.data, 'PASS'); |
t.done(); |
})); |
</script> |