layout/base/crashtests/50395-1.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/base/crashtests/50395-1.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,24 @@
     1.4 +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
     1.5 +<html>
     1.6 +<head>
     1.7 +  <title>Testcase for bug 50395</title>
     1.8 +  <style> * { overflow: auto; } </style>
     1.9 +</head>
    1.10 +<body>
    1.11 +<h3>In head: &lt;style&gt; * { overflow: auto; } &lt;/style&gt;</h3>
    1.12 +
    1.13 +<p>iframe width="40%":</p>
    1.14 +<iframe width="40%"
    1.15 +        src="../../../testing/crashtest/images/600x58.png"></iframe>
    1.16 +
    1.17 +<p>iframe height="10%"</p>
    1.18 +<iframe height="10%"
    1.19 +        src="../../../testing/crashtest/images/600x58.png"></iframe>
    1.20 +
    1.21 +<p>iframe height="90"</p>
    1.22 +<iframe height="90"
    1.23 +        src="../../../testing/crashtest/images/600x58.png"></iframe>
    1.24 +
    1.25 +
    1.26 +</body>
    1.27 +</html>

mercurial