summaryrefslogtreecommitdiffstats
path: root/layout/reftests/table-anonymous-boxes/490174-1-ref.html
blob: 27090dd2d8c1d0508d66d24d6360a5e59ac7dd91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html>
<head></head>
<body>

<div style="position:absolute; top: 50px; left: 50px; border: 2px solid orange;" id="v">
  a
  <select style="width: 200%">
    <option style="visibility: collapse; overflow: auto; display: table-footer-group;">X</option>
  </select>
</div>

</body>
</html>