Sign in
webkit
/
WebKit
/
7d815df5a5eb5a0a67d72260d5639681d50d7f66
/
.
/
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>