blob: 15d29441aa33dfaf84ab88cdb24d008e7c7ece81 [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>
div {
width: 100px;
height: 100px;
background: green;
}
</style>
</head>
<body>
<div></div>
</body>
</html>