| Index: LayoutTests/http/tests/xmlhttprequest/XMLHttpRequestException.html
|
| diff --git a/LayoutTests/http/tests/xmlhttprequest/XMLHttpRequestException.html b/LayoutTests/http/tests/xmlhttprequest/XMLHttpRequestException.html
|
| index 7f90faf027ee1c21a06ed40556dd91ede0e18592..acb89e805af871fdcf5a6348d58ed4812fe740be 100644
|
| --- a/LayoutTests/http/tests/xmlhttprequest/XMLHttpRequestException.html
|
| +++ b/LayoutTests/http/tests/xmlhttprequest/XMLHttpRequestException.html
|
| @@ -43,7 +43,7 @@
|
| e = err;
|
| }
|
|
|
| - shouldBeEqualToString("e.toString()", "Error: NetworkError: DOM Exception 19");
|
| + shouldBeEqualToString("e.toString()", "NetworkError: A network error occurred.");
|
| shouldBeEqualToString("Object.prototype.toString.call(e)", "[object DOMException]");
|
| shouldBeEqualToString("Object.prototype.toString.call(e.__proto__)", "[object DOMExceptionPrototype]");
|
| shouldBeEqualToString("e.constructor.toString()", "function DOMException() { [native code] }");
|
|
|