repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
http
/
tests
/
misc
/
resources
/
stylesheet.php
blob
a2fdd235ea04e4f0f861a5cfea3eb534f09daa50
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
);
9
}
10
?
>