소스 검색

Changed content.

Oskar Wróbel 8 년 전
부모
커밋
88b0206434
2개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 3 3
      packages/ckeditor5-ui/tests/manual/tickets/198/1.html
  2. 1 1
      packages/ckeditor5-ui/tests/manual/tickets/198/1.js

+ 3 - 3
packages/ckeditor5-ui/tests/manual/tickets/198/1.html

@@ -1,17 +1,17 @@
 <h2>Contextual Toolbar:</h2>
 <p><button id="button-ct">Start external changes</button></p>
 <div id="editor-ct">
-	<p>EXTERNAL CHANGES WILL START HERE -> Get me a vodka rocks. And a piece of toast. Not tricks, Michael, illusions. I've opened a door here that I regret. But I bought a yearbook ad from you, doesn't that mean anything anymore? Marry me. Across from where?</p>
+	<p>EXTERNAL CHANGES WILL START HERE -> This specification defines the 5th major revision of the core language of the World Wide Web: the Hypertext Markup Language (HTML).</p>
 </div>
 
 <h2>Link:</h2>
 <p><button id="button-link">Start external changes</button></p>
 <div id="editor-link">
-	<p>EXTERNAL CHANGES WILL START HERE -> Get me a vodka rocks. <a href="http://ckeditor.com">And a piece</a> of toast. Not tricks, Michael, illusions. I've opened a door here that I regret. But I bought a yearbook ad from you, doesn't that mean anything anymore? Marry me. Across from where?</p>
+	<p>EXTERNAL CHANGES WILL START HERE -> This specification defines the 5th major <a href="http://ckeditor.com">revision</a> of the core language of the World Wide Web: the Hypertext Markup Language (HTML).</p>
 </div>
 
 <h2>Image toolbar:</h2>
 <p><button id="button-image-toolbar">Start external changes</button></p>
 <div id="editor-image-toolbar">
-	<p>EXTERNAL CHANGES WILL START HERE -> Get me a vodka rocks. And a piece of toast. <figure class="image"><img src="sample.jpg" alt="CKEditor logo" /></figure> Not tricks, Michael, illusions. I've opened a door here that I regret. But I bought a yearbook ad from you, doesn't that mean anything anymore? Marry me. Across from where?</p>
+	<p>EXTERNAL CHANGES WILL START HERE -> In this version, new features are introduced to help Web <figure class="image"><img src="sample.jpg" alt="CKEditor logo" /></figure> application authors  new elements are introduced based on research into prevailing authoring practices, and special attention has been given to defining clear conformance criteria for user agents in an effort to improve interoperability.</p></p>
 </div>

+ 1 - 1
packages/ckeditor5-ui/tests/manual/tickets/198/1.js

@@ -97,7 +97,7 @@ function startExternalChanges( editor ) {
 	}
 
 	return wait( 3000 )
-		.then( () => type( [ 0, 36 ], `It's a hug, Michael. I'm hugging you. Guy's a pro. There's only one man I've ever called a coward` ) )
+		.then( () => type( [ 0, 36 ], `This specification defines the 5th major revision of the core language of the World Wide Web. ` ) )
 		.then( () => insertNewLine( [ 0 ] ) )
 		.then( () => type( [ 0, 0 ], 'a' ) )
 		.then( () => insertNewLine( [ 1 ] ) )