Changeset 7143
- Timestamp:
- 07/20/11 12:43:21 (22 months ago)
- File:
-
- 1 edited
-
CKEditor/tests/tt/6642/1.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CKEditor/tests/tt/6642/1.js
r7142 r7143 16 16 editor.type( Keys.CONTROL, 'a' ).type( Keys.CONTROL, 'c' ).type( Keys.END ).type( Keys.ARROW_LEFT, 5 ).type( Keys.CONTROL, 'v' ); 17 17 var expected = '<h1>hea</h1><h1>heading1</h1><h1>ding1</h1>'; 18 var actual = browser.cleanHtml( editor.runAtEditor( function() { return editor.getSnapshot(); } ) ).replace( /<br[^>]*>/ig, '' );18 var actual = browser.cleanHtml( editor.runAtEditor( function() { return editor.getSnapshot(); } ), { lowerCase: 1 } ).replace( /<br[^>]*>/ig, '' ); 19 19 Assert.areEqual(expected, actual, "Editor output doesn't match." );
Note: See TracChangeset
for help on using the changeset viewer.
