Sfoglia il codice sorgente

Tests: Extended the manual test content.

Aleksander Nowodzinski 6 anni fa
parent
commit
378e1acbc1

+ 2 - 2
packages/ckeditor5-restricted-editing/tests/manual/restrictedediting.html

@@ -13,7 +13,7 @@
 		<li>UL List item 2</li>
 	</ul>
 	<ol>
-		<li>OL List item 1</li>
+		<li><span class="ck-restricted-editing-exception">OL List item 1</span></li>
 		<li>OL List item 2</li>
 	</ol>
 	<figure class="image image-style-side">
@@ -24,7 +24,7 @@
 		<p>Quote</p>
 		<ul>
 			<li>Quoted UL List item 1</li>
-			<li>Quoted UL List item 2</li>
+			<li>Quoted UL List item <span class="ck-restricted-editing-exception">2</span></li>
 		</ul>
 		<p>Quote</p>
 	</blockquote>