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/button/button-fieldset-legend-2.html
T

14 lines
271 B
HTML

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