瀏覽代碼

Tests: Fixed source element in the placeholder manual test.

Mgsy 6 年之前
父節點
當前提交
16bbdc7cb2
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      packages/ckeditor5-editor-balloon/tests/manual/placeholder.html

+ 2 - 2
packages/ckeditor5-editor-balloon/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>