1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/generic/crashtests/390050-1.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,48 @@ 1.4 +<html> 1.5 +<head> 1.6 +<style type="text/css"> 1.7 +/*<![CDATA[*/ 1.8 + 1.9 +body { 1.10 + font-size: 62.5%; /* Resets 1em to 10px */ 1.11 +} 1.12 + 1.13 +#content { font-size: 1.2em; } 1.14 + 1.15 +.entry p { font-size: 1.05em; } 1.16 + 1.17 +.entry { 1.18 + -moz-column-width: 25em; 1.19 + -moz-column-gap: 3em; 1.20 +} 1.21 + 1.22 +.entry img { 1.23 + float: left; 1.24 + margin: 3px 10px; 1.25 +} 1.26 + 1.27 +.alt { 1.28 + padding: 10px; 1.29 +} 1.30 + 1.31 +#content { 1.32 + margin-left: 20px; 1.33 + margin-right: 260px; 1.34 + padding: 0 17px 20px 17px; 1.35 +} 1.36 + 1.37 + 1.38 +/*]]>*/ 1.39 +</style> 1.40 +</head> 1.41 +<body> 1.42 +<div id="content" class="entry"> 1.43 + 1.44 +<img width="222" height="164"> 1.45 + 1.46 + <p class="alt"> 1.47 +, .You can follow any responses the 1.48 + </p> 1.49 +</div> 1.50 +</body> 1.51 +</html>