Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Merge pull request #57 from ckeditor/i/3287
Browse files Browse the repository at this point in the history
Tests: Align tests to the changes in styles normalization. See ckeditor/ckeditor5-engine#1807.
  • Loading branch information
Reinmar authored Jan 21, 2020
2 parents 9139ebf + 8fc97c7 commit 02cedc8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/fontbackgroundcolor.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ export default class FontBackgroundColor extends Plugin {
* ]
* };
*
* *Note*: The colors are displayed in the `'fontBackgroundColor'` dropdown.
* **Note**: The colors are displayed in the `'fontBackgroundColor'` dropdown.
*
* @member {Array.<String|Object>} module:font/fontbackgroundcolor~FontBackgroundColorConfig#colors
*/
Expand Down
2 changes: 1 addition & 1 deletion src/fontcolor.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ export default class FontColor extends Plugin {
* ]
* };
*
* *Note*: The colors are displayed in the `'fontColor'` dropdown.
* **Note**: The colors are displayed in the `'fontColor'` dropdown.
*
* @member {Array.<String|Object>} module:font/fontcolor~FontColorConfig#colors
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/integration.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ describe( 'Integration test Font', () => {
'<p>' +
'<span ' +
'class="text-big" ' +
'style="font-family:Arial, Helvetica, sans-serif;background-color:rgb(10,20,30);color:#123456;"' +
'style="background-color:rgb(10,20,30);color:#123456;font-family:Arial, Helvetica, sans-serif;"' +
'>foo' +
'</span>' +
'</p>'
Expand Down

0 comments on commit 02cedc8

Please sign in to comment.