Sign in
chromium
/
external
/
w3c
/
web-platform-tests
/
refs/heads/settimeout-active-script
/
.
/
css
/
css-backgrounds
/
reference
/
box-shadow-border-radius-001-ref.html
blob: ff99f43feec9f2929d381e4682058c36115a293b [
file
] [
edit
]
<!DOCTYPE html>
<meta
charset
=
"UTF-8"
>
<title>
CSS Reftest reference
</title>
<style>
div
{
background-color
:
black
;
border-radius
:
50%
;
height
:
300px
;
width
:
300px
;
}
</style>
<div></div>