1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/text/soft-hyphens-break-word-1b.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,13 @@ 1.4 +<html> 1.5 +<body> 1.6 + 1.7 +<div style="width:0; word-wrap:break-word;"> 1.8 +<p>Hy­­phen. 1.9 +<p><span>Hy</span>­­phen. 1.10 +<p><span>Hy­</span>­phen. 1.11 +<p><span>Hy­­</span>phen. 1.12 +<p><span>Hy­­p</span>hen. 1.13 +</div> 1.14 + 1.15 +</body> 1.16 +</html>