1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-07-20 05:59:11 +00:00
Files
UXP/layout/reftests/box-shadow/boxshadow-rotated-ref.html
T

16 lines
209 B
HTML

<html>
<head>
<style>
div.second {
margin: 35px auto 95px auto;
box-shadow: 0px 0px 15px 0px #808080;
width: 100;
height: 116.36px;
}
</style>
</head>
<body>
<div class="second"></div>
</body>
</html>