Sign in
webkit
/
WebKit
/
87ed9e9d3b9811d837ccc9378e2cb504a2bf4f8e
/
.
/
LayoutTests
/
http
/
tests
/
security
/
xssAuditor
/
non-block-javascript-url-frame.html
blob: aa3798b9c4ff9541834daaea3fa7f220a522fb73 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
<script>
if
(
window
.
testRunner
)
{
testRunner
.
dumpAsText
();
testRunner
.
setXSSAuditorEnabled
(
true
);
testRunner
.
dumpChildFramesAsText
();
}
</script>
</head>
<body>
<iframe
src
=
"javascript:'PASS'"
></iframe>
</body>
</html>