layout/generic/crashtests/665853.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/generic/crashtests/665853.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,29 @@
     1.4 +<html><head>
     1.5 +<link href="data:text/css," rel="stylesheet" type="text/css">
     1.6 +<style type="text/css">
     1.7 +.Big_Preview_Download {
     1.8 +  display:inline;
     1.9 +  position:relative;
    1.10 +}
    1.11 +.cma {
    1.12 +  position: absolute;
    1.13 +}
    1.14 +</style>
    1.15 +</head>
    1.16 +
    1.17 +<body>
    1.18 +
    1.19 +<div class="Big_Preview_Download">
    1.20 +  <table>
    1.21 +    <tbody>
    1.22 +      <tr>
    1.23 +        <td>
    1.24 +          <script type="text/javascript"> </script>
    1.25 +          <div class="cma"></div>
    1.26 +        </td>
    1.27 +      </tr>
    1.28 +    </tbody>
    1.29 +  </table>
    1.30 +</div>
    1.31 +
    1.32 +</body></html>

mercurial