summaryrefslogtreecommitdiffstats
path: root/layout/reftests/native-theme/492155-1.html
blob: 3efd595485ffd1ff141be2cda2583d03f2262bba (plain)
1
2
3
4
5
6
7
<!DOCTYPE html>
<div style="width: 200px; height: 200px; margin: 50px; transform: rotate(90deg); position: relative;">
  <div style="height: 200px; overflow: auto;">
    <div style="height: 400px;"></div>
  </div>
  <div style="position: absolute; top: -2px; right: -2px; bottom: -2px; width: 50px; background: white;"></div>
</div>