summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/mozilla/tests/css/cssom/size-change-print-notref.html
blob: d7423b9127427ef91b340869ee4b589557bacdb5 (plain)
1
2
3
4
5
<!doctype html>
<div id="target">FAIL</div>
<script>
  document.getElementById("target").innerHTML = `${window.innerWidth}x${window.innerHeight}`;
</script>