summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/rendering/replaced-elements/the-option-element/select-multiple-covered-by-abspos-ref.html
blob: 3cb496ea1bc05f6f682a0a5379a8dc08cea976dd (plain)
1
2
3
4
5
6
7
8
9
10
11
<!doctype html>
<title>Test reference</title>
<style>
.abspos {
  position: absolute;
  background-color: green;
  height: 300px;
  width: 300px;
}
</style>
<div class="abspos"></div>