Files
UXP-Fixed/layout/reftests/css-enabled/select/select-fieldset-legend-5.html
T
2018-02-02 04:16:08 -05:00

16 lines
347 B
HTML

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