<!DOCTYPE html> <html> <!-- Test: if select is required and has a select option which has an empty string value, :invalid should apply. --> <link rel='stylesheet' type='text/css' href='style.css'> <body> <select class='invalid' required> <option selected value="">foo</option> </select> </body> </html></html>