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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/security/suborigins/crossorigin/suborigin-cross-origin-script-window-onerror-cors-expected.txt

Issue 2332263002: Updated suborigin serialization to latest spec proposal (Closed)
Patch Set: Actually disable test Created 4 years, 2 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 CONSOLE ERROR: line 1: Uncaught SomeError 1 CONSOLE ERROR: line 1: Uncaught SomeError
2 The Test passes if 'window.onerror' gets unsanitized information about an except ion thrown in a script loaded with a 'crossorigin' attribute, and delivered with valid CORS headers. 2 The Test passes if 'window.onerror' gets unsanitized information about an except ion thrown in a script loaded with a 'crossorigin' attribute, and delivered with valid CORS headers.
3 3
4 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 ".
5 5
6 6
7 PASS /SomeError/.test(msg) is true 7 PASS /SomeError/.test(msg) is true
8 PASS url is "http://127.0.0.1:8000/security/resources/cors-script.php?fail=true& cors=http://foobar_127.0.0.1:8000" 8 PASS url is "http://127.0.0.1:8000/security/resources/cors-script.php?fail=true& cors=http-so://foobar.127.0.0.1:8000"
9 PASS line is 1 9 PASS line is 1
10 PASS column is 1 10 PASS column is 1
11 PASS window.errorObject is not null 11 PASS window.errorObject is not null
12 PASS successfullyParsed is true 12 PASS successfullyParsed is true
13 13
14 TEST COMPLETE 14 TEST COMPLETE
15 15
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698