File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,13 @@ var config = {
80
80
'tests/plugins/widget/nestededitables#test pasting widget which was copied (d&d) when its nested editable was focused' : 'env.ie && env.version == 8' ,
81
81
82
82
// Firefox (#11399)
83
- 'tests/plugins/widget/nestededitables#test selection in nested editable is preserved after opening and closing dialog - inline editor' : 'env.gecko'
83
+ 'tests/plugins/widget/nestededitables#test selection in nested editable is preserved after opening and closing dialog - inline editor' : 'env.gecko' ,
84
+
85
+ // Firefox (#12104)
86
+ 'tests/plugins/widget/widgetselection#test focusing widget' : 'env.gecko' ,
87
+ 'tests/plugins/widget/widgetselection#test focusing by click' : 'env.gecko' ,
88
+ 'tests/plugins/widget/widgetselection#test focus editor when focusing widget by click' : 'env.gecko' ,
89
+ 'tests/plugins/widget/widgetselection#test focus editor when focusing widget by method' : 'env.gecko'
84
90
}
85
91
} ,
86
92
You can’t perform that action at this time.
0 commit comments