summaryrefslogtreecommitdiffstats
path: root/gfx/tests/reftest/1419528.html
blob: a9c65b3914dea7e3f1ce1733636fc1faba263e49 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<style>
.outer {
  display: flex;
}
.inner {
  padding-bottom: 6px;
  padding-top: 10 px;
  box-shadow: inset 0 0 0 0 #000;
}
</style>
<body>
  <div class="outer">
    <ul class="inner">
      Testing
    </ul>
  </div>
</body>
</html>