Changeset 4341 for CKEditor/tests/dt/core/tools.html
- Timestamp:
- 10/12/09 15:30:37 (4 years ago)
- File:
-
- 1 edited
-
CKEditor/tests/dt/core/tools.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CKEditor/tests/dt/core/tools.html
r4099 r4341 87 87 test_cssStyleToDomStyle2 : function() 88 88 { 89 assert.areSame( 'cssFloat', CKEDITOR.tools.cssStyleToDomStyle( 'float' ) );89 assert.areSame( CKEDITOR.env.ie ? 'styleFloat' : 'cssFloat', CKEDITOR.tools.cssStyleToDomStyle( 'float' ) ); 90 90 }, 91 91
Note: See TracChangeset
for help on using the changeset viewer.
