gecko-dev/gfx/webrender/tests/bug_servo_10307.html

13 строки
249 B
HTML

<style>
div {
width: 200px;
height: 200px;
margin: 50px;
box-shadow: 0 0 0 20px black;
transform: translate(20px, 20px);
background: red;
}
</style>
There should be a red square with a black border around it.
<div></div>