summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/637852-3-ref.html
blob: b3e82984adc8f4fef91af137f69a41357edb99ed (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE HTML>
<html>
<body>
<div id="d" style="border:20px solid black; height:200px; width:200px;">
  <div style="width:200px; height:50px; background:yellow"></div>
  <div style="height:100px; background:blue;"></div>
  <div style="height:50px; background:orange;"></div>
</div>
</body>
</html>