Index: LayoutTests/http/tests/security/script-onerror-crossorigin-no-cors-expected.txt |
diff --git a/LayoutTests/http/tests/security/script-onerror-crossorigin-no-cors-expected.txt b/LayoutTests/http/tests/security/script-onerror-crossorigin-no-cors-expected.txt |
index f9f75dc241fdab2d8ad4c5998f86a0be26b71b52..7e9759f10bd6c2bcc557275400f51a9e13da24e4 100644 |
--- a/LayoutTests/http/tests/security/script-onerror-crossorigin-no-cors-expected.txt |
+++ b/LayoutTests/http/tests/security/script-onerror-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 with a 'crossorigin' attribute, and delivered without valid CORS headers. |
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |