File tree Expand file tree Collapse file tree 3 files changed +21
-1
lines changed Expand file tree Collapse file tree 3 files changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,12 @@ bender.test( appendDomObjectTests(
26
26
return new CKEDITOR . dom . element ( document . getElementById ( id ) ) ;
27
27
} ,
28
28
{
29
+ _should : {
30
+ ignore : {
31
+ test_isIdentical2 : CKEDITOR . env . webkit && ! CKEDITOR . env . chrome
32
+ }
33
+ } ,
34
+
29
35
test_$ : function ( ) {
30
36
var element = newElement ( document . getElementById ( 'test1' ) ) ;
31
37
assert . areSame ( document . getElementById ( 'test1' ) , element . $ ) ;
Original file line number Diff line number Diff line change @@ -40,6 +40,13 @@ embedTools.mockJsonp( function() {
40
40
} ) ;
41
41
42
42
bender . test ( {
43
+ _should : {
44
+ ignore : {
45
+ 'test undo and redo after creation' : CKEDITOR . env . webkit && ! CKEDITOR . env . chrome ,
46
+ 'test undo and redo after creation and edition' : CKEDITOR . env . webkit && ! CKEDITOR . env . chrome
47
+ }
48
+ } ,
49
+
43
50
spies : [ ] ,
44
51
listeners : [ ] ,
45
52
@@ -195,4 +202,4 @@ bender.test( {
195
202
editor . execCommand ( 'embed' ) ;
196
203
} ) ;
197
204
}
198
- } ) ;
205
+ } ) ;
Original file line number Diff line number Diff line change 16
16
ffCS = 'font-family:Comic Sans MS,cursive' ;
17
17
18
18
bender . test ( {
19
+ _should : {
20
+ ignore : {
21
+ 'test apply font size over another font size (collapsed selection in empty span)' :
22
+ CKEDITOR . env . webkit && ! CKEDITOR . env . chrome
23
+ }
24
+ } ,
25
+
19
26
'test apply font size (collapsed selection)' : function ( ) {
20
27
var bot = this . editorBot ,
21
28
editor = this . editor ;
You can’t perform that action at this time.
0 commit comments