Sign in
chromium
/
external
/
w3c
/
web-platform-tests.git
/
refs/heads/DOMParser-interface
/
.
/
css
/
css-backgrounds
/
reference
/
box-shadow-border-radius-001-notref.html
blob: fd0c1eb803613e6eaa78da174b2a5fd1122068d6 [
file
] [
log
] [
blame
] [
edit
]
<!DOCTYPE html>
<meta
charset
=
"UTF-8"
>
<title>
CSS Reftest reference
</title>
<style>
div
{
background-color
:
black
;
border-radius
:
4px
;
height
:
300px
;
width
:
300px
;
}
</style>
<div></div>