From 6597177e28c573fa207b439771e9ffa7e3fe49b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomek=20Wytr=C4=99bowicz?= Date: Mon, 20 Apr 2020 14:26:49 +0200 Subject: [PATCH] Other: Remove the enigmatic Edge-related code comment. ckeditor/ckeditor5#6202. Agreed at https://github.com/ckeditor/ckeditor5-utils/pull/333#issuecomment-615275702 --- packages/ckeditor5-table/tests/converters/upcasttable.js | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/ckeditor5-table/tests/converters/upcasttable.js b/packages/ckeditor5-table/tests/converters/upcasttable.js index 1094716cbc5..74cd0f526e0 100644 --- a/packages/ckeditor5-table/tests/converters/upcasttable.js +++ b/packages/ckeditor5-table/tests/converters/upcasttable.js @@ -204,7 +204,6 @@ describe( 'upcastTable()', () => { } ); it( 'should fix if inside other blocks', () => { - // Using
instead of

as it breaks on Edge. editor.model.schema.register( 'div', { inheritAllFrom: '$block' } );