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

17 lines
258 B
HTML

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