tizen beta release
[framework/web/webkit-efl.git] / LayoutTests / fast / history / visited-link-background-color.html
1 <style>
2 a { display:block; width:500px; height:500px; }
3 a:link {
4   background:olive;
5 }
6
7 a:visited {
8   color: white
9 }
10 </style>
11 <script>
12 if (window.layoutTestController)
13     window.layoutTestController.keepWebHistory();
14 </script>
15 <body>
16 <iframe src="resources/dummy.html" style="display:none"></iframe>
17 <a href="resources/dummy.html">This text should be white on an olive background.</a>