mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
0b36f0a4fc
--HG-- rename : dom/datastore/tests/file_app.template.webapp => dom/datastore/tests/file_app2.template.webapp rename : dom/datastore/tests/test_revision.html => dom/datastore/tests/file_revision.html
15 lines
637 B
JSON
15 lines
637 B
JSON
{
|
|
"name": "Really Rapid Release (hosted)",
|
|
"description": "Updated even faster than <a href='http://mozilla.org'>Firefox</a>, just to annoy slashdotters.",
|
|
"launch_path": "/tests/dom/datastore/tests/TESTTOKEN",
|
|
"icons": { "128": "default_icon" },
|
|
"datastores-owned" : {
|
|
"foo" : { "access": "readwrite", "description" : "This store is called foo" },
|
|
"bar" : { "access": "readonly", "description" : "This store is called bar" }
|
|
},
|
|
"datastores-access" : {
|
|
"foo" : { "readonly": false, "description" : "This store is called foo" },
|
|
"bar" : { "readonly": true, "description" : "This store is called bar" }
|
|
}
|
|
}
|