Changeset 49556
- Timestamp:
- 11/10/2020 09:16:53 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/qunit/wp-includes/js/tinymce/plugins/wptextpattern/plugin.js
r47122 r49556 2 2 var editor, 3 3 count = 0; 4 5 // Temporarily disadle these tests in PhantomJS.6 // Seems editor.selection.getRng() in mceType() fails there, but works properly in the browsers.7 if ( /PhantomJS/.test( navigator.userAgent ) ) {8 return;9 }10 4 11 5 if ( tinymce.Env.ie && tinymce.Env.ie < 11 ) {
Note: See TracChangeset
for help on using the changeset viewer.