Sign in
webkit
/
WebKit
/
2460f0f427f628fc375ef165c5dc0d6e83a008e8
/
.
/
LayoutTests
/
fast
/
css
/
visited-link-stroke-color.html
blob: 29fd79ae471c175b7d1f8519ac3ee77c2d4cbf41 [
file
] [
log
] [
blame
]
<html>
<head>
<style>
a
{
font-size
:
300%
;
stroke-width
:
2px
;
stroke-color
:
green
;
}
a
:
visited
{
color
:
red
;
stroke-color
:
blue
;
}
</style>
</head>
<body>
<a
href
>
Visited link with blue stroke color
</a>
</body>
</html>