Sign in
webkit
/
WebKit
/
b02737e0dcbaa3a4c4e66931839e0609e605d359
/
.
/
LayoutTests
/
fast
/
selectors
/
non-visited-link-backround-color-expected.html
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>