mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-16 17:31:17 +00:00
13 lines
247 B
HTML
13 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>
|