Changeset 4032
- Timestamp:
- 07/31/09 09:14:40 (4 years ago)
- File:
-
- 1 edited
-
CKEditor/trunk/_source/tests/core/dom/element.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CKEditor/trunk/_source/tests/core/dom/element.html
r4027 r4032 531 531 YAHOO.util.Dom.setXY('DocPositionTarget', [ 350, 450 ] ); 532 532 var pos = CKEDITOR.document.getById( 'DocPositionTarget' ).getDocumentPosition(); 533 if ( !CKEDITOR.env.ie )533 if ( !CKEDITOR.env.ie || CKEDITOR.env.ie8 ) 534 534 { 535 535 assert.areEqual( 350, pos.x, 'Position coordinates:x relative to document doesn\'t match.' );
Note: See TracChangeset
for help on using the changeset viewer.
