gecko-dev/suite/debugQA/content/EditorInitPage.html

85 строки
1.9 KiB
HTML

<html>
<body>
<h2>Ender Editor Test Page</h2>
<p>This is a good place to add in html to aid in testing features
under development. It's also a great place to not use latin.
</p>
<p>
Here is some very run-o-the-mill text in a paragraph tag, for those
of you who are into that kind of thing. I think at this point I shall
regale you with some of my inestimable poetry, which will be presented
in blockquote mode for your reading pleasure. This particular sample
was written when I was eleven years old, but is remarkably similar to
the writings of my later "hard-livin" years. It's titled "Reruns":
</p>
<blockquote>
<h4>Reruns</h4>
Reruns are about as much fun,<br>
as your dad taking all your mun,<br>
and giving it to a nun,<br>
as a contribution.
</blockquote>
<br>
<br>
<br>
<br>
There are 4 br tags on either side of this sentence.
<br>
<br>
<br>
<br>
This text has two spaces between every word
<u>Underlined text with space at end </u><b> and bold text with a space at front</b>
<pre>
Here is some
preformated text.
Here is some
preformated text.
</pre>
<ol>
<li>list item 1</li>
<li>list item 2</li>
<li>list item 3</li>
</ol>
<table BORDER>
<tr><td>cell 1 </td><td>cell 2 </td><td>cell 3 </td></tr>
<tr><td>cell 4 </td><td>cell 5 </td><td>cell 6 </td></tr>
<tr><td>cell 7 </td><td>cell 8 </td><td>cell 9 </td></tr>
</table>
<table BORDER>
<tr><td>big cell 1 </td>
<td>
<table BORDER>
<tr><td>nested cell 1 </td><td>nested cell 2 </td></tr>
<tr><td>nested cell 3 </td><td>nested cell 4 </td></tr>
</table>
</td>
</tr>
<tr><td>
<table BORDER>
<tr><td>nested cell 1 </td><td>nested cell 2 </td></tr>
<tr><td>nested cell 3 </td><td>nested cell 4 </td></tr>
</table>
</td><td>big cell 4 </td></tr>
</table>
<p>
One more paragraph for the road. A true Klingon fears not the atrocious
editing file format hoisted on us by html. Well, maybe he does, a little.
But he hides it well.
</p>
</body>
</html>