layout/reftests/bugs/402950-1.html

Wed, 31 Dec 2014 13:27:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 13:27:57 +0100
branch
TOR_BUG_3246
changeset 6
8bccb770b82d
permissions
-rw-r--r--

Ignore runtime configuration files generated during quality assurance.

michael@0 1 <!DOCTYPE HTML>
michael@0 2 <html><head>
michael@0 3 <style>
michael@0 4 p { width: 13em; border: 1px solid black; }
michael@0 5 p span { white-space: nowrap; }
michael@0 6 a { color:pink; }
michael@0 7 </style>
michael@0 8 </head>
michael@0 9 <body>
michael@0 10 <!-- We should be able to break even when the only break opportunity is within a span
michael@0 11 that overflows the line width (the break opportunity after the whitespace is treated
michael@0 12 as a break before the first character of the second span) -->
michael@0 13 <p><span>mmmmmmmmmm</span>
michael@0 14 <span>mmmmm<a>mmmmm</a></span></p>
michael@0 15 <!-- A span that overflows the line width should be allowed to fit, it might have a break
michael@0 16 opportunity inside it (the break opportunity after the whitespace is treated
michael@0 17 as a break before the first character of the second span) -->
michael@0 18 <p>m <span>mmmmmmmmmm</span>
michael@0 19 <span>m<a>mmmmmmmmm</a></span></p>
michael@0 20 </body>
michael@0 21 </html>

mercurial