| <!DOCTYPE HTML> |
| <html> |
| <head> |
| <title>This tests that we draw the input natively when :visited background-color is set.</title> |
| <style> |
| a:visited input { |
| background-color: red; |
| } |
| </style> |
| </head> |
| <body> |
| <a href=""><input type="button"></input></a><br> |
| <a href=""><input type="submit"></input></a><br> |
| <a href=""><input type="checkbox"></input></a><br> |
| <a href=""><input type="file"></input></a><br> |
| <a href=""><input type="checkbox"></input></a><br> |
| <a href=""><input type="color"></input></a><br> |
| <a href=""><input type="file"></input></a><br> |
| <a href=""><input type="hidden"></input></a><br> |
| <a href=""><input type="image"></input></a><br> |
| <a href=""><input type="radio"></input></a><br> |
| <a href=""><input type="range"></input></a><br> |
| <a href=""><input type="reset"></input></a><br> |
| <a href=""><input type="search"></input></a><br> |
| </body> |
| </html> |