Index: LayoutTests/http/tests/xmlhttprequest/reentrant-cancel-expected.txt |
diff --git a/LayoutTests/http/tests/xmlhttprequest/reentrant-cancel-expected.txt b/LayoutTests/http/tests/xmlhttprequest/reentrant-cancel-expected.txt |
index 9c63347b51710d88bfca87c45643fe6208566160..673649e2f5896b7406f4de288f39725e8be606fc 100644 |
--- a/LayoutTests/http/tests/xmlhttprequest/reentrant-cancel-expected.txt |
+++ b/LayoutTests/http/tests/xmlhttprequest/reentrant-cancel-expected.txt |
@@ -1,2 +1,2 @@ |
-CONSOLE MESSAGE: line 15: Uncaught Error: AbortError: DOM Exception 20 |
+CONSOLE MESSAGE: line 15: Uncaught AbortError: The user aborted a request. |
XThis tests that when we re-entrantly create and cancel XHRs, we don't try to disconnect the same CachedResourceClient multiple times from its CachedResource. We pass if we don't crash. XX |