| <!DOCTYPE html> | |
| <meta charset="UTF-8"> | |
| <title>HTML Widget Test</title> | |
| <link rel="author" title="Richard Tjokroutomo href="mailto:richard.tjokro2@gmail.com"> | |
| <meta name="assert" content="The width of the <input type='radio'> should respect the 'width' property if specified."> | |
| <script src="/resources/check-layout-th.js"></script> | |
| <div> | |
| <input type="radio" style="width: 100px;" data-expected-width="100"/> | |
| </div> | |
| <div> | |
| <input type="radio" style="width: 200px;" data-expected-width="200"/> | |
| </div> | |