1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/generic/crashtests/810726-2.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,57 @@ 1.4 +<!DOCTYPE html> 1.5 +<html> 1.6 + <head> 1.7 + <style type="text/css"> 1.8 + body { 1.9 + font-size: 0.875em; 1.10 + line-height: 1.30em; 1.11 + font-family: Arial; 1.12 + } 1.13 + 1.14 + p, ul, li { 1.15 + margin: 0; 1.16 + padding: 0; 1.17 + background-color: rgb(235, 235, 235); 1.18 + } 1.19 + 1.20 + ul { -moz-column-count: 2; 1.21 + background-color: rgb(255, 200, 200); 1.22 + } 1.23 + 1.24 + li { margin-left: 17px } 1.25 + .wrapper { 1.26 + background-color: rgb(255, 0, 155); max-width: 910px; 1.27 + border: 1px solid green; 1.28 + } 1.29 + 1.30 + .column { 1.31 + width: 73%; 1.32 + padding: 20px 60px 20px 40px; 1.33 + box-sizing: border-box; 1.34 + background-color: rgb(0, 95, 255); 1.35 + } 1.36 + 1.37 + .img { 1.38 + float: left; 1.39 + width: 261px; 1.40 + height: 150px; 1.41 + background-color: rgb(88, 20, 100); 1.42 + } 1.43 + </style> 1.44 + </head> 1.45 + <body> 1.46 + <div class="wrapper"> 1.47 + <div id="colEle" class="column"> 1.48 + <ul> 1.49 + <li> 1.50 + <p>123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123</p> 1.51 + </li> 1.52 + <li> 1.53 + <p>123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123</p> 1.54 + <div class="img"></div> 1.55 + </li> 1.56 + </ul> 1.57 + </div> 1.58 + </div> 1.59 + </body> 1.60 +</html>