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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/fetch/chromium/resources/mime-sniffing.php

Issue 2323623002: Do not sniff mime type for fetch() requests (Closed)
Patch Set: fix Created 4 years, 3 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 HTTP/1.1 301 Moved permanently 1 <?php
2 Location: https://mock.http/referrer_policy/referrer-policy-log.html 2 header('Content-Type: unknown/unknown');
3 3 echo '<!doctype html><html><body><p>hello</p></body></html>';
4 ?>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698