From 289bd705b7fe566177713e44f4977f28f75bb59c Mon Sep 17 00:00:00 2001 From: Marek Lewandowski Date: Tue, 30 Jan 2018 11:58:44 +0100 Subject: [PATCH] Added consistent content CSS to the caption test. --- .../imagebase/features/manual/caption.html | 165 +++++++++--------- 1 file changed, 85 insertions(+), 80 deletions(-) diff --git a/tests/plugins/imagebase/features/manual/caption.html b/tests/plugins/imagebase/features/manual/caption.html index ad842bb2f5b..bfa3c934a6e 100644 --- a/tests/plugins/imagebase/features/manual/caption.html +++ b/tests/plugins/imagebase/features/manual/caption.html @@ -1,92 +1,97 @@ -

Classic editor

+ + + + +

Classic editor

-
-

Widget without caption:

-
- foo -
-

Widget with empty caption:

-
- +
+

Widget without caption:

+
foo - -
-
-

Widget with caption:

-
- - foo - -
Test caption
-
-
+
+

Widget with empty caption:

+
+ + foo + +
+
+

Widget with caption:

+
+ + foo + +
Test caption
+
+
-

Divarea editor

+

Divarea editor

-
-

Widget without caption:

-
- foo -
-

Widget with empty caption:

-
- - foo - -
-
-

Widget with caption:

-
- + +
+

Widget with empty caption:

+
+ + foo + +
+
+

Widget with caption:

+
+ + foo + +
Test caption
+
+
-

Inline editor

+

Inline editor

-
-

Widget without caption:

-
- foo -
-

Widget with empty caption:

-
- - foo - -
-
-

Widget with caption:

-
- + +
+

Widget with empty caption:

+
+ + foo + +
+
+

Widget with caption:

+
+ + foo + +
Test caption
+
+
- + CKEDITOR.replace( 'classic', commonConfig ); + CKEDITOR.replace( 'divarea', CKEDITOR.tools.object.merge( commonConfig, { + extraPlugins: 'divarea' + } ) ); + CKEDITOR.inline( 'inline', commonConfig ); + }() ); + + \ No newline at end of file