Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / ManualTests / visited-link-new-window.html
blob5e10a34fc027806f3190658786faf080fc51b30a
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>Visited link coloring test</test>
5 <style>
6 :visited {
7 color: limegreen;
9 </style>
10 </head>
11 <body>
12 <h1>Visited link coloring test</h1>
13 <p>Make sure the link below is not colored as visited (delete the item
14 for visited-link.html from your history and restart if
15 necessary). Then cmd-click it. The link should turn lime green.</p>
16 <a href="resources/visited-link.html">Am I a visited link?</a>
17 </body>
18 </html>