Bladeren bron

Reverted changes in the manual test.

Piotrek Koszuliński 6 jaren geleden
bovenliggende
commit
73852fa0cc
1 gewijzigde bestanden met toevoegingen van 24 en 0 verwijderingen
  1. 24 0
      packages/ckeditor5-restricted-editing/tests/manual/restrictedediting.html

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

@@ -5,6 +5,10 @@
 </p>
 
 <div id="editor">
+	<h2>Heading 1</h2>
+	<p>Paragraph <span class="restricted-editing-exception">it is editable</span></p>
+	<p>Exception on part of a word: <a href="ckeditor.com">coompi</a><span class="restricted-editing-exception"><a href="ckeditor.com">ter</a> (fix spelling in Firefox).</span></p>
+	<p><strong>Bold</strong> <i>Italic</i> <a href="foo">Link</a></p>
 	<figure class="table">
 		<table>
 			<tbody>
@@ -14,4 +18,24 @@
 			</tbody>
 		</table>
 	</figure>
+	<ul>
+		<li>UL List item 1</li>
+		<li>UL List item 2</li>
+	</ul>
+	<ol>
+		<li><span class="restricted-editing-exception">OL List item 1</span></li>
+		<li>OL List item 2</li>
+	</ol>
+	<figure class="image image-style-side">
+		<img alt="bar" src="sample.jpg">
+		<figcaption>Caption</figcaption>
+	</figure>
+	<blockquote>
+		<p>Quote</p>
+		<ul>
+			<li>Quoted UL List item 1</li>
+			<li>Quoted UL List item <span class="restricted-editing-exception">2</span></li>
+		</ul>
+		<p>Quote</p>
+	</blockquote>
 </div>