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

Side by Side Diff: LayoutTests/fast/xmlhttprequest/xmlhttprequest-detached-mixedcontent-no-crash-expected.txt

Issue 1165703009: Rebaseline onunload handler tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: remove passing web platform tests Created 5 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 | Annotate | Revision Log
OLDNEW
1 main frame - has 1 onunload handler(s)
2 CONSOLE WARNING: Synchronous XMLHttpRequest on the main thread is deprecated bec ause of its detrimental effects to the end user's experience. For more help, che ck http://xhr.spec.whatwg.org/. 1 CONSOLE WARNING: Synchronous XMLHttpRequest on the main thread is deprecated bec ause of its detrimental effects to the end user's experience. For more help, che ck http://xhr.spec.whatwg.org/.
3 Performing mixed content checks in a detached setting shouldn't crash. 2 Performing mixed content checks in a detached setting shouldn't crash.
4 3
5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
6 5
7 6
8 PASS xhr.send() threw exception NetworkError: Failed to execute 'send' on 'XMLHt tpRequest': Failed to load 'http://user:pass@127.0.0.1:8000/doesNotExist'.. 7 PASS xhr.send() threw exception NetworkError: Failed to execute 'send' on 'XMLHt tpRequest': Failed to load 'http://user:pass@127.0.0.1:8000/doesNotExist'..
9 PASS successfullyParsed is true 8 PASS successfullyParsed is true
10 9
11 TEST COMPLETE 10 TEST COMPLETE
12 11
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698