Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/webkit-2023.7-embargoed
/
.
/
LayoutTests
/
fast
/
css
/
unset-keyword-expected.html
blob: 3690298581a2104d5913b18320ef403b9411f3c0 [
file
] [
edit
]
<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>