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