Sign in
webkit
/
WebKit
/
ccf8f7cdbfbfa46d99c5a9dcfbbf6cb2e9ec8c2c
/
.
/
LayoutTests
/
fast
/
frames
/
resources
/
sandboxed-iframe-navigation-source.html
blob: 413320a39d9a5658f4e140d5128ba24773d8aab4 [
file
] [
log
] [
blame
]
<html>
<head>
<script>
function
modify
()
{
self
.
parent
.
location
.
assign
(
'sandboxed-iframe-navigated.html'
);
}
</script>
</head>
<body
onload
=
'
modify
();
'
>
</body>
</html>