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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/newline-in-request-uri-expected.txt

Issue 2895953002: Update dangling markup mitigations. (Closed)
Patch Set: Test. Created 3 years, 7 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 WARNING: line 10: Synchronous XMLHttpRequest on the main thread is depre cated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/. 1 CONSOLE WARNING: line 10: Synchronous XMLHttpRequest on the main thread is depre cated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/.
2 CONSOLE WARNING: line 11: Resource requests whose URLs contain raw newline chara cters are deprecated, and may be blocked in M60, around August 2017. Please remo ve newlines from places like element attribute values in order to continue loadi ng those resources. See https://www.chromestatus.com/features/5735596811091968 f or more details.
3 CONSOLE ERROR: line 11: Uncaught NetworkError: Failed to execute 'send' on 'XMLH ttpRequest': Failed to load 'http://127.0.0.1:8000/xmlhttprequest/resources/prin t-headers.cgi'.
4 Test for bug 22731: Newline in XMLHttpRequest URL can be used to remove HTTP hea ders (e.g. Host:). 2 Test for bug 22731: Newline in XMLHttpRequest URL can be used to remove HTTP hea ders (e.g. Host:).
5 3
6 LF FAIL: test did not run 4 LF SUCCESS
7 CR FAIL: test did not run 5 CR SUCCESS
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698