Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<script>
document.write('<frameset><frame hidden>');
document.documentElement.offsetHeight;
document.querySelector('frame').appendChild(document.createElement('div'));
</script>