Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / misc / resources / stylesheet.php
bloba2fdd235ea04e4f0f861a5cfea3eb534f09daa50
1 <?php
2 if (preg_match("/\*\/\*/", $_SERVER["HTTP_ACCEPT"])) {
3 ?>
4 p#target { position: relative; }
5 /* This stylesheet is served as text/html */
6 <?php
7 } else {
8 header("Not acceptable", true, 406);