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

Side by Side Diff: LayoutTests/fast/xmlhttprequest/xmlhttprequest-get-expected.txt

Issue 22893051: Add support for BeforeUnloadEvent (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix test failures Created 7 years, 3 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 CONSOLE MESSAGE: event.returnValue is deprecated. Please use the standard event. preventDefault() instead.
1 GET test 2 GET test
2 3
3 responseText 4 responseText
4 <?xml version="1.0"?> 5 <?xml version="1.0"?>
5 <!DOCTYPE doc [ 6 <!DOCTYPE doc [
6 <!ATTLIST d id ID #IMPLIED> 7 <!ATTLIST d id ID #IMPLIED>
7 ]> 8 ]>
8 <doc> 9 <doc>
9 <foo xmlns="foobar">One</foo> <x:bar xmlns:x="barfoo">Two</x:bar> 10 <foo xmlns="foobar">One</foo> <x:bar xmlns:x="barfoo">Two</x:bar>
10 <d id="id3">Three</d> 11 <d id="id3">Three</d>
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 preventDefault : 'function preventDefault() { [native code] }' 59 preventDefault : 'function preventDefault() { [native code] }'
59 returnValue : 'true' 60 returnValue : 'true'
60 srcElement : '[object XMLHttpRequest]' 61 srcElement : '[object XMLHttpRequest]'
61 stopImmediatePropagation : 'function stopImmediatePropagation() { [native code] }' 62 stopImmediatePropagation : 'function stopImmediatePropagation() { [native code] }'
62 stopPropagation : 'function stopPropagation() { [native code] }' 63 stopPropagation : 'function stopPropagation() { [native code] }'
63 target : '[object XMLHttpRequest]' 64 target : '[object XMLHttpRequest]'
64 total : '0' 65 total : '0'
65 totalSize : '0' 66 totalSize : '0'
66 type : 'load' 67 type : 'load'
67 68
OLDNEW
« no previous file with comments | « LayoutTests/fast/events/before-unload-returnValue-expected.txt ('k') | LayoutTests/jquery/event-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698