1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/bugs/403455-1.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,14 @@ 1.4 +<html><head> 1.5 +<style> 1.6 +p { width: 13em; border: 1px solid black; } 1.7 +p span { white-space: nowrap; } 1.8 +a { color:pink; } 1.9 +</style> 1.10 +</head> 1.11 +<body> 1.12 +<!-- A prewrap text frame should be able to record a break opportunity --> 1.13 +<p><a style="white-space:pre-wrap;">mmmmmmmmmm m</a>mmmmmmmmm</p> 1.14 +<!-- A 'pre' text frame should be able to record a break opportunity at its start --> 1.15 +<p>m <a style="white-space:pre;">mmmmmmmmmm</a>mmmmmmmmm</p> 1.16 +</body> 1.17 +</html>