1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/docshell/test/chrome/bug293235.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,13 @@ 1.4 +<html> 1.5 + <head> 1.6 + <title>Bug 293235 page1</title> 1.7 + <style type="text/css"> 1.8 + a:visited, a.forcevisited.forcevisited { color: rgb(128, 0, 128); } 1.9 + a:link, a.forcelink.forcelink { color: rgb(0, 0, 128); } 1.10 + a:focus { color: rgb(128, 0, 0); } 1.11 + </style> 1.12 + </head> 1.13 + <body> 1.14 + <a id="link1" href="bug293235_p2.html">This is a test link.</a> 1.15 + </body> 1.16 +</html>