layout/reftests/text/wordwrap-06-ref.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>http://www.mozilla.org/projects/minefield/</title>
michael@0 6 <style type="text/css">
michael@0 7 #viewsource {
michael@0 8 font-family: -moz-fixed;
michael@0 9 font-weight: normal;
michael@0 10 font-size: 16px;
michael@0 11 color: black;
michael@0 12 white-space: pre;
michael@0 13 }
michael@0 14 pre {
michael@0 15 font: inherit;
michael@0 16 color: inherit;
michael@0 17 white-space: inherit;
michael@0 18 margin: 0;
michael@0 19 width: 475px;
michael@0 20 }
michael@0 21 .attribute-name {
michael@0 22 color: black;
michael@0 23 font-weight: bold;
michael@0 24 }
michael@0 25 .attribute-value {
michael@0 26 color: blue;
michael@0 27 font-weight: normal;
michael@0 28 }
michael@0 29 </style>
michael@0 30 </head>
michael@0 31 <body id="viewsource">
michael@0 32 <pre id="line1"><span class="attribute-name">href</span>=<span class="attribute-value">"../../css/cavendish/content.css" </span>
michael@0 33 <span class="attribute-name">title</span>=<span class="attribute-value">"Cavendish"</span></pre>
michael@0 34 </body>
michael@0 35 </html>

mercurial