1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/dom/plugins/test/crashtests/570884.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,8 @@ 1.4 +<body> 1.5 +<embed type="application/x-test" width="20"></embed> 1.6 +<embed type="application/x-test" width="10"></embed> 1.7 +<embed type="application/x-test" width="0"></embed> 1.8 +<embed type="application/x-test" width="20" height="20"></embed> 1.9 +<embed type="application/x-test" width="10" height="10"></embed> 1.10 +<embed type="application/x-test" width="0" height="0"></embed> 1.11 +</body>