| <?xml version="1.0" encoding="UTF-8"?> |
| <!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd"> |
| <html xmlns="http://www.w3.org/1999/xhtml"> |
| <head> |
| <title/> |
| </head> |
| <body> |
| <p>Test that XHTML entities are recognized in documents with xhtml-mobile10 DTD.</p> |
| <script> |
| if (window.testRunner) |
| testRunner.dumpAsText(); |
| </script> |
| <p style="display:none">FAIL - not treated as XHTML.</p> |
| <p>SUCCESS (unless there is clear sign of failure nearby, like a big red error box). </p> |
| </body> |
| </html> |