Skip to content

Commit

Permalink
Merge branch i/6202-remove-env.isEdge to master.
Browse files Browse the repository at this point in the history
Internal: Removed mentions on Edge. See #6202.
  • Loading branch information
Reinmar committed Apr 20, 2020
2 parents 3c49e51 + e898e8c commit 403c5cb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/ckeditor5-ui/tests/icon/iconview.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ describe( 'IconView', () => {
} );

function assertIconInnerHTML( icon, expected ) {
// Edge adds the xmlns attribute to each node when obtaining from parent's innerHTML.
expect( normalizeHtml( icon.element.innerHTML.replace( /xmlns="[^"]+"/, '' ) ) )
expect( normalizeHtml( icon.element.innerHTML ) )
.to.equal( expected );
}

0 comments on commit 403c5cb

Please sign in to comment.