Ticket #4163: 4163.patch

File 4163.patch, 741 bytes (added by Tobiasz Cudnik, 15 years ago)
  • _source/tests/core/dom/element.html

     
    530530                        // Assign the page location of the element.
    531531                        YAHOO.util.Dom.setXY('DocPositionTarget', [ 350, 450 ] );
    532532                        var pos = CKEDITOR.document.getById( 'DocPositionTarget' ).getDocumentPosition();
    533                         if ( !CKEDITOR.env.ie )
     533                        if ( !CKEDITOR.env.ie || CKEDITOR.env.ie8 )
    534534                        {
    535535                                assert.areEqual( 350, pos.x, 'Position coordinates:x relative to document doesn\'t match.' );
    536536                                assert.areEqual( 450, pos.y, 'Position coordinates:y relative to document doesn\'t match.' );
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy