gecko/layout/reftests/css-invalid/select/select-fieldset-ref.html
Mounir Lamouri 2900163868 Bug 557087 (3/6) - Make layout aware of the new disabled state rule. r=dbaron a=sicking
--HG--
extra : rebase_source : 9e7d0a515c3f1bcacdcccc906c611849654ab484
2010-09-19 03:43:15 +02:00

11 lines
184 B
HTML

<!DOCTYPE html>
<html>
<body>
<fieldset>
<fieldset>
<select disabled style="background-color: green;"></select>
</fieldset>
</fieldset>
</body>
</html>