Browse Source

Merge pull request #40 from ckeditor/t/ckeditor5/2025

Tests: Fixed source element in the placeholder manual test.
Piotrek Koszuliński 6 năm trước cách đây
mục cha
commit
e88cb02126

+ 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>