1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/floats/429974-1.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,37 @@ 1.4 +<!DOCTYPE html> 1.5 +<html> 1.6 +<head> 1.7 + 1.8 +<style type="text/css"> 1.9 + 1.10 +.contain { 1.11 + background: aqua; color: black; 1.12 + height: 10px; margin: 2px 50px; 1.13 +} 1.14 + 1.15 +.fl, .fr { height: 5px; } 1.16 +.fl { float: left; width: 56px; } 1.17 +.fr { float: right; width: 73px; } 1.18 + 1.19 +.t { overflow: hidden; background: blue; height: 5px; width: 85px; 1.20 + border-left: 1px solid blue; padding-left: 2px; 1.21 + padding-right: 4px; border-right: 8px solid blue; } 1.22 + 1.23 +</style> 1.24 + 1.25 +</head> 1.26 + 1.27 +<body style="width: 400px" onload="document.getElementById('p').nextSibling.data = ' ';"> 1.28 + 1.29 +<div class="contain"> 1.30 + <div class="fl" id="p"></div>xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx 1.31 + <div class="fr"></div> 1.32 +</div> 1.33 + 1.34 +<div class="contain"> 1.35 + <div class="fl"></div> 1.36 + <div class="t"></div> 1.37 +</div> 1.38 + 1.39 +</body> 1.40 +</html> 1.41 \ No newline at end of file