Mypal/layout/reftests/box-shadow/boxshadow-inset-neg-spread2...

21 lines
248 B
HTML

<html>
<head>
<style>
.test {
background-color: #fec;
display: inline-block;
width: 5em;
height: 5em;
}
.first {
box-shadow: inset 0 0 1px -3px rgba(0,0,10,0.25);
}
</style>
</head>
<body>
<div class="first test"></div>
</body>
</html>