servo/tests/wpt/web-platform-tests/css/css-animations/animation-important-002-ref.html

9 lines
196 B
HTML

<!DOCTYPE html>
<style>
a {
text-decoration: underline;
background-color: rgb(0, 150, 0);
}
</style>
<a style="color: rgb(150, 0, 0)">Unvisited</a>
<a style="color: white">Visited</a>