summaryrefslogtreecommitdiffstats
path: root/dom/plugins/test/crashtests/570884.html
blob: 7af5cdba5333b20fc9612d9b4088ba222414be0c (plain)
1
2
3
4
5
6
7
8
<body>
<embed type="application/x-test" width="20"></embed>
<embed type="application/x-test" width="10"></embed>
<embed type="application/x-test" width="0"></embed>
<embed type="application/x-test" width="20" height="20"></embed>
<embed type="application/x-test" width="10" height="10"></embed>
<embed type="application/x-test" width="0" height="0"></embed>
</body>