Sign in
webkit
/
WebKit
/
69084d7b0eae184a8076d683d5feee69bc80ce44
/
.
/
LayoutTests
/
http
/
tests
/
security
/
resources
/
cross-origin-iframe-for-plugin.html
blob: f57036a58f8e4a83a1294a12372447b745039151 [
file
] [
log
] [
blame
]
<html>
<head>
<script>
window
.
onload
=
function
()
{
document
.
write
(
plg
.
privateBrowsingEnabled
);
}
</script>
</head>
<body>
<embed
name
=
"plg"
type
=
"application/x-webkit-test-netscape"
test
=
"private-browsing"
></embed>
</body>
</html>