summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/514917-1-ref.html
blob: 63c93580d5da759ea217c0509dfec864e6571d93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE HTML>
<title>Testcase, bug 514917</title>
<style type="text/css">

body > div > div {
  width: 100px;
  height: 100px;
  box-shadow: blue 50px 50px;
}

body > div > div > div {
  width: 160px;
  height: 160px;
  border: medium solid;
}

</style>
<body>
<div><div><div></div></div></div>
</body>