Sign in
chromium
/
external
/
WebKit_LayoutTests
/
master
/
.
/
fast
/
css
/
variables
/
border-width-expected.html
blob: c33b30f120ed1cc751ba1b6e2d55386461849494 [
file
] [
log
] [
blame
]
<style>
div
{
border-color
:
green
;
border-style
:
solid
;
border-width
:
3px
10px
;
}
</style>
<div>
This text should have top and bottom borders of 3px and left and right borders of 10px
</div>