fix #8042 - clean up empty tags
[roojs1] / examples / test.html
index a7ce7a6..f46676f 100644 (file)
@@ -8,19 +8,16 @@
     <link rel="stylesheet" type="text/css" href="examples.css" />
 
      <script type="text/javascript" src="../roojs-debug.js"></script>   
+     <script type="text/javascript" src="../Roo/htmleditor/FilterStyleToTag.js"></script>
+     <script type="text/javascript" src="../Roo/htmleditor/FilterEmpty.js"></script>
      <script type="text/javascript" src="examples.js"></script>
      <script type="text/javascript" src="test.js"></script>
 
 </head>
 <body>
-<h1>Test</h1>
-<br/>
-<br/>
-<a href="#footnote"><sup>abc</sup></a>
-<p>11<span>22</span></p>
-<p> </p>
-<span>33</span>
-<br/>
-b
+<span id='aaa' style="font-weight:bold;"><s>TEST</s><s>BCD</s><s></s></span>
+<span style="font-style:italic; font-weight:bold;"><u></u></span>
+<u>asd</u>
+<s></s>
 </body>
 </html>