Sign in
webkit
/
WebKit
/
f6013b2d8a67a21431419ad45d183d56cb11b105
/
.
/
LayoutTests
/
http
/
tests
/
security
/
xssAuditor
/
data-urls-work.html
blob: 39282e0b9298a249d35cd98f08c437865ab2fdd8 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
<script>
if
(
window
.
testRunner
)
{
testRunner
.
dumpAsText
();
testRunner
.
setXSSAuditorEnabled
(
true
);
}
</script>
</head>
<body>
<iframe src="data:text/html,
<script>
alert
(
'PASS'
);
</script>
">
</iframe>
</body>
</html>