Sign in
webkit
/
WebKit
/
5bd663b95d2fa0048c9b51d7e90d3c09992ceb28
/
.
/
LayoutTests
/
http
/
tests
/
security
/
resources
/
has-custom-property.html
blob: c0b827b4b2619aa993b396a0db61e7c3c667868a [
file
] [
log
] [
blame
]
<script>
document
.
write
(
window
.
myProp
?
"PASS"
:
"FAIL, no myProp found"
)
if
(
window
.
testRunner
)
testRunner
.
notifyDone
();
</script>