소스 검색

Tests: Adjusted the content of the inverted test.

Aleksander Nowodzinski 8 년 전
부모
커밋
cb4a85646e
2개의 변경된 파일3개의 추가작업 그리고 7개의 파일을 삭제
  1. 2 6
      packages/ckeditor5-theme-lark/tests/manual/inverted.html
  2. 1 1
      packages/ckeditor5-theme-lark/tests/manual/inverted.js

+ 2 - 6
packages/ckeditor5-theme-lark/tests/manual/inverted.html

@@ -126,15 +126,11 @@
 <h2>Editor-classic</h2>
 
 <div id="editor-classic">
-	<h2>Heading 1</h2>
-	<p>Paragraph</p>
-	<p><strong>Bold</strong> <i>Italic</i> <a href="https://ckeditor.com">Link</a></p>
+	<h2>The three greatest things you learn from traveling</h2><p>Like all the great things on earth traveling teaches us by example. Here are some of the most <strong>precious lessons</strong> I’ve learned over the years of traveling.</p><h3>Appreciation of diversity</h3><p>Getting used to an <a href="https://ckeditor.com">entirely different culture</a> can be challenging. While it’s also nice to learn about cultures online or from books, nothing comes close to experiencing cultural diversity in person. You learn to appreciate each and every single one of the differences while you become more culturally fluid.</p>
 </div>
 
 <h2>Editor-balloon</h2>
 
 <div id="editor-balloon">
-	<h2>Heading 1</h2>
-	<p>Paragraph</p>
-	<p><strong>Bold</strong> <i>Italic</i> <a href="https://ckeditor.com">Link</a></p>
+	<h2>The three greatest things you learn from traveling</h2><p>Like all the great things on earth traveling teaches us by example. Here are some of the most <strong>precious lessons</strong> I’ve learned over the years of traveling.</p><h3>Appreciation of diversity</h3><p>Getting used to an <a href="https://ckeditor.com">entirely different culture</a> can be challenging. While it’s also nice to learn about cultures online or from books, nothing comes close to experiencing cultural diversity in person. You learn to appreciate each and every single one of the differences while you become more culturally fluid.</p>
 </div>

+ 1 - 1
packages/ckeditor5-theme-lark/tests/manual/inverted.js

@@ -20,7 +20,7 @@ import Link from '@ckeditor/ckeditor5-link/src/link';
 
 const config = {
 	plugins: [ Enter, Typing, Paragraph, Undo, Heading, Bold, Italic, Strikethrough, Code, Link ],
-	toolbar: [ 'headings', '|', 'bold', 'italic', 'strikethrough', 'code', '|', 'link', '|', 'undo', 'redo' ]
+	toolbar: [ 'headings', '|', 'bold', 'italic', 'strikethrough', 'code', 'link', '|', 'undo', 'redo' ]
 };
 
 ClassicEditor