layout/style/crashtests/447783-1.html

Wed, 31 Dec 2014 07:53:36 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:53:36 +0100
branch
TOR_BUG_3246
changeset 5
4ab42b5ab56c
permissions
-rw-r--r--

Correct small whitespace inconsistency, lost while renaming variables.

michael@0 1 <html><head>
michael@0 2 <meta http-equiv="content-type" content="text/html; charset=UTF-8">
michael@0 3 <title>Hang with -moz-column-count and word-wrap</title>
michael@0 4 </head><body>
michael@0 5 <div style="border: 1px solid black; word-wrap: normal; -moz-column-count: 2; width: 110px;">
michael@0 6 a<span style="word-wrap: break-word;">abcde</span>
michael@0 7 </div>
michael@0 8 </body></html>

mercurial