tenfourfox/layout/reftests/table-anonymous-boxes/490174-1.html

14 lines
375 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<!DOCTYPE html>
<html>
<head></head>
<body onload="document.getElementById('v').firstChild.data = ' a ';">
<div style="position:absolute; top: 50px; left: 50px; border: 2px solid orange;" id="v">
<select style="width: 200%">
<option style="visibility: collapse; overflow: auto; display: table-footer-group;">X</option>
</select>
</div>
</body>
</html>