mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-17 01:43:08 +09:00
12 lines
247 B
HTML
12 lines
247 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<body>
|
|
<script type="application/javascript">
|
|
function runTest()
|
|
{
|
|
return [ parent.HTMLElement.prototype instanceof Element,
|
|
parent.HTMLElement.prototype instanceof parent.Element ];
|
|
}
|
|
</script>
|
|
</body>
|
|
</html>
|