Sign in
chromium
/
chromium
/
src.git
/
edabf4518f44d6bb65b103e68c13423b729e8977
/
.
/
third_party
/
WebKit
/
LayoutTests
/
http
/
tests
/
linkHeader
/
link-header-no-crash-space-in-url.php
blob: 6f3c6811b59cbbbfa02c33e30cfcbd4f6ff0fba0 [
file
] [
log
] [
blame
]
<?
php
header
(
"Link: < http://wut.com/ sdfsdf ?sd>; rel=dns-prefetch"
);
?>
<!DOCTYPE html>
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
</script>
This test passes if we didn't crash.