layout/base/crashtests/403569-2.xhtml

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/base/crashtests/403569-2.xhtml	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,19 @@
     1.4 +<html xmlns="http://www.w3.org/1999/xhtml">
     1.5 +<head>
     1.6 +<style>
     1.7 +body {
     1.8 +  -moz-column-count: 2;
     1.9 +  -moz-column-width: 100px;
    1.10 +  height: 200px;
    1.11 +}
    1.12 +#b {
    1.13 +  float: left;
    1.14 +  height: 300px;
    1.15 +}
    1.16 +</style>
    1.17 +</head>
    1.18 +<body onclick="document.getElementById('span').style.display = 'block';">
    1.19 +<img src="../../../testing/crashtest/images/tree.gif" width="1070" height="335" id="b"/>
    1.20 +<optgroup label="foo"><span id="span"></span></optgroup>
    1.21 +</body>
    1.22 +</html>

mercurial