Sign in
webkit
/
WebKit
/
c237475210db4fe10d1014ae2954660ab167db05
/
.
/
LayoutTests
/
http
/
tests
/
cache
/
resources
/
document-with-cached-unique-script.html
blob: fd7bd0878a49e7b5cb4923c49ce15526d77ffeac [
file
] [
log
] [
blame
]
<h1></h1>
<script
src
=
'random-cached.cgi'
></script>
<script>
window
.
opener
.
postMessage
(
randomNumber
,
'*'
);
</script>