/layout/reftests/css-enabled/button/button-fieldset-legend-2.html
http://github.com/zpao/v8monkey · HTML · 13 lines · 13 code · 0 blank · 0 comment · 0 complexity · 43afb617e1b3de93534a952f729c6ea2 MD5 · raw file
- <!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>