Sign in
webkit
/
WebKit
/
897c8e252a4a2dd858017139be422cb6359cd9d7
/
.
/
LayoutTests
/
http
/
tests
/
cache
/
disk-cache
/
speculative-validation
/
resources
/
frame-with-authenticated-resource.php
blob: e58b6d7c99a5c23a81598367a9fc9e8a89adf255 [
file
] [
log
] [
blame
]
<?
php
header
(
'Content-Type: text/html'
);
header
(
'Cache-Control: max-age=0'
);
header
(
'Etag: 123456789'
);
?>
<!DOCTYPE html>
<body>
<script
src
=
"resource-with-auth.php"
></script>
</body>