ソースを参照

Tests: Fixed source element in the placeholder manual test.

Mgsy 6 年 前
コミット
8e96ee0780

+ 2 - 2
packages/ckeditor5-editor-decoupled/tests/manual/placeholder.html

@@ -1,5 +1,5 @@
-<textarea id="editor-1" placeholder="Placeholder from the attribute">
+<div id="editor-1" placeholder="Placeholder from the attribute">
 	<p>Remove this text to see the placeholder.</p>
-</textarea>
+</div>
 <br />
 <div id="editor-2" data-placeholder="Placeholder from the attribute"></div>