gecko/layout/reftests/css-enabled/select/select-fieldset-legend-ref-3.html

14 lines
283 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<link rel='stylesheet' type='text/css' href='style.css'>
<body>
<fieldset class="ref">
<fieldset class="ref">
<legend>
<select disabled class="ref"></select>
</legend>
</fieldset>
</fieldset>
</body>
</html>