Procházet zdrojové kódy

Updated tests – removed bender tags and CSS links.

Piotrek Koszuliński před 9 roky
rodič
revize
2ca4b011af

+ 0 - 1
packages/ckeditor5-editor-classic/tests/classic.js

@@ -4,7 +4,6 @@
  */
 
 /* globals document */
-/* bender-tags: editor, browser-only */
 
 import ClassicEditorUI from 'ckeditor5-editor-classic/src/classiceditorui';
 import ClassicEditorUIView from 'ckeditor5-editor-classic/src/classiceditoruiview';

+ 0 - 1
packages/ckeditor5-editor-classic/tests/classiceditorui.js

@@ -4,7 +4,6 @@
  */
 
 /* globals document, Event */
-/* bender-tags: editor, browser-only */
 
 import ComponentFactory from 'ckeditor5-ui/src/componentfactory';
 import FocusTracker from 'ckeditor5-utils/src/focustracker';

+ 0 - 1
packages/ckeditor5-editor-classic/tests/classiceditoruiview.js

@@ -4,7 +4,6 @@
  */
 
 /* globals document */
-/* bender-tags: editor, browser-only */
 
 import ClassicEditorUIView from 'ckeditor5-editor-classic/src/classiceditoruiview';
 import StickyToolbarView from 'ckeditor5-ui/src/toolbar/sticky/stickytoolbarview';

+ 0 - 4
packages/ckeditor5-editor-classic/tests/manual/classic.html

@@ -1,7 +1,3 @@
-<head>
-	<link rel="stylesheet" href="/theme/ckeditor.css">
-</head>
-
 <p>
 	<button id="destroyEditor">Destroy editor</button>
 	<button id="initEditor">Init editor</button>