Index: /CKEditor/tests/tt/4375/2.html
===================================================================
--- /CKEditor/tests/tt/4375/2.html	(revision 4202)
+++ /CKEditor/tests/tt/4375/2.html	(revision 4202)
@@ -0,0 +1,90 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+	"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+	<title>Ticket: #4375</title>
+	<meta name="tags" content="editor,manual,all">
+	<script type="text/javascript" src="../../cktester/cell.js"></script>
+</head>
+<body>
+<div>
+	<b>bold</b>, <b>!</b> can be bold too, and <b>! </b><br/>
+	<i>italic</i><br/><b><i>bolditalic</i></b><br/>
+	<span style="text-decoration: underline;">underline</span><br/>
+	<code>monospace</code> or <code>monospace</code><br/>
+	<del>strike-through</del>
+	<br/><sup>superscript</sup><br/><sub>subscript</sub><br/>
+
+	<h1>Heading</h1>
+
+	<h2>Subheading</h2>
+
+	<h3>About <i>this</i></h3>
+
+	<h3>Explicit id</h3>
+	Line 1<br/>
+	Line 2
+
+	<ul>
+		<li>Item 1</li>
+		<ul>
+			<li>Item 1.1</li>
+		</ul>
+		<li>Item 2</li>
+	</ul>
+	<br/>
+	<ol>
+		<li>Item 1</li>
+		<ol>
+			<li>Item 1.a</li>
+			<li>Item 1.b</li>
+			<ol>
+				<li>Item 1.b.i</li>
+				<li>Item 1.b.ii</li>
+			</ol>
+		</ol>
+		<li>Item 2</li>
+	</ol>
+	<dl>
+		<dt> llama</dt>
+		<dd>some kind of mammal, with hair</dd>
+		<dt> ppython</dt>
+		<dd>some kind of reptile, without hair (can you spot the typo?)</dd>
+	</dl>
+	<pre>def HelloWorld():
+	print "Hello World"
+	</pre>
+	My reply text<br/>
+	<table>
+		<tbody>
+		<tr class="evenRow">
+			<td>Cell 1</td>
+			<td>Cell 2</td>
+			<td>Cell 3</td>
+		</tr>
+		<tr class="oddRow">
+			<td>Cell 4</td>
+			<td>Cell 5</td>
+			<td>Cell 6</td>
+		</tr>
+		</tbody>
+	</table>
+	<ul>
+		<li><a class="externalLink" href="http://www.edgewall.com/" title=""
+			   target="_blank">Edgewall Software</a></li>
+		<li><a class="externalLink" href="wiki:TitleIndex" title=""
+			   target="_blank">Title Index</a></li>
+		<li><a class="externalLink" href="wiki:ISO9000" title=""
+			   target="_blank">wiki:ISO9000</a></li>
+	</ul>
+	<pre>#!python
+	class Test:
+
+	def __init__(self):
+	   print "Hello World"
+	if __name__ == '__main__':
+	Test()
+	</pre>
+</div>
+</body>
+</html>
