Sign in
webkit
/
WebKit
/
ff4cb3c2323f3937e96e08f4f6fbe6c7755f9da5
/
.
/
LayoutTests
/
webgl
/
webgl-box-shadow-expected.html
blob: cda6950e4b30fd24407f4bf200b8ba1c87a8e62f [
file
] [
log
] [
blame
]
<head>
<meta
name
=
"viewport"
content
=
"width=device-width"
>
<style>
div
{
width
:
100px
;
height
:
100px
;
background-color
:
black
;
box-shadow
:
10px
10px
0px
blue
;
}
</style>
</head>
<div></div>