mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
12 lines
438 B
HTML
12 lines
438 B
HTML
|
<!DOCTYPE HTML>
|
||
|
<title>Test for privacy restrictions on :visited (Bug 147777): default color for 'border'</title>
|
||
|
<style type="text/css">
|
||
|
|
||
|
div { margin: 2px; }
|
||
|
.link { color: maroon; border: medium solid maroon; border-top: dashed thin blue; }
|
||
|
.visited { color: gray; border: medium solid fuchsia; border-top: dashed thin fuchsia; border-right-color: gray; }
|
||
|
|
||
|
</style>
|
||
|
<div class="link">unvisited</div>
|
||
|
<div class="visited">visited</div>
|