Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Blame | Last modification | View Log | Download | RSS feed

  1. #data
  2. <html><body><table><tr><td><div><b></div>X<table></table></td></tr></table><table></table><script type="text/javascript"></script></body></html>
  3. #errors
  4. #document
  5. | <html>
  6. |   <head>
  7. |   <body>
  8. |     <table>
  9. |       <tbody>
  10. |         <tr>
  11. |           <td>
  12. |             <div>
  13. |               <b>
  14. |             <b>
  15. |               "X"
  16. |               <table>
  17. |     <table>
  18. |     <script>
  19. |       type="text/javascript"
  20.  
  21. #data
  22. <font><center></font>
  23. #errors
  24. #document
  25. | <html>
  26. |   <head>
  27. |   <body>
  28. |     <font>
  29. |     <center>
  30. |       <font>
  31.  
  32. #data
  33. <a href="a&amp;b&amp;c">Foo</a>
  34. #errors
  35. #document
  36. | <html>
  37. |   <head>
  38. |   <body>
  39. |     <a>
  40. |       href="a&b&c"
  41. |       "Foo"
  42.  
  43. #data
  44. <table><col width="400"><col><td>width</td><td>nowidth</td></table>
  45. #errors
  46. #document
  47. | <html>
  48. |   <head>
  49. |   <body>
  50. |     <table>
  51. |       <colgroup>
  52. |         <col>
  53. |           width="400"
  54. |         <col>
  55. |       <tbody>
  56. |         <tr>
  57. |           <td>
  58. |             "width"
  59. |           <td>
  60. |             "nowidth"
  61.  
  62. #data
  63. <table><tr bgcolor="yellow"><td>yellow</td></tr><tr><td>transparent</td></tr></table>
  64. #errors
  65. #document
  66. | <html>
  67. |   <head>
  68. |   <body>
  69. |     <table>
  70. |       <tbody>
  71. |         <tr>
  72. |           bgcolor="yellow"
  73. |           <td>
  74. |             "yellow"
  75. |         <tr>
  76. |           <td>
  77. |             "transparent"
  78.  
  79. #data
  80. <svg xmlns="http://www.w3.org/2000/svg"></svg>
  81. #errors
  82. #document
  83. | <html>
  84. |   <head>
  85. |   <body>
  86. |     <svg svg>
  87. |       xmlns xmlns="http://www.w3.org/2000/svg"
  88.