Sign in
chromium
/
external
/
WebKit_LayoutTests
/
master
/
.
/
fast
/
css
/
variables
/
var-inside-pair-expected.html
blob: 1e229b713d3be6843bd34da7cede2954239289aa [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<style>
body
{
border
:
1px
solid green
;
border-top-left-radius
:
3px
6px
;
}
</style>
This text should be surrounded by a green border with a rounded top left corner.
</html>