Ticket #9394: 3.6.3.html
| File 3.6.3.html, 364 bytes (added by , 13 years ago) |
|---|
| Line | |
|---|---|
| 1 | <!doctype html> |
| 2 | <html> |
| 3 | <head> |
| 4 | <title>3.6.3 test</title> |
| 5 | </head> |
| 6 | <body> |
| 7 | <script src="../ckeditor_source.js"></script> |
| 8 | <textarea id="test"> |
| 9 | <table><tr><td> foo</td><td> bar</td></tr></table> |
| 10 | </textarea> |
| 11 | <script> |
| 12 | CKEDITOR.replace('test'); |
| 13 | </script> |
| 14 | <img src="http://placekitten.com/100/100"/> |
| 15 | </body> |
| 16 | </html> |
