summaryrefslogtreecommitdiffstats
path: root/layout/reftests/box-shadow/boxshadow-blur-2-notref.html
blob: 130d9215851af2e7cce95c7f2ef4bf51162fb879 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<style>
body { margin: 0 }
p {
height: 1200px;
width: 100px;
box-shadow: 0px -100px 100px black;
}
</style>
<p>
<div style="position:absolute; background: white; top: 100px; left: 212px; height: 2px; width: 2px"></div>