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

Side by Side Diff: LayoutTests/http/tests/xmlhttprequest/responseURL-expected.txt

Issue 312493004: Introduce XMLHttpRequest.responseURL. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 6 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
(Empty)
1 Test XMLHttpRequest.responseURL
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS responseURL is ""
7 PASS responseURL is ""
8 xhr.readyState = 2: responseURL = http://127.0.0.1:8000/xmlhttprequest/resources /reply2.txt
9 xhr.readyState = 3: responseURL = http://127.0.0.1:8000/xmlhttprequest/resources /reply2.txt
10 xhr.readyState = 4: responseURL = http://127.0.0.1:8000/xmlhttprequest/resources /reply2.txt
11 FAIL status should be 2000. Was 200.
12 PASS responseURL is "http://127.0.0.1:8000/xmlhttprequest/resources/reply2.txt"
13 PASS responseURL is ""
14 PASS responseURL is ""
15 xhr.readyState = 2: responseURL = http://127.0.0.1:8000/xmlhttprequest/resources /reply2.xml
16 xhr.readyState = 3: responseURL = http://127.0.0.1:8000/xmlhttprequest/resources /reply2.xml
17 xhr.readyState = 4: responseURL = http://127.0.0.1:8000/xmlhttprequest/resources /reply2.xml
18 PASS status is "200"
19 PASS responseURL is "http://127.0.0.1:8000/xmlhttprequest/resources/reply2.xml"
20 PASS responseURL is ""
21 PASS responseURL is ""
22 xhr.readyState = 2: responseURL = http://127.0.0.1:8000/xmlhttprequest/resources /not-found.txt
23 xhr.readyState = 3: responseURL = http://127.0.0.1:8000/xmlhttprequest/resources /not-found.txt
24 xhr.readyState = 4: responseURL = http://127.0.0.1:8000/xmlhttprequest/resources /not-found.txt
25 PASS status is "404"
26 PASS responseURL is "http://127.0.0.1:8000/xmlhttprequest/resources/not-found.tx t"
27 xhr.readyState = 1: responseURL =
28 PASS successfullyParsed is true
29
30 TEST COMPLETE
31
OLDNEW
« no previous file with comments | « LayoutTests/http/tests/xmlhttprequest/responseURL.html ('k') | Source/core/xml/XMLHttpRequest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698