Sign in
webkit
/
WebKit
/
e8494a3e400e9840c5c9d3a9498548be8949fc6c
/
.
/
LayoutTests
/
fast
/
css
/
revert-color-expected.html
blob: 9b51d14457bb35146a83fbf8c97472fb05390f47 [
file
] [
log
] [
blame
]
<head>
<style>
html
{
font-size
:
small
;
background-color
:
#F0F0F0
;
color
:
blue
;
}
blockquote
{
background-color
:
skyblue
;
}
</style>
</head>
<body>
<blockquote>
This text should be blue.
</blockquote>
</body>
</html>