Sign in
webkit
/
WebKit
/
d412672bedbda3cf7604d3ce86f733e80eb3476f
/
.
/
LayoutTests
/
imported
/
w3c
/
web-platform-tests
/
css
/
css-animations
/
animation-important-002-expected.html
blob: 52855cb91e6b780fc6375280b0643335802dd4e3 [
file
] [
log
] [
blame
]
<!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>