Blob Blame History Raw
<!DOCTYPE html>
<html>
<head>
  <title>
    Reference case with the root viewport scrollable, via styles on html node.
  </title>
  <style>
    html {
      overflow: scroll;
    }
  </style>
</head>
<body>
</body>
</html>