1 2 3 4 5 6
<!DOCTYPE html> <style> input { background-color: rgb(128, 228, 128); } </style> <input value="text"> <p>PASS if the input field has a light green background</p>