layout/reftests/text/745555-1.html

Wed, 31 Dec 2014 07:16:47 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:16:47 +0100
branch
TOR_BUG_9701
changeset 3
141e0f1194b1
permissions
-rw-r--r--

Revert simplistic fix pending revisit of Mozilla integration attempt.

michael@0 1 <!DOCTYPE html>
michael@0 2 <html>
michael@0 3 <head>
michael@0 4 <meta http-equiv="content-type" content="text/html;charset=utf-8">
michael@0 5 <title>Bug 745555 - line-wrapping with uppercased es-zet</title>
michael@0 6 <style type="text/css">
michael@0 7 div {
michael@0 8 font-family: monospace;
michael@0 9 text-transform: uppercase;
michael@0 10 display: inline-block;
michael@0 11 border: 1px solid red;
michael@0 12 vertical-align: top;
michael@0 13 }
michael@0 14 </style>
michael@0 15 </head>
michael@0 16 <body>
michael@0 17 <div style="width:3.0em">ß ß ß ß ß</div>
michael@0 18 <div style="width:3.2em">ß ß ß ß ß</div>
michael@0 19 <div style="width:3.4em">ß ß ß ß ß</div>
michael@0 20 <div style="width:3.6em">ß ß ß ß ß</div>
michael@0 21 <div style="width:3.8em">ß ß ß ß ß</div>
michael@0 22 <div style="width:4.0em">ß ß ß ß ß</div>
michael@0 23 <div style="width:4.2em">ß ß ß ß ß</div>
michael@0 24 <div style="width:4.4em">ß ß ß ß ß</div>
michael@0 25 <div style="width:4.6em">ß ß ß ß ß</div>
michael@0 26 <div style="width:4.8em">ß ß ß ß ß</div>
michael@0 27 <div style="width:5.0em">ß ß ß ß ß</div>
michael@0 28 </body>
michael@0 29 </html>

mercurial