summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-scrollbars/support/viewport-scrollbar-frame.html
blob: 04a4a2fa2d507a0715feaa1e6ba222c85648b77a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<meta charset="UTF-8">
<style>
html {
  scrollbar-color: yellow blue;
}
html, body {
  margin: 0;
  padding: 0;
}
#inner {
  width: 400px;
  height: 400px;
}
</style>
<div id="inner"></div>