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

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 <?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