Sign in
chromium
/
external
/
WebKit_LayoutTests
/
master
/
.
/
fast
/
css
/
variables
/
var-inside-quad-expected.html
blob: 627aed719b141a432a8a767b382e0d353ab455de [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<style>
body
{
border-color
:
green
;
border-width
:
1px
2px
3px
4px
;
border-style
:
solid
;
}
</style>
This text should be surrounded by a green border with 1px top, 2px right, 3px bottom, 4px left.
</html>