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