Merge branch 'master' of http://git.roojs.com/roojs1
[roojs1] / examples / test.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2 <html>
3 <head>
4     <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
5     <title>Test</title>
6
7     <link rel="stylesheet" type="text/css" href="../css/roojs-debug.css"/>
8     <link rel="stylesheet" type="text/css" href="examples.css" />
9
10      <script type="text/javascript" src="../roojs-debug.js"></script>   
11      <script type="text/javascript" src="../Roo/htmleditor/FilterStyleToTag.js"></script>
12      <script type="text/javascript" src="../Roo/htmleditor/FilterEmpty.js"></script>
13      <script type="text/javascript" src="examples.js"></script>
14      <script type="text/javascript" src="test.js"></script>
15
16 </head>
17 <body>
18 <span id='aaa' style="font-weight:bold;"><s>TEST</s><s>BCD</s><s></s></span>
19 <span style="font-style:italic; font-weight:bold;"><u></u></span>
20 <u>asd</u>
21 <s></s>
22 </body>
23 </html>