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

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

Issue 1817453002: Implement Event.relatedTargetScoped (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix layout test Created 4 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 unified diff | Download patch
OLDNEW
1 GET test 1 GET test
2 2
3 responseText 3 responseText
4 <?xml version="1.0"?> 4 <?xml version="1.0"?>
5 <!DOCTYPE doc [ 5 <!DOCTYPE doc [
6 <!ATTLIST d id ID #IMPLIED> 6 <!ATTLIST d id ID #IMPLIED>
7 ]> 7 ]>
8 <doc> 8 <doc>
9 <foo xmlns="foobar">One</foo> <x:bar xmlns:x="barfoo">Two</x:bar> 9 <foo xmlns="foobar">One</foo> <x:bar xmlns:x="barfoo">Two</x:bar>
10 <d id="id3">Three</d> 10 <d id="id3">Three</d>
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 currentTarget : '[object XMLHttpRequest]' 49 currentTarget : '[object XMLHttpRequest]'
50 deepPath : 'function deepPath() { [native code] }' 50 deepPath : 'function deepPath() { [native code] }'
51 defaultPrevented : 'false' 51 defaultPrevented : 'false'
52 eventPhase : '2' 52 eventPhase : '2'
53 initEvent : 'function initEvent() { [native code] }' 53 initEvent : 'function initEvent() { [native code] }'
54 isTrusted : 'true' 54 isTrusted : 'true'
55 lengthComputable : 'true' 55 lengthComputable : 'true'
56 loaded : '0' 56 loaded : '0'
57 path : '' 57 path : ''
58 preventDefault : 'function preventDefault() { [native code] }' 58 preventDefault : 'function preventDefault() { [native code] }'
59 relatedTargetScoped : 'false'
59 returnValue : 'true' 60 returnValue : 'true'
60 scoped : 'true' 61 scoped : 'true'
61 srcElement : '[object XMLHttpRequest]' 62 srcElement : '[object XMLHttpRequest]'
62 stopImmediatePropagation : 'function stopImmediatePropagation() { [native code] }' 63 stopImmediatePropagation : 'function stopImmediatePropagation() { [native code] }'
63 stopPropagation : 'function stopPropagation() { [native code] }' 64 stopPropagation : 'function stopPropagation() { [native code] }'
64 target : '[object XMLHttpRequest]' 65 target : '[object XMLHttpRequest]'
65 total : '0' 66 total : '0'
66 type : 'load' 67 type : 'load'
67 68
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698