layout/reftests/bugs/403455-1-ref.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/bugs/403455-1-ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,12 @@
     1.4 +<html><head>
     1.5 +<style>
     1.6 +p { width: 13em; border: 1px solid black; }
     1.7 +p { white-space: nowrap; }
     1.8 +a { color:pink; }
     1.9 +</style>
    1.10 +</head>
    1.11 +<body>
    1.12 +<p><a style="white-space:pre-wrap;">mmmmmmmmmm <br>m</a>mmmmmmmmm</p>
    1.13 +<p>m <br><a style="white-space:pre;">mmmmmmmmmm</a>mmmmmmmmm</p>
    1.14 +</body>
    1.15 +</html>

mercurial