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

Side by Side Diff: webkit/data/layout_tests/chrome/fast/js/xhr-event-handler-default-expected.txt

Issue 67225: Use null for default value of event handler attributes in XMLHttpRequest.... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 11 years, 8 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
(Empty)
1 This test verifies that XMLHttpRequest object has null event handler attributes by default.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS xhr.onabort is null.
7 PASS xhr.onerror is null.
8 PASS xhr.onload is null.
9 PASS xhr.onloadstart is null.
10 PASS xhr.onprogress is null.
11 PASS xhr.onreadystatechange is null.
12 PASS xhr_upload.onabort is null.
13 PASS xhr_upload.onerror is null.
14 PASS xhr_upload.onload is null.
15 PASS xhr_upload.onloadstart is null.
16 PASS xhr_upload.onprogress is null.
17 PASS successfullyParsed is true
18
19 TEST COMPLETE
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698