- A sample paragraph with a data attribute. -
--
Responsive column layout
-![](https://ckeditor.com/assets/images/ckdemo/html-source-editing/html.png)
![](https://ckeditor.com/assets/images/ckdemo/html-source-editing/css.png)
![](https://ckeditor.com/assets/images/ckdemo/html-source-editing/js.png)
- -
' ); @@ -307,7 +308,8 @@ describe( 'ImageSizeAttributes', () => { expect( getViewData( view, { withoutSelection: true } ) ).to.equal( '
' ); @@ -489,7 +491,8 @@ describe( 'ImageSizeAttributes', () => { expect( getViewData( view, { withoutSelection: true } ) ).to.equal( '
foo
foo
foo
foo
hello
- A sample paragraph with a data attribute. -
-Feature paragraph
+ +Feature bold
+Feature italic
+Feature strike
Feature underline
+Feature code
Feature subscript
+Feature superscript
+ + + + +Mark feature
+ +Font feature
+ ++ +Blockquote Feature
Code Block
+
+
+ empty inline at start
+Text with empty inline inside
+Text with empty inline at the end
`; export default function makeData() { - return initialData.repeat( 1000 ); + return initialData.repeat( 250 ); } diff --git a/tests/_data/data-sets/index.js b/tests/_data/data-sets/index.js index 79cae3fa7a3..939586c814f 100644 --- a/tests/_data/data-sets/index.js +++ b/tests/_data/data-sets/index.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import formattingLongP from './formatting-long-paragraphs.js'; diff --git a/tests/_data/data-sets/inline-styles.js b/tests/_data/data-sets/inline-styles.js index 630e04cd1a3..f130ec149af 100644 --- a/tests/_data/data-sets/inline-styles.js +++ b/tests/_data/data-sets/inline-styles.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ // Creates 30 paragraphs, each with a 1000 of text nodes, half of the text nodes is wrapped in a span with inline styles. diff --git a/tests/_data/data-sets/lists.js b/tests/_data/data-sets/lists.js index 56efa395e26..fd9142690af 100644 --- a/tests/_data/data-sets/lists.js +++ b/tests/_data/data-sets/lists.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ // Creates multiple, nested lists, for a total of 3000 list items. Text in lists is simple, short, non-formatted text. diff --git a/tests/_data/data-sets/mixed.js b/tests/_data/data-sets/mixed.js index 175a3018213..7cce2f42b72 100644 --- a/tests/_data/data-sets/mixed.js +++ b/tests/_data/data-sets/mixed.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { makeList } from './lists.js'; diff --git a/tests/_data/data-sets/paragraphs.js b/tests/_data/data-sets/paragraphs.js index 3772e17c797..a93f137e833 100644 --- a/tests/_data/data-sets/paragraphs.js +++ b/tests/_data/data-sets/paragraphs.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ // This is the most basic performance test, where we load many paragraphs (5000) and fill them with reasonable text volume, no formatting. diff --git a/tests/_data/data-sets/table-huge.js b/tests/_data/data-sets/table-huge.js index b30fd1cb589..ca937d6e077 100644 --- a/tests/_data/data-sets/table-huge.js +++ b/tests/_data/data-sets/table-huge.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ // Creates one table with 2000 rows and 10 columns, total 20000 cells. diff --git a/tests/_data/data-sets/wiki.js b/tests/_data/data-sets/wiki.js index 3fc8cbc6980..ef166ff2936 100644 --- a/tests/_data/data-sets/wiki.js +++ b/tests/_data/data-sets/wiki.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ // This is main Wikipedia page source copied four times. This is to test content with a lot of messy / unsupported markup. diff --git a/tests/_utils/abbreviationView-level-2.js b/tests/_utils/abbreviationView-level-2.js index 2fc37c7c3c4..6ea6ac46f75 100644 --- a/tests/_utils/abbreviationView-level-2.js +++ b/tests/_utils/abbreviationView-level-2.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { diff --git a/tests/_utils/abbreviationView-level-3.js b/tests/_utils/abbreviationView-level-3.js index 4e99367e0d7..75c8faf487f 100644 --- a/tests/_utils/abbreviationView-level-3.js +++ b/tests/_utils/abbreviationView-level-3.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { diff --git a/tests/_utils/performance-config.js b/tests/_utils/performance-config.js index e49b5769110..be705e94654 100644 --- a/tests/_utils/performance-config.js +++ b/tests/_utils/performance-config.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Alignment from '@ckeditor/ckeditor5-alignment/src/alignment.js'; diff --git a/tests/_utils/utils.js b/tests/_utils/utils.js index 048ad779e02..9085e1f3c49 100644 --- a/tests/_utils/utils.js +++ b/tests/_utils/utils.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console */ diff --git a/tests/dll.js b/tests/dll.js index c82b64944f7..009bcf5a5a4 100644 --- a/tests/dll.js +++ b/tests/dll.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import * as clipboardBase from '@ckeditor/ckeditor5-clipboard'; diff --git a/tests/manual/abbreviation-level-1.js b/tests/manual/abbreviation-level-1.js index fa8987d1e5f..a4966d97053 100644 --- a/tests/manual/abbreviation-level-1.js +++ b/tests/manual/abbreviation-level-1.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/tests/manual/abbreviation-level-2.js b/tests/manual/abbreviation-level-2.js index 70b3c4456b4..39bb8da2b82 100644 --- a/tests/manual/abbreviation-level-2.js +++ b/tests/manual/abbreviation-level-2.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/tests/manual/abbreviation-level-3.js b/tests/manual/abbreviation-level-3.js index 2ffb391526e..6607aa1abef 100644 --- a/tests/manual/abbreviation-level-3.js +++ b/tests/manual/abbreviation-level-3.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/tests/manual/all-features-dll.js b/tests/manual/all-features-dll.js index 752fad0bf05..5c536694022 100644 --- a/tests/manual/all-features-dll.js +++ b/tests/manual/all-features-dll.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document, CKEditorInspector */ diff --git a/tests/manual/all-features.js b/tests/manual/all-features.js index 94e4a17816b..a64ed687064 100644 --- a/tests/manual/all-features.js +++ b/tests/manual/all-features.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/tests/manual/all-types.js b/tests/manual/all-types.js index e405b1ec68f..33d83d8184c 100644 --- a/tests/manual/all-types.js +++ b/tests/manual/all-types.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document, CKEditorInspector */ diff --git a/tests/manual/article.js b/tests/manual/article.js index 2f41a9cdc9b..03e5d4d7ab1 100644 --- a/tests/manual/article.js +++ b/tests/manual/article.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/tests/manual/mathtype.js b/tests/manual/mathtype.js index c64f7ece9ac..784c9e043fe 100644 --- a/tests/manual/mathtype.js +++ b/tests/manual/mathtype.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console:false, document, window */ diff --git a/tests/manual/memory/memory-semi-automated.js b/tests/manual/memory/memory-semi-automated.js index 967480d5bf8..417817e59e5 100644 --- a/tests/manual/memory/memory-semi-automated.js +++ b/tests/manual/memory/memory-semi-automated.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console:false, document, window, setTimeout, gc */ diff --git a/tests/manual/memory/memory.js b/tests/manual/memory/memory.js index 5dfc31fc7fc..8c3bb40bd88 100644 --- a/tests/manual/memory/memory.js +++ b/tests/manual/memory/memory.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console:false, document */ diff --git a/tests/manual/performance/init-single.js b/tests/manual/performance/init-single.js index 32d15fcd47a..2fef70a3b96 100644 --- a/tests/manual/performance/init-single.js +++ b/tests/manual/performance/init-single.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/tests/manual/performance/init.js b/tests/manual/performance/init.js index f38f85352e0..53f9c166581 100644 --- a/tests/manual/performance/init.js +++ b/tests/manual/performance/init.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document, sessionStorage, navigator, alert */ diff --git a/tests/manual/performance/multipleeditors.js b/tests/manual/performance/multipleeditors.js index 09fa279bc95..3a547bbbd4c 100644 --- a/tests/manual/performance/multipleeditors.js +++ b/tests/manual/performance/multipleeditors.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, document */ diff --git a/tests/manual/performance/paste.js b/tests/manual/performance/paste.js index 3c257440bcc..8d0593a6d2c 100644 --- a/tests/manual/performance/paste.js +++ b/tests/manual/performance/paste.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document, DataTransfer */ diff --git a/tests/manual/performance/richeditor.js b/tests/manual/performance/richeditor.js index b89905be4c1..df7c2d17e64 100644 --- a/tests/manual/performance/richeditor.js +++ b/tests/manual/performance/richeditor.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, document */ diff --git a/tests/manual/performance/setdata.js b/tests/manual/performance/setdata.js index 35c658dc4e1..31aa9cd3118 100644 --- a/tests/manual/performance/setdata.js +++ b/tests/manual/performance/setdata.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/tests/manual/translations-dll.js b/tests/manual/translations-dll.js index 9fe37b4eb92..15b625649d2 100644 --- a/tests/manual/translations-dll.js +++ b/tests/manual/translations-dll.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document, CKEditorInspector */ diff --git a/tests/manual/wproofreader.js b/tests/manual/wproofreader.js index c99eaf32505..1a3684a83c3 100644 --- a/tests/manual/wproofreader.js +++ b/tests/manual/wproofreader.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console:false, document, window */ diff --git a/tests/node.js b/tests/node.js index dafb045b516..2be7d31e4df 100644 --- a/tests/node.js +++ b/tests/node.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import * as ckeditor5 from '../src/index.js';