mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-09 01:29:17 +00:00
Base: Add a <pre> test page
This commit is contained in:
parent
a4031c89e1
commit
7b51102495
Notes:
sideshowbarker
2024-07-17 20:24:34 +09:00
Author: https://github.com/nico
Commit: 7b51102495
Pull-request: https://github.com/SerenityOS/serenity/pull/12086
2 changed files with 8 additions and 0 deletions
7
Base/res/html/misc/pre.html
Normal file
7
Base/res/html/misc/pre.html
Normal file
|
@ -0,0 +1,7 @@
|
|||
<!doctype html>
|
||||
<pre>
|
||||
hello
|
||||
how
|
||||
are
|
||||
you
|
||||
</pre>
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue