summaryrefslogtreecommitdiffstats
path: root/layout/generic/crashtests/363722-2.html
blob: 1a12a227e810334a5b06d2aee08a62741309e3eb (plain)
1
2
3
4
5
6
7
8
9
10
<html>
<body>
 <marquee style="background: yellow;">
  [inside OUTER marquee]
  <marquee style="background: lightgreen;">
   [inside INNER marquee]
  </marquee>
 </marquee>
</body>
</html>