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