Sign in
webkit
/
WebKit
/
e77cf655aa99024abb12bad4d3b2831532a4b908
/
.
/
LayoutTests
/
fast
/
css
/
008.html
blob: da728268d4a1b7a7584cbda912e81f50708cc33f [
file
] [
log
] [
blame
]
<head>
<style>
.
a
{
border
:
10px
solid olive
;
}
.
b
{
font-size
:
24px
;
}
</style>
</head>
<body>
<div
class
=
"a
b"
>
You should see 24px text inside a 10px solid olive border.
</div>