summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-scroll-snap/scroll-margin-on-anchor-ref.html
blob: f04ccfbbb113f07a6417913a681db18e72513f69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<style>
html,body {
  overflow: hidden;
  margin: 0px;
  padding: 0px;
}
body {
  margin-top: 100px;
}
#target {
  background-color: blue;
  width: 100%;
  height: 100px;
}
</style>
<div id="target"></div>