Agreed at https://github.com/ckeditor/ckeditor5-utils/pull/333#issuecomment-615275702
@@ -204,7 +204,6 @@ describe( 'upcastTable()', () => {
} );
it( 'should fix if inside other blocks', () => {
- // Using <div> instead of <p> as it breaks on Edge.
editor.model.schema.register( 'div', {
inheritAllFrom: '$block'