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

Unified Diff: LayoutTests/fast/xmlhttprequest/xmlhttprequest-get-expected.txt

Issue 14146002: Remove all generic expected results for which a generic Chromium expected result exists (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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: LayoutTests/fast/xmlhttprequest/xmlhttprequest-get-expected.txt
diff --git a/LayoutTests/fast/xmlhttprequest/xmlhttprequest-get-expected.txt b/LayoutTests/fast/xmlhttprequest/xmlhttprequest-get-expected.txt
deleted file mode 100644
index 76b3dde93e904685027f8741878c58e7adeedf22..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/xmlhttprequest/xmlhttprequest-get-expected.txt
+++ /dev/null
@@ -1,74 +0,0 @@
-GET test
-
-responseText
-<?xml version="1.0"?>
-<!DOCTYPE doc [
-<!ATTLIST d id ID #IMPLIED>
-]>
-<doc>
- <foo xmlns="foobar">One</foo> <x:bar xmlns:x="barfoo">Two</x:bar>
- <d id="id3">Three</d>
-</doc>
-responseXML serialized
-<?xml version="1.0"?><!DOCTYPE doc><doc>
- <foo xmlns="foobar">One</foo> <x:bar xmlns:x="barfoo">Two</x:bar>
- <d id="id3">Three</d>
-</doc>
-getAllResponseHeaders()
-status
-0
-statusText
-readyState
-4
-Event information
-Event object: [object XMLHttpRequestProgressEvent]
-Event properties:
-AT_TARGET : '2'
-BLUR : '8192'
-BUBBLING_PHASE : '3'
-CAPTURING_PHASE : '1'
-CHANGE : '32768'
-CLICK : '64'
-DBLCLICK : '128'
-DRAGDROP : '2048'
-FOCUS : '4096'
-KEYDOWN : '256'
-KEYPRESS : '1024'
-KEYUP : '512'
-MOUSEDOWN : '1'
-MOUSEDRAG : '32'
-MOUSEMOVE : '16'
-MOUSEOUT : '8'
-MOUSEOVER : '4'
-MOUSEUP : '2'
-NONE : '0'
-SELECT : '16384'
-bubbles : 'false'
-cancelBubble : 'false'
-cancelable : 'true'
-clipboardData : 'undefined'
-currentTarget : '[object XMLHttpRequest]'
-defaultPrevented : 'false'
-eventPhase : '2'
-initEvent : 'function initEvent() {
- [native code]
-}'
-lengthComputable : 'false'
-loaded : '0'
-position : '0'
-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'
-totalSize : '0'
-type : 'load'
-

Powered by Google App Engine
This is Rietveld 408576698