Changeset 4834
- Timestamp:
- 12/29/09 11:54:47 (3 years ago)
- File:
-
- 1 edited
-
CKEditor/tests/tt/4067/1.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
CKEditor/tests/tt/4067/1.html
r4808 r4834 9 9 ( function() 10 10 { 11 var ts, tc, assert = CKEDITOR.test.assert; 12 13 function getTextAreaValue( id ) 14 { 15 return CKEDITOR.document.getById( id ).getValue(); 16 } 11 var ts, tc, assert = CKEDITOR.test.assert, getTextAreaValue = CKEDITOR.test.getValueAsHtml; 17 12 18 13 function fixHtml( str ) … … 37 32 ts.add( tc = new YAHOO.tool.TestCase( 38 33 { 39 34 // shouldIgnoreAllBut : [ 'test_editor_getData_2' ], 35 40 36 // Test 'getData' with fullPage support and XHTML doctype explicitly defined. 41 37 test_editor_getData : function ()
Note: See TracChangeset
for help on using the changeset viewer.
