layout/reftests/bugs/23604-2-ref.html

Thu, 15 Jan 2015 21:03:48 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 21:03:48 +0100
branch
TOR_BUG_9701
changeset 11
deefc01c0e14
permissions
-rw-r--r--

Integrate friendly tips from Tor colleagues to make (or not) 4.5 alpha 3;
This includes removal of overloaded (but unused) methods, and addition of
a overlooked call to DataStruct::SetData(nsISupports, uint32_t, bool.)

michael@0 1 <html>
michael@0 2 <head>
michael@0 3 <style type="text/css">
michael@0 4 body {
michael@0 5 font-family: sans-serif;
michael@0 6 background: lightblue; }
michael@0 7
michael@0 8 .a li:first-letter {
michael@0 9 font-family: serif;
michael@0 10 font-weight: bold; }
michael@0 11
michael@0 12 .b li:first-letter {
michael@0 13 color: red; }
michael@0 14
michael@0 15 .c li:first-letter {
michael@0 16 background: red; }
michael@0 17
michael@0 18 .d li:first-letter {
michael@0 19 font-size: 1.5em; }
michael@0 20 </style>
michael@0 21 </head>
michael@0 22
michael@0 23 <body>
michael@0 24 <ul class="a">
michael@0 25 <li><a>Lorem ipsum dolor sit amet</a></li>
michael@0 26 </ul>
michael@0 27 <ul class="b">
michael@0 28 <li><del>Lorem ipsum dolor sit amet</del></li>
michael@0 29 </ul>
michael@0 30 <ul class="c">
michael@0 31 <li><em>Lorem ipsum dolor sit amet</em></li>
michael@0 32 </ul>
michael@0 33 <ul class="d">
michael@0 34 <li><span>Lorem ipsum dolor sit amet</span></li>
michael@0 35 </ul>
michael@0 36 </body>
michael@0 37 </html>

mercurial