summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/1398500-1-ref.html
blob: de97671c250b9b349040c7c84f78d2dcffd6e5c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
  <head>
    <style>
      body { overflow: scroll; border: 1px solid green; }
    </style>
  </head>
  <body>
    This element should not have scrollbars!
  </body>
</html>