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

Side by Side Diff: LayoutTests/http/tests/xmlhttprequest/supported-xml-content-types-expected.txt

Issue 198893002: Make supported-xml-content-types.html tests faster. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: More splitting Created 6 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 PASS -- testing: text/xml -- responseXML: [object XMLDocument] 1 Test identification of XML content type in XHR responses.
2 2
3 PASS -- testing: image/svg+xml -- responseXML: [object XMLDocument] 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 PASS -- testing: application/soap+xml -- responseXML: [object XMLDocument]
6 5
7 PASS -- testing: foo/bar+xml -- responseXML: [object XMLDocument] 6 PASS text/xml
7 PASS image/svg+xml
8 PASS application/soap+xml
9 PASS foo/bar+xml
10 PASS 123/BAR+xml
11 PASS text/html
12 PASS image/png
13 PASS invalid
14 PASS successfullyParsed is true
8 15
9 PASS -- testing: 123/BAR+xml -- responseXML: [object XMLDocument] 16 TEST COMPLETE
10 17
11 PASS -- testing: foo_bar/baz+xml -- responseXML: [object XMLDocument]
12
13 PASS -- testing: foo-bar/baz+xml -- responseXML: [object XMLDocument]
14
15 PASS -- testing: foo+bar/baz+xml -- responseXML: [object XMLDocument]
16
17 PASS -- testing: foo~bar/baz+xml -- responseXML: [object XMLDocument]
18
19 PASS -- testing: foo!bar/baz+xml -- responseXML: [object XMLDocument]
20
21 PASS -- testing: foo$bar/baz+xml -- responseXML: [object XMLDocument]
22
23 PASS -- testing: foo^bar/baz+xml -- responseXML: [object XMLDocument]
24
25 PASS -- testing: foo{bar/baz+xml -- responseXML: [object XMLDocument]
26
27 PASS -- testing: foo}bar/baz+xml -- responseXML: [object XMLDocument]
28
29 PASS -- testing: foo|bar/baz+xml -- responseXML: [object XMLDocument]
30
31 PASS -- testing: foo%bar/baz+xml -- responseXML: [object XMLDocument]
32
33 PASS -- testing: foo'bar/baz+xml -- responseXML: [object XMLDocument]
34
35 PASS -- testing: foo`bar/baz+xml -- responseXML: [object XMLDocument]
36
37 PASS -- testing: foo#bar/baz+xml -- responseXML: [object XMLDocument]
38
39 PASS -- testing: foo&bar/baz+xml -- responseXML: [object XMLDocument]
40
41 PASS -- testing: foo*bar/baz+xml -- responseXML: [object XMLDocument]
42
43 PASS -- testing: text/html -- responseXML: null
44
45 PASS -- testing: image/png -- responseXML: null
46
47 PASS -- testing: invalid -- responseXML: null
48
49 FAIL (got document -- response type: foo bar/baz+xml) -- testing: foo bar/baz+xm l -- responseXML: [object XMLDocument]
50
51 PASS -- testing: foo[bar/baz+xml -- responseXML: null
52
53 PASS -- testing: foo]bar/baz+xml -- responseXML: null
54
55 PASS -- testing: foo(bar/baz+xml -- responseXML: null
56
57 PASS -- testing: foo)bar/baz+xml -- responseXML: null
58
59 PASS -- testing: foo
60
61 PASS -- testing: foo>bar/baz+xml -- responseXML: null
62
63 PASS -- testing: foo@bar/baz+xml -- responseXML: null
64
65 PASS -- testing: foo,bar/baz+xml -- responseXML: null
66
67 PASS -- testing: foo;bar/baz+xml -- responseXML: null
68
69 PASS -- testing: foo:bar/baz+xml -- responseXML: null
70
71 PASS -- testing: foo\bar/baz+xml -- responseXML: null
72
73 PASS -- testing: foo"bar/baz+xml -- responseXML: null
74
75 PASS -- testing: foo/bar/baz+xml -- responseXML: null
76
77 PASS -- testing: foo?bar/baz+xml -- responseXML: null
78
79 PASS -- testing: foo=bar/baz+xml -- responseXML: null
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698