Procházet zdrojové kódy

Update block content manual test description & data.

Maciej Gołaszewski před 7 roky
rodič
revize
d94213a3ae

+ 6 - 2
packages/ckeditor5-table/tests/manual/tableblockcontent.html

@@ -67,10 +67,14 @@
 		<tr>
 			<td>image</td>
 			<td>
-				<p>A paragraph with default alignment</p>
 				<img alt="sample image" src="sample.jpg">
 			</td>
-			<td></td>
+			<td>
+				<p>An image aligned to right:</p>
+				<figure class="image image-style-side" contenteditable="false">
+					<img src="sample.jpg" alt="sample image">
+				</figure>
+			</td>
 		</tr>
 		</tbody>
 	</table>

+ 1 - 0
packages/ckeditor5-table/tests/manual/tableblockcontent.md

@@ -6,6 +6,7 @@
     * List
     * Heading
     * Block Quote (with inner paragraph)
+    * Image
 
 2. The third column consist blocks with text alignment.
     * Paragraph - should be rendered was `<p>` when alignment is set (apart from default) for single paragraph.