layout/reftests/css-mediaqueries/mq_print_orientation-ref.xhtml

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 <?xml version="1.0" encoding="iso-8859-1" ?>
michael@0 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
michael@0 3
michael@0 4
michael@0 5 <html xmlns="http://www.w3.org/1999/xhtml" class="reftest-print">
michael@0 6 <head>
michael@0 7 <title>Media Query - print mode test - orientation</title>
michael@0 8 <style><![CDATA[
michael@0 9 p {height: 10px; width: 100px; color: yellow; }
michael@0 10 p.y { color: aqua; }
michael@0 11 p.n { color: yellow; }
michael@0 12 ]]></style>
michael@0 13 </head>
michael@0 14
michael@0 15 <body>
michael@0 16 <p class="y">a</p>
michael@0 17 <p class="n">b</p>
michael@0 18 <p class="y">c</p>
michael@0 19 <p class="y">d</p>
michael@0 20 <p class="y">e</p>
michael@0 21 <p class="n">f</p>
michael@0 22 <p class="n">g</p>
michael@0 23 <p class="n">h</p>
michael@0 24 <p class="n">i</p>
michael@0 25 <p class="n">j</p>
michael@0 26 </body>
michael@0 27 </html>

mercurial