summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/cssom-view/scrollTop-display-change-ref.html
blob: 9f1259787bbb33e8f8be6d8fc415738bffee6590 (plain)
1
2
3
4
5
6
7
8
<!doctype html>
<meta charset=utf-8>
<div id="scroller" style="height: 100px; overflow: scroll">
  <div style="height: 1000px">
    I should be visible.
  </div>
  I should not be visible.
</div>