Changeset 6539
- Timestamp:
- 03/10/11 11:50:24 (2 years ago)
- Location:
- CKEditor/tests/tt/7290
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
CKEditor/tests/tt/7290/1.html
r6538 r6539 3 3 <html> 4 4 <head> 5 <title>Ticket: #7290 - Issue with <dd>list</title>5 <title>Ticket: #7290 - Issue with list</title> 6 6 <meta name="tags" content="editor,unit,all"> 7 7 <script type="text/javascript" src="../../cktester/cell.js"></script> … … 33 33 34 34 contentWithSelection = test.getValueAsHtml( 'input_1' ), 35 output = '<dl><dt>text1</dt><dd><ul><li>text2</li></ul><ol><li>text2</li></ol><ul><li>text2</li><li>text2</li><li>text2</li><li>text2</li></ul></dd></dl >';35 output = '<dl><dt>text1</dt><dd><ul><li>text2</li></ul><ol><li>text2</li></ol><ul><li>text2</li><li>text2</li><li>text2</li><li>text2</li></ul></dd></dl'; 36 36 37 37 test.setHtmlWithSelection( editor.document.getBody(), contentWithSelection ); -
CKEditor/tests/tt/7290/3.html
r6538 r6539 3 3 <html> 4 4 <head> 5 <title>Ticket: #7290 - Switch to source with <dd>list</title>5 <title>Ticket: #7290 - Switch to source with list</title> 6 6 <meta name="tags" content="editor,manual,all"> 7 7 <script type="text/javascript" src="../../cktester/cell.js"></script>
Note: See TracChangeset
for help on using the changeset viewer.
