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
/
http
/
tests
/
linkHeader
/
link-header-no-crash-valid.php
blob
ae3f204f31f1cf968c33f61546ef87593288aa8d
1
<
?php
2
header
(
"Link: </images/cat.jpg>; rel=prefetch"
);
3
?
>
4
<!
DOCTYPE html
>
5
<
script
>
6
if
(
window
.
testRunner
)
7
testRunner
.
dumpAsText
();
8
</
script
>
9
This test passes
if
we didn
't crash.