haikuwebkit/LayoutTests/fast/selectors/non-visited-link-backround-...

22 lines
323 B
HTML

<!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>