Git init
[framework/web/webkit-efl.git] / LayoutTests / fast / doctypes / xhtml-with-xhtmlmp-doctype.xhtml
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 <html xmlns="http://www.w3.org/1999/xhtml">
4 <head>
5 <title/>
6 </head>
7 <body>
8 <p>Test that XHTML entities are recognized in documents with xhtml-mobile10 DTD.</p>
9 <script>
10 if (window.layoutTestController)
11     layoutTestController.dumpAsText();
12 </script>
13 <p style="display:none">FAIL - not treated as XHTML.</p>
14 <p>SUCCESS (unless there is clear sign of failure nearby, like a big red error box).&nbsp;</p>
15 </body>
16 </html>