blob: d8e9641876645940cfe44d4958292a7c844c7393 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
span { color: green; }
</style>
</head>
<body>
<input required><span>This should be green</span>
</body>
</html>