select-invalidation-ref.html (295B)
1 <!DOCTYPE html> 2 <meta charset="utf-8"> 3 <title>Select rendering invalidation</title> 4 <link rel="author" href="mailto:masonf@chromium.org"> 5 6 <style> 7 select { 8 color: lime; 9 } 10 </style> 11 12 <select id=select> 13 <option>The down arrow should be green</option> 14 <option>value B</option> 15 </select>