Sign in
◑
Theme
chromium
/
chromium
/
src
/
ef290da170d481d1ef1c9ca4e11d156cfaf09afe
/
.
/
fuchsia
/
engine
/
test
/
data
/
cross_origin_include_script.html
blob: 07bee2d7be1e50669cf1934b82f0b26583ea51aa [
file
]
<!DOCTYPE html>
<html>
<head>
<title>
original unmodified title
</title>
</head>
<body>
<script>
document
.
title
=
'same origin ftw'
;
</script>
<script
src
=
"alternate://set_title.js"
type
=
"text/javascript"
></script>
</body>
</html>