gecko/layout/reftests/css-valid/textarea/textarea-fieldset-ref.html
Mounir Lamouri 9532ebf9c3 Bug 557087 (2/6) - Make the content aware of the new disabled state rule. r+a=sicking
--HG--
extra : rebase_source : 66ef476d46872edcc8ea8cd6488cd14d24ce8446
2010-09-18 23:33:16 +02:00

11 lines
179 B
HTML

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