Sign in
webkit
/
WebKit
/
682d9bb2feed1433e3e2cc66204f18282e1de136
/
.
/
LayoutTests
/
http
/
tests
/
security
/
xss-DENIED-window-name-navigator.html
blob: 58e4e1c0dc9f5c70c57c43deb7434a9365a19204 [
file
] [
log
] [
blame
]
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
</script>
<iframe sandbox="allow-scripts"
src="data:text/html,
<script>
window
.
name
=
'navigator'
;
console
.
log
(
top
.
navigator
===
self
?
'PASS'
:
'FAIL'
);
</script>
">
</iframe>