summaryrefslogtreecommitdiffstats
path: root/dom/tests/mochitest/general/file_domWindowUtils_scrollbarSize.html
blob: 1959fc4f68059537917cccf28fd89c6d4d75d6e2 (plain)
1
2
3
4
5
6
7
<!DOCTYPE HTML>
<html>
<body style='width: 100000px; overflow: hidden;'></body>
  <div id="float" style="float: left; overflow: scroll;">
    <div style="width: 200px;"></div>
  </div>
</html>