Sign in
webkit
/
WebKit
/
2ab9dfaee5c791e0d7b2c0893a55ced8677e2e2a
/
.
/
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>