| <!DOCTYPE html> | |
| <meta charset="utf-8"> | |
| <title>Select rendering invalidation</title> | |
| <link rel="author" href="mailto:masonf@chromium.org"> | |
| <style> | |
| select { | |
| color: lime; | |
| } | |
| </style> | |
| <select id=select> | |
| <option>The down arrow should be green</option> | |
| <option>value B</option> | |
| </select> |