Sign in
chromium
/
external
/
w3c
/
web-platform-tests.git
/
refs/heads/DOMParser-interface
/
.
/
css
/
css-backgrounds
/
fieldset-inset-shadow-ref.html
blob: 6b4b9e5755fea014152af3802415146277fd36d7 [
file
] [
log
] [
blame
] [
edit
]
<!doctype html>
<title>
CSS Test Reference
</title>
<style>
div
{
width
:
100px
;
height
:
100px
;
box-sizing
:
border-box
;
box-shadow
:
0
0
0
10px
inset black
;
}
</style>
<div></div>