disable-fontinfl-on-mobile-5.html (504B)
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 <!-- 5 The <meta name="viewport"> tag takes precedence over the doctype, so this 6 should *not* be treated as a "mobile" site (bug 783565). 7 --> 8 <html> 9 <head> 10 <meta name="viewport" content="width=10000"> 11 <style> 12 p { font-size: 12px; line-height: 1.0;} 13 </style> 14 <body> 15 <p>Some uninflated text.</p> 16 </body> 17 </head> 18 </html>