Skip to content

Commit

Permalink
Test: renamed file.
Browse files Browse the repository at this point in the history
  • Loading branch information
engineering-this committed Mar 27, 2019
1 parent 35f1355 commit 728e5ff
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 0 deletions.
File renamed without changes.
28 changes: 28 additions & 0 deletions tests/plugins/widget/manual/dragintotable.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<textarea id="editor">
<table border="1" cellspacing="1" cellpadding="1" style="width:500px">
<tbody>
<tr>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
</tr>
</tbody>
</table>
<figure class="image">
<img alt="Lena Söderberg" width="150" src="/tests/_assets/lena.jpg"/>
<figcaption>Image of Lena Söderberg used in<br/>many image processing experiments.</figcaption>
</figure>
</textarea>

<script>
CKEDITOR.replace( 'editor', {
height: 400
} );
</script>
3 changes: 3 additions & 0 deletions tests/plugins/widget/manual/dragintotable.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
@bender-tags: widget, bug, 4.11.4, 1648
@bender-ui: collapsed
@bender-ckeditor-plugins: wysiwygarea, toolbar, image2, table, undo, sourcearea, resize

0 comments on commit 728e5ff

Please sign in to comment.