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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: webkit/data/layout_tests/chrome/fast/js/xhr-event-handler-default-expected.txt
===================================================================
--- webkit/data/layout_tests/chrome/fast/js/xhr-event-handler-default-expected.txt (revision 0)
+++ webkit/data/layout_tests/chrome/fast/js/xhr-event-handler-default-expected.txt (revision 0)
@@ -0,0 +1,19 @@
+This test verifies that XMLHttpRequest object has null event handler attributes by default.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS xhr.onabort is null.
+PASS xhr.onerror is null.
+PASS xhr.onload is null.
+PASS xhr.onloadstart is null.
+PASS xhr.onprogress is null.
+PASS xhr.onreadystatechange is null.
+PASS xhr_upload.onabort is null.
+PASS xhr_upload.onerror is null.
+PASS xhr_upload.onload is null.
+PASS xhr_upload.onloadstart is null.
+PASS xhr_upload.onprogress is null.
+PASS successfullyParsed is true
+
+TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698