diff -r 000000000000 -r 6474c204b198 content/xul/templates/tests/chrome/test_tmpl_storage_tree.xul
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/content/xul/templates/tests/chrome/test_tmpl_storage_tree.xul Wed Dec 31 06:09:35 2014 +0100
@@ -0,0 +1,122 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ SELECT a.id, a.name, a.specimen, s.name as species FROM animals a, species s
+ WHERE a.species_id = s.id ORDER BY species, a.name
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+