blob: d57ff159faae486ee3ac73fda2b52dfb5bc62506 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>This tests that we set the proper background color on the not-yet-visited link.</title>
<style>
a {
display: block;
width: 100px;
height: 100px;
background: border-box;
}
a:link {
background: green;
}
</style>
</head>
<body>
<a href=""></a>
</body>
</html>