mq_print_orientation-ref.xhtml (658B)
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"> 3 4 5 <html xmlns="http://www.w3.org/1999/xhtml" class="reftest-paged"> 6 <head> 7 <title>Media Query - print mode test - orientation</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> 14 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="n">f</p> 22 <p class="n">g</p> 23 <p class="n">h</p> 24 <p class="n">i</p> 25 <p class="n">j</p> 26 </body> 27 </html>