Sign in
webkit
/
WebKit
/
64ad48284f9bce0bf5722fce09958ff52c1d805e
/
.
/
LayoutTests
/
http
/
tests
/
security
/
http-0.9
/
resources
/
sandbox-should-not-persist-on-navigation.html
blob: 8e823fa0c363b45b191496a7ff36ca4836932e48 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<body>
<p
id
=
"result"
>
FAIL
</p>
<script>
document
.
getElementById
(
"result"
).
textContent
=
"PASS"
;
if
(
window
.
testRunner
)
testRunner
.
notifyDone
();
</script>
</body>
</html>