1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-06-12 11:28:57 +00:00
Files
UXP/layout/reftests/css-enabled/select/select-fieldset-legend-ref-2.html
T

14 lines
261 B
HTML

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