diff options
Diffstat (limited to 'toolkit/components/xulstore/tests/xpcshell/localstore.rdf')
-rw-r--r-- | toolkit/components/xulstore/tests/xpcshell/localstore.rdf | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/toolkit/components/xulstore/tests/xpcshell/localstore.rdf b/toolkit/components/xulstore/tests/xpcshell/localstore.rdf new file mode 100644 index 000000000..458eb50ea --- /dev/null +++ b/toolkit/components/xulstore/tests/xpcshell/localstore.rdf @@ -0,0 +1,31 @@ +<?xml version="1.0"?> +<RDF:RDF xmlns:NC="http://home.netscape.com/NC-rdf#" + xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> + <RDF:Description RDF:about="chrome://browser/content/browser.xul#sidebar-title" + value="" /> + <RDF:Description RDF:about="about:config#prefCol" + ordinal="1" + sortDirection="ascending" /> + <RDF:Description RDF:about="chrome://browser/content/browser.xul#addon-bar" + collapsed="true" /> + <RDF:Description RDF:about="about:config"> + <NC:persist RDF:resource="about:config#prefCol"/> + <NC:persist RDF:resource="about:config#lockCol"/> + <NC:persist RDF:resource="about:config#typeCol"/> + <NC:persist RDF:resource="about:config#valueCol"/> + </RDF:Description> + <RDF:Description RDF:about="about:config#lockCol" + ordinal="3" /> + <RDF:Description RDF:about="chrome://browser/content/browser.xul"> + <NC:persist RDF:resource="chrome://browser/content/browser.xul#main-window"/> + <NC:persist RDF:resource="chrome://browser/content/browser.xul#addon-bar"/> + <NC:persist RDF:resource="chrome://browser/content/browser.xul#sidebar-box"/> + <NC:persist RDF:resource="chrome://browser/content/browser.xul#sidebar-title"/> + </RDF:Description> + <RDF:Description RDF:about="chrome://browser/content/browser.xul#main-window" + width="994" + height="768" + screenX="4" + screenY="22" + sizemode="normal" /> +</RDF:RDF> |