tenfourfox/layout/reftests/box-shadow/boxshadow-blur-2.html

11 lines
128 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<!DOCTYPE html>
<style>
body { margin: 0 }
p {
height: 1200px;
width: 100px;
box-shadow: 0px -100px 100px black;
}
</style>
<p>