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