Sign in
chromium
/
external
/
WebKit_LayoutTests
/
master
/
.
/
fast
/
css
/
variables
/
calc-expected.html
blob: d82f924b6bef440d49a24772b88540d77c659e02 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<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>
</html>