Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

128 lines
3.0KB

  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <!DOCTYPE html
  3. PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  4. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-loose.dtd">
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6. <head>
  7. <title>HTML Purifier Legacy Smoketest Test Data</title>
  8. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  9. <link rel="stylesheet" href="legacy.css" type="text/css" />
  10. </head>
  11. <body>
  12. <h1>HTML Purifier Legacy Smoketest Test Data</h1>
  13. <p>This is the legacy smoketest.</p>
  14. <h2>Elements</h2>
  15. <div>
  16. <div>
  17. <basefont color="green" face="Arial" size="6" id="basefont" />
  18. basefont: Green, Arial, size 6 text (IE-only)
  19. </div>
  20. <center>center</center>
  21. <dir compact="compact">
  22. <li>dir</li>
  23. </dir>
  24. <font color="green" face="Arial" size="6">font: Green, Arial, size 6 text</font>
  25. isindex:
  26. <isindex prompt="Foo" />
  27. <menu compact="compact">
  28. <li>menu</li>
  29. </menu>
  30. <s>s</s> <strike>strike</strike> <u>u</u>
  31. </div>
  32. <h2>Attributes</h2>
  33. <div>
  34. <!-- body -->
  35. <div style="font-size:42pt; float:left;">*</div>
  36. <br clear="left" />
  37. <p>br@clear (asterisk is up)</p>
  38. <table>
  39. <caption align="bottom">caption@align</caption>
  40. <tr><td>Cell</td></tr>
  41. </table>
  42. <div align="center">div@center</div>
  43. <dl compact="compact">
  44. <dt>dl@compact</dt>
  45. </dl>
  46. <h1 align="right">h1</h1>
  47. <h2 align="right">h2</h2>
  48. <h3 align="right">h3</h3>
  49. <h4 align="right">h4</h4>
  50. <h5 align="right">h5</h5>
  51. <h6 align="right">h6</h6>
  52. hr@align
  53. <hr align="right" width="50" />
  54. hr@noshade
  55. <hr noshade="noshade" />
  56. hr@width
  57. <hr width="50" />
  58. hr@size
  59. <hr size="50" />
  60. <img src="" alt="img@align" align="right" /> |
  61. <img src="" alt="img@border" border="3" /> |
  62. <img src="" alt="img@hspace" hspace="5" /> |
  63. <img src="" alt="img@vspace" vspace="5" />
  64. <!-- needs context -->
  65. <input align="right" />
  66. <legend align="center">Legend</legend>
  67. <ol>
  68. <li type="A">li@type (ensure that it's a capital A)</li>
  69. <li value="5">li@value</li>
  70. </ol>
  71. <ol compact="compact"><li>ol@compact</li></ol>
  72. <ol start="3"><li>ol@start</li></ol>
  73. <ol type="I"><li>ol@type</li></ol>
  74. <p align="right">p@align</p>
  75. <pre width="50">pre@width</pre>
  76. <script language="JavaScript">document.writeln('script');</script>
  77. <table align="right"><tr><td>table@align</td></tr></table>
  78. <table bgcolor="#0000FF"><tr><td>table@bgcolor</td></tr></table>
  79. <table><tr bgcolor="#0000FF"><td>tr@bgcolor</td></tr></table>
  80. <table><tr><td bgcolor="#0000FF">td@bgcolor</td></tr></table>
  81. <table><tr><td height="50">td@height</td></tr></table>
  82. <table><tr><td nowrap="nowrap">td@nowrap</td></tr></table>
  83. <table><tr><td width="200">td@width</td></tr></table>
  84. <table><tr><th bgcolor="#0000FF">th@bgcolor</th></tr></table>
  85. <table><tr><th height="50">th@height</th></tr></table>
  86. <table><tr><th nowrap="nowrap">th@nowrap</th></tr></table>
  87. <table><tr><th width="200">th@width</th></tr></table>
  88. <ul compact="compact"><li>ul@compact</li></ul>
  89. <ul type="square"><li>ul@square</li></ul>
  90. </div>
  91. </body>
  92. </html>
  93. <!-- vim: et sw=4 sts=4
  94. -->