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

Side by Side Diff: LayoutTests/http/tests/xmlhttprequest/resources/get-utf-8.cgi

Issue 20625004: XMLHttpRequest should clear the response encoding when it clears responseText. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 5 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 #!/usr/bin/perl -w
2 use utf8;
3 use Encode 'encode';
4
5 print "Content-type: text/plain; charset=utf-8\n\n";
6 print encode("UTF-8", "Проверка");
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698