Ver código fonte

Base: Add a <pre> test page

Nico Weber 3 anos atrás
pai
commit
7b51102495
2 arquivos alterados com 8 adições e 0 exclusões
  1. 7 0
      Base/res/html/misc/pre.html
  2. 1 0
      Base/res/html/misc/welcome.html

+ 7 - 0
Base/res/html/misc/pre.html

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

+ 1 - 0
Base/res/html/misc/welcome.html

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