summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-scrollbars/scrollbar-color-012-ref.html
blob: 1effaf39223c5f6f26c6fce3456767197be06df0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!doctype html>
<html>
<style>
  .container {
    overflow: auto;
    height: 200px;
    width: 200px;
    background-color: red;
  }
</style>
<div class="container">
  <div class="content"></div>
</div>