Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/http/tests/security/resources/javascript-mimetype.php |
| diff --git a/third_party/WebKit/LayoutTests/http/tests/security/resources/javascript-mimetype.php b/third_party/WebKit/LayoutTests/http/tests/security/resources/javascript-mimetype.php |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..98b8968fc79c0c04cc122fea3e97cbd9fd9add5b |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/http/tests/security/resources/javascript-mimetype.php |
| @@ -0,0 +1,5 @@ |
| +<?php |
| +$mimetype = strtolower($_GET["mimetype"]); |
| +header("Content-Type: $mimetype"); |
| +?> |
| +increment++; |