Sign in
webkit
/
WebKit
/
69a7b74912bac36f8b22ecde7a51522c768c4c9c
/
.
/
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>