repo.or.cz
/
gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bug 1941128 - Turn off network.dns.native_https_query on Mac again
[gecko.git]
/
dom
/
bindings
/
test
/
file_InstanceOf.html
blob
61e2bc295e1a830d62cbf6bd4e0caa39efb00760
1
<!DOCTYPE
HTML
>
2
<html>
3
<body>
4
<script
type
=
"application/javascript"
>
5
function runTest() {
6
return [ parent.HTMLElement.prototype instanceof Element,
7
parent.HTMLElement.prototype instanceof parent.Element ];
8
}
9
</script>
10
</body>
11
</html>