Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Merge pull request #43 from ckeditor/t/ckeditor5/2025
Browse files Browse the repository at this point in the history
Tests: Fixed source element in the placeholder manual test.
  • Loading branch information
Reinmar authored Sep 4, 2019
2 parents eef4269 + 06c8d1c commit dbfc18e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/manual/placeholder.html
Original file line number Diff line number Diff line change
@@ -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>

0 comments on commit dbfc18e

Please sign in to comment.