tenfourfox/layout/reftests/box-shadow/boxshadow-inset-neg-spread2-ref.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

17 lines
178 B
HTML

<html>
<head>
<style>
.test {
background-color: #fec;
display: inline-block;
width: 5em;
height: 5em;
}
</style>
</head>
<body>
<div class="test"></div>
</body>
</html>