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
Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
jquery
/
resources
/
test
/
data
/
script.php
blob
fb7110491fe24853d9c2fdf47e1c89fb07ca3747
1
<
?php
2
error_reporting
(
0
);
3
if
(
$_REQUEST
[
'header'
] ) {
4
if
(
$_REQUEST
[
'header'
] ==
"ecma"
) {
5
header
(
"Content-type: application/ecmascript"
);
6
}
else
{
7
header
(
"Content-type: text/javascript"
);
8
}
9
}
10
?
>
11
ok
(
true
,
"Script executed correctly."
);