|
|
@@ -3,10 +3,12 @@
|
|
|
* For licensing, see LICENSE.md.
|
|
|
*/
|
|
|
|
|
|
+/* bender-tags: browser-only */
|
|
|
+
|
|
|
'use strict';
|
|
|
|
|
|
import HtmlDataProcessor from '/ckeditor5/engine/dataprocessor/htmldataprocessor.js';
|
|
|
-import xssTemplates from '_utils/xsstemplates.js';
|
|
|
+import xssTemplates from './_utils/xsstemplates.js';
|
|
|
|
|
|
describe( 'HtmlDataProcessor', () => {
|
|
|
const dataProcessor = new HtmlDataProcessor();
|