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

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

Issue 797583002: [bindings] Avoid using custom bindings for handling clipboardData on Event idl interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Removed the UsageCounter related stuff. Created 6 years 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
« no previous file with comments | « no previous file | LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 28 matching lines...) Expand all
39 MOUSEDRAG : '32' 39 MOUSEDRAG : '32'
40 MOUSEMOVE : '16' 40 MOUSEMOVE : '16'
41 MOUSEOUT : '8' 41 MOUSEOUT : '8'
42 MOUSEOVER : '4' 42 MOUSEOVER : '4'
43 MOUSEUP : '2' 43 MOUSEUP : '2'
44 NONE : '0' 44 NONE : '0'
45 SELECT : '16384' 45 SELECT : '16384'
46 bubbles : 'false' 46 bubbles : 'false'
47 cancelBubble : 'false' 47 cancelBubble : 'false'
48 cancelable : 'true' 48 cancelable : 'true'
49 clipboardData : 'undefined'
50 currentTarget : '[object XMLHttpRequest]' 49 currentTarget : '[object XMLHttpRequest]'
51 defaultPrevented : 'false' 50 defaultPrevented : 'false'
52 eventPhase : '2' 51 eventPhase : '2'
53 initEvent : 'function initEvent() { [native code] }' 52 initEvent : 'function initEvent() { [native code] }'
54 lengthComputable : 'true' 53 lengthComputable : 'true'
55 loaded : '0' 54 loaded : '0'
56 path : '[object NodeList]' 55 path : '[object NodeList]'
57 position : '0' 56 position : '0'
58 preventDefault : 'function preventDefault() { [native code] }' 57 preventDefault : 'function preventDefault() { [native code] }'
59 returnValue : 'true' 58 returnValue : 'true'
60 srcElement : '[object XMLHttpRequest]' 59 srcElement : '[object XMLHttpRequest]'
61 stopImmediatePropagation : 'function stopImmediatePropagation() { [native code] }' 60 stopImmediatePropagation : 'function stopImmediatePropagation() { [native code] }'
62 stopPropagation : 'function stopPropagation() { [native code] }' 61 stopPropagation : 'function stopPropagation() { [native code] }'
63 target : '[object XMLHttpRequest]' 62 target : '[object XMLHttpRequest]'
64 total : '0' 63 total : '0'
65 totalSize : '0' 64 totalSize : '0'
66 type : 'load' 65 type : 'load'
67 66
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698