chromium/third_party/blink/web_tests/external/wpt/html/rendering/replaced-elements/the-option-element/select-multiple-covered-by-abspos-ref.html

<!doctype html>
<title>Test reference</title>
<style>
.abspos {
  position: absolute;
  background-color: green;
  height: 300px;
  width: 300px;
}
</style>
<div class="abspos"></div>