Преглед изворни кода

Updated tests – removed bender tags and CSS links.

Piotrek Koszuliński пре 9 година
родитељ
комит
b81aae32ed

+ 0 - 2
packages/ckeditor5-link/tests/findlinkrange.js

@@ -3,8 +3,6 @@
  * For licensing, see LICENSE.md.
  */
 
-/* bender-tags: link */
-
 import findLinkRange from 'ckeditor5-link/src/findlinkrange';
 import Document from 'ckeditor5-engine/src/model/document';
 import Range from 'ckeditor5-engine/src/model/range';

+ 0 - 4
packages/ckeditor5-link/tests/manual/link.html

@@ -1,7 +1,3 @@
-<head>
-	<link rel="stylesheet" href="/theme/ckeditor.css">
-</head>
-
 <div id="editor">
 	<p>This is <a href="http://ckeditor.com">CKEditor5</a> from <a href="http://cksource.com">CKSource</a>.</p>
 </div>

+ 0 - 2
packages/ckeditor5-link/tests/ui/linkformview.js

@@ -3,8 +3,6 @@
  * For licensing, see LICENSE.md.
  */
 
-/* bender-tags: ui, form */
-
 import View from 'ckeditor5-ui/src/view';
 import LinkFormView from 'ckeditor5-link/src/ui/linkformview';