layout/generic/crashtests/400078-1.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/generic/crashtests/400078-1.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,20 @@
     1.4 +<!DOCTYPE html>
     1.5 +<html>
     1.6 +<head>
     1.7 +<style>
     1.8 +
     1.9 +html, body, table, tbody, tr, td, #colset, #e, #s { height: 100%; }
    1.10 +
    1.11 +#colset { -moz-column-count: 2; -moz-column-width: 200px; border: 2px solid black; text-indent: 500px; }
    1.12 +
    1.13 +#s { display: inline-block; width: 30px; border: 1px solid red; }
    1.14 +
    1.15 +</style>
    1.16 +</head>
    1.17 +
    1.18 +<body>
    1.19 +
    1.20 +<table><tbody><tr><td><div id="colset">XXX<span id="s"></span><div id="e"></div></div></td></tr></tbody></table>
    1.21 +
    1.22 +</body>
    1.23 +</html>

mercurial