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

Side by Side Diff: LayoutTests/http/tests/dom/resources/send-mime-type.php

Issue 151653004: Implemented Document.contentType (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase and fixing tests on windows Created 6 years, 8 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 <?php
2 header("HTTP/1.0 200 OK");
3 if (isset($_GET['m']) && $_GET['m'] != "")
4 header("Content-Type: " . $_GET['m']);
5 echo "<h1>Hello</h1>"
6 ?>
OLDNEW
« no previous file with comments | « LayoutTests/http/tests/dom/document-contentType-xhr-expected.txt ('k') | LayoutTests/http/tests/resources/dummy.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698