Base: Add a <pre> test page

This commit is contained in:
Nico Weber 2022-01-22 20:55:56 -05:00 committed by Andreas Kling
parent a4031c89e1
commit 7b51102495
2 changed files with 8 additions and 0 deletions

View file

@ -0,0 +1,7 @@
<!doctype html>
<pre>
hello
how
are
you
</pre>

View file

@ -64,6 +64,7 @@
<li><a href="checkbox.html">checkbox</a></li>
<li><a href="form.html">form</a></li>
<li><a href="images.html">images</a></li>
<li><a href="pre.html">pre</a></li>
<li><a href="svg.html">svg</a></li>
<li><a href="small.html">small</a></li>
<li><a href="link.html">link</a></li>