Sign in
webkit
/
WebKit
/
e77cf655aa99024abb12bad4d3b2831532a4b908
/
.
/
LayoutTests
/
fast
/
css
/
unset-keyword-expected.html
blob: 3690298581a2104d5913b18320ef403b9411f3c0 [
file
] [
log
] [
blame
]
<head>
<style>
body
{
color
:
green
;
background-color
:
#ccc
;
}
p
{
border-left
:
5px
solid black
;
border-right
:
5px
solid black
;
}
</style>
</head>
<body>
This text should be green on a grey background and have only side borders.
</body>
</html>