| OLD | NEW |
| 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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 50 composedPath : 'function composedPath() { [native code] }' | 50 composedPath : 'function composedPath() { [native code] }' |
| 51 currentTarget : '[object XMLHttpRequest]' | 51 currentTarget : '[object XMLHttpRequest]' |
| 52 defaultPrevented : 'false' | 52 defaultPrevented : 'false' |
| 53 eventPhase : '2' | 53 eventPhase : '2' |
| 54 initEvent : 'function initEvent() { [native code] }' | 54 initEvent : 'function initEvent() { [native code] }' |
| 55 isTrusted : 'true' | 55 isTrusted : 'true' |
| 56 lengthComputable : 'true' | 56 lengthComputable : 'true' |
| 57 loaded : '0' | 57 loaded : '0' |
| 58 path : '' | 58 path : '' |
| 59 preventDefault : 'function preventDefault() { [native code] }' | 59 preventDefault : 'function preventDefault() { [native code] }' |
| 60 relatedTargetScoped : 'false' | |
| 61 returnValue : 'true' | 60 returnValue : 'true' |
| 62 srcElement : '[object XMLHttpRequest]' | 61 srcElement : '[object XMLHttpRequest]' |
| 63 stopImmediatePropagation : 'function stopImmediatePropagation() { [native code]
}' | 62 stopImmediatePropagation : 'function stopImmediatePropagation() { [native code]
}' |
| 64 stopPropagation : 'function stopPropagation() { [native code] }' | 63 stopPropagation : 'function stopPropagation() { [native code] }' |
| 65 target : '[object XMLHttpRequest]' | 64 target : '[object XMLHttpRequest]' |
| 66 total : '0' | 65 total : '0' |
| 67 type : 'load' | 66 type : 'load' |
| 68 | 67 |
| OLD | NEW |