Ticket #9654: test_quirks.html
| File test_quirks.html, 313 bytes (added by , 13 years ago) |
|---|
| Line | |
|---|---|
| 1 | <html> |
| 2 | <head> |
| 3 | <script type="text/javascript" src="../ckeditor.js"></script> |
| 4 | <title>CKEditor</title> |
| 5 | </head> |
| 6 | <body> |
| 7 | <textarea id="story" name="story" class=""></textarea> |
| 8 | </body> |
| 9 | <script type="text/javascript" type="javascript"> |
| 10 | //<![CDATA[ |
| 11 | CKEDITOR.replace ('story'); |
| 12 | //]]> |
| 13 | </script> |
| 14 | </html> |
