1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/forms/crashtests/393656-2.xhtml Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,22 @@ 1.4 +<html xmlns="http://www.w3.org/1999/xhtml"> 1.5 +<head> 1.6 +</head> 1.7 + 1.8 +<body> 1.9 + <div style="overflow: hidden;"> 1.10 + <div style="float: right;"><span>XXX</span></div> 1.11 + <select style="float: right; clear: right;"> 1.12 + <option><a style="float: right;"></a></option> 1.13 + <option style="margin: 100%;"></option> 1.14 + <option><div style="clear: both"></div></option> 1.15 + </select> 1.16 + <dl style="float: left;"></dl> 1.17 + <div> 1.18 + <div style="float: left;"></div> 1.19 + <div style="display: block; clear: both"></div> 1.20 + <dl style="float: left;"></dl> 1.21 + </div> 1.22 + </div> 1.23 +</body> 1.24 + 1.25 +</html>