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

Unified Diff: webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/xmlhttprequest/xmlhttprequest-get-expected.txt

Issue 1102003: WebKit Roll 56165:56197. (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/src/
Patch Set: This time with expectations. Created 10 years, 9 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/platform/chromium-win/LayoutTests/fast/xmlhttprequest/xmlhttprequest-get-expected.txt
===================================================================
--- webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/xmlhttprequest/xmlhttprequest-get-expected.txt (revision 42019)
+++ webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/xmlhttprequest/xmlhttprequest-get-expected.txt (working copy)
@@ -47,6 +47,7 @@
cancelable : 'true'
clipboardData : 'undefined'
currentTarget : '[object XMLHttpRequest]'
+defaultPrevented : 'false'
eventPhase : '2'
initEvent : 'function initEvent() { [native code] }'
initProgressEvent : 'function initProgressEvent() { [native code] }'
@@ -56,6 +57,7 @@
preventDefault : 'function preventDefault() { [native code] }'
returnValue : 'true'
srcElement : '[object XMLHttpRequest]'
+stopImmediatePropagation : 'function stopImmediatePropagation() { [native code] }'
stopPropagation : 'function stopPropagation() { [native code] }'
target : '[object XMLHttpRequest]'
total : '0'

Powered by Google App Engine
This is Rietveld 408576698