no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / css-valid / button / button-fieldset-legend-ref.html
blob22adc433cdb8f080419661bd4174b38aa34bee11
1 <!DOCTYPE html>
2 <html>
3 <body>
4 <fieldset>
5 <legend>
6 <button style="background-color: green;"></button>
7 </legend>
8 </fieldset>
9 </body>
10 </html>