| <!DOCTYPE html> | |
| <!-- In the list box below, the text "This label should appear" should be shown as the first entry into the list box. --> | |
| <body> | |
| <select size="5"> | |
| <option label="This label should appear">This text should not appear</option> | |
| </select> | |
| </body> |