Start implement signature verification
diff --git a/js/testing/test-throughput-xpcom.html b/js/testing/test-throughput-xpcom.html
new file mode 100644
index 0000000..a8b3f46
--- /dev/null
+++ b/js/testing/test-throughput-xpcom.html
@@ -0,0 +1,27 @@
+<?xml version = "1.0" encoding="utf-8" ?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+"DTD/xhtml1-strict.dtd">
+<html xmlns = "http://www.w3.org/1999/xhtml">
+<meta charset="UTF-8">
+
+<head>
+ <title>NDN Get via XPCOM</title>
+</head>
+<body >
+
+ <h1>NDN Protocol Examples</h1>
+ <h2>Segmented files</h2>
+ Here is a small text file:
+ <br/>
+ <a target="_blank" class="moz-txt-link-freetext"
+ href="ndn:/wentao.shang/mars.jpg">ndn:/wentao.shang/mars.jpg</a>
+ <br/>
+
+ Here is a large image file:
+ <br/>
+ <a target="_blank" class="moz-txt-link-freetext"
+ href="ndn:/wentao.shang/choir_jail.png">ndn:/wentao.shang/choir_jail.png</a>
+ <br/>
+
+</body>
+</html>