Sign in
chromium
/
external
/
WebKit_LayoutTests
/
master
/
.
/
fast
/
css
/
variables
/
calc-invalid-variable-expected.html
blob: ac3939ee32a18750dd2a04b8ebf7ab262344e271 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<style>
div
{
border-color
:
green
;
border-style
:
solid
;
}
</style>
<div>
This text should have the default border width
</div>
</html>