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