disable-fontinfl-on-mobile-5.html 504 B

12345678910111213141516171819
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">
  3. <!--
  4. The <meta name="viewport"> tag takes precedence over the doctype, so this
  5. should *not* be treated as a "mobile" site (bug 783565).
  6. -->
  7. <html>
  8. <head>
  9. <meta name="viewport" content="width=10000">
  10. <style>
  11. p { font-size: 12px; line-height: 1.0;}
  12. </style>
  13. <body>
  14. <p>Some uninflated text.</p>
  15. </body>
  16. </head>
  17. </html>