Bug 1874684 - Part 37: Fix unified compilation. r=allstarschh
[gecko.git] / layout / reftests / css-visited / placeholder-1.html
blobe349edb2c30bcb9d8d976f7eecbb4a29d5888313
1 <!DOCTYPE html>
2 <style>
3 a:visited { color: green }
4 input { color: inherit }
5 </style>
6 <a href="visited-page.html"><input placeholder="This should be green"></a>