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 #40 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 committed Sep 4, 2019
2 parents bbaca73 + 2d08c6e commit 07c914d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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>

0 comments on commit 07c914d

Please sign in to comment.