diff chrome/content/leaks/leaks.html @ 2:472a16863ecc

expanded nightly.jar
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Tue, 02 Dec 2008 20:38:20 +0900
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/chrome/content/leaks/leaks.html	Tue Dec 02 20:38:20 2008 +0900
@@ -0,0 +1,22 @@
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<style>
+p {
+  font-family: monospace;
+  margin: 0;
+}
+
+.leaked {
+  color: red;
+}
+
+.ignored {
+  color: grey;
+}
+</style>
+<style id="filters">
+</style>
+</head>
+<body>
+</body>
+</html>