Index: LayoutTests/fast/xmlhttprequest/xmlhttprequest-open-exceptions.html |
diff --git a/LayoutTests/fast/xmlhttprequest/xmlhttprequest-open-exceptions.html b/LayoutTests/fast/xmlhttprequest/xmlhttprequest-open-exceptions.html |
index 2dc1c29aaa91c46aeedb99ce90b3f9418de0fe32..12c1d2cdc06a424f2fe062477c6ecdad0fd6ce08 100644 |
--- a/LayoutTests/fast/xmlhttprequest/xmlhttprequest-open-exceptions.html |
+++ b/LayoutTests/fast/xmlhttprequest/xmlhttprequest-open-exceptions.html |
@@ -15,7 +15,7 @@ |
testFailed("xhr.open should throw an exception with a forbidden method type."); |
} catch (e) { |
xhrException = e; |
- shouldBeEqualToString("xhrException.message", "'XMLHttpRequest.open' does not support the 'TRACE' method."); |
+ shouldBeEqualToString("xhrException.message", "Failed to execute 'open' on 'XMLHttpRequest': 'TRACE' HTTP method is unsupported."); |
} |
try { |