Sign in
webkit
/
WebKit
/
90500a31e77254f5fcdff3947bc08b5fb782ad6d
/
.
/
LayoutTests
/
http
/
tests
/
security
/
resources
/
no-custom-property.html
blob: 2af412841505c24d056ebfe27f83420877329048 [
file
] [
log
] [
blame
]
<script>
if
(
window
.
myProp
)
alert
(
"FAIL, myProp found"
);
else
alert
(
"PASS"
);
window
.
close
();
if
(
window
.
layoutTestController
)
layoutTestController
.
notifyDone
();
</script>