Thu, 15 Jan 2015 21:03:48 +0100
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.)
1 <?xml version="1.0" encoding="iso-8859-1" ?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
5 <html xmlns="http://www.w3.org/1999/xhtml" class="reftest-print">
6 <head>
7 <title>Media Query - print mode test - Reference</title>
8 <style><![CDATA[
9 p {height: 10px; width: 100px; color: yellow; }
10 p.y { color: aqua; }
11 p.n { color: yellow; }
12 ]]></style>
13 </head>
15 <body>
16 <p class="y">a</p>
17 <p class="n">b</p>
18 <p class="y">c</p>
19 <p class="y">d</p>
20 <p class="y">e</p>
21 <p class="y">f</p>
22 <p class="y">g</p>
23 <p class="y">h</p>
24 <p class="y">i</p>
25 <p class="n">j</p>
26 <p class="n">k</p>
27 <p class="n">l</p>
28 <p class="n">m</p>
29 <p class="n">n</p>
30 <p class="n">o</p>
31 <p class="n">p</p>
32 </body>
33 </html>