Index: LayoutTests/fast/xmlhttprequest/xmlhttprequest-open-exceptions-expected.txt |
diff --git a/LayoutTests/fast/xmlhttprequest/xmlhttprequest-open-exceptions-expected.txt b/LayoutTests/fast/xmlhttprequest/xmlhttprequest-open-exceptions-expected.txt |
index 1074889d8e97e044091aa2ab627b1ffb3c14c024..fd7f9946f41130c4a0d75122fa4616cc9e261c42 100644 |
--- a/LayoutTests/fast/xmlhttprequest/xmlhttprequest-open-exceptions-expected.txt |
+++ b/LayoutTests/fast/xmlhttprequest/xmlhttprequest-open-exceptions-expected.txt |
@@ -5,7 +5,7 @@ This tests that exceptions thrown by XHR.open() have reasonable messages. |
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
-PASS xhrException.message is "'XMLHttpRequest.open' does not support the 'TRACE' method." |
+PASS xhrException.message is "Failed to execute 'open' on 'XMLHttpRequest': 'TRACE' HTTP method is unsupported." |
PASS xhrException.message is "Refused to connect to 'http://not.example.com/' because it violates the document's Content Security Policy." |
PASS successfullyParsed is true |