Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(600)

Side by Side Diff: LayoutTests/platform/chromium-win/http/tests/xmlhttprequest/README

Issue 14200030: Remove XMLHttpRequestException in favor of DOMException (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix tests after rebasing... Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 - event-target.html 1 - event-target.html
2 toString for XMLHttpRequests return [object XMLHttpRequest] with V8 and 2 toString for XMLHttpRequests return [object XMLHttpRequest] with V8 and
3 [object JSXMLHttpRequest] with KJS. 3 [object JSXMLHttpRequest] with KJS.
4
5 - XMLHttpRequestException
6 toString for exception prototypes and exception constructors differ
7 with v8 and KJS.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698