Index: LayoutTests/http/tests/security/script-onerror-no-crossorigin-no-cors-expected.txt |
diff --git a/LayoutTests/http/tests/security/script-onerror-no-crossorigin-no-cors-expected.txt b/LayoutTests/http/tests/security/script-onerror-no-crossorigin-no-cors-expected.txt |
index bed0cad2765a01b7bffa104745ab9f5c8ecfce50..fe44636676cee0fe48e72785072d916d63c95fd4 100644 |
--- a/LayoutTests/http/tests/security/script-onerror-no-crossorigin-no-cors-expected.txt |
+++ b/LayoutTests/http/tests/security/script-onerror-no-crossorigin-no-cors-expected.txt |
@@ -1,4 +1,4 @@ |
-CONSOLE MESSAGE: line 1: Uncaught SomeError |
+CONSOLE ERROR: line 1: Uncaught SomeError |
The test passes if 'window.onerror' gets sanitized information about an exception thrown in a script loaded without a 'crossorigin' attribute, and delivered without valid CORS headers. |
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |