blob: a60befbf038f7faf29e714ce7538dfea0114fbf7 [file] [log] [blame]
<!doctype html>
<link rel=match href=size-ref.html>
<p>innerWidth x innerHeight: <span id=size></span></p>
<script>
document.querySelector("#size").textContent = window.innerWidth + "x" + window.innerHeight;
</script>