summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/99850-1d.html
blob: a88b29c63b34534db61cfac0943c77e522060e99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE HTML>
<html>
<head>
<script type="text/javascript">

function change_colors()
{
  document.linkColor = "#009933";
}

</script>
</head>

<body onload="change_colors()" link="#FF0000">

<a href="http://mozilla.org/do_not_visit">unvisited link</a>

</body>

</html>