fix #7846 - password entry item - with option show pass
[roojs1] / examples / test.html
diff --git a/examples/test.html b/examples/test.html
new file mode 100644 (file)
index 0000000..a7ce7a6
--- /dev/null
@@ -0,0 +1,26 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<html>
+<head>
+    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+    <title>Test</title>
+
+    <link rel="stylesheet" type="text/css" href="../css/roojs-debug.css"/>
+    <link rel="stylesheet" type="text/css" href="examples.css" />
+
+     <script type="text/javascript" src="../roojs-debug.js"></script>   
+     <script type="text/javascript" src="examples.js"></script>
+     <script type="text/javascript" src="test.js"></script>
+
+</head>
+<body>
+<h1>Test</h1>
+<br/>
+<br/>
+<a href="#footnote"><sup>abc</sup></a>
+<p>11<span>22</span></p>
+<p> </p>
+<span>33</span>
+<br/>
+b
+</body>
+</html>