mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 947134 - Enable datastore/tests/test_certifiedApp.html for B2G Emulator, r=ehsan
This commit is contained in:
parent
330b422f6d
commit
effc6eb3aa
@ -66,11 +66,6 @@
|
||||
}
|
||||
|
||||
var tests = [
|
||||
function() {
|
||||
ok(!("getDataStores" in navigator), "getDataStores should not exist");
|
||||
runTest();
|
||||
},
|
||||
|
||||
// Permissions
|
||||
function() {
|
||||
SpecialPowers.pushPermissions(
|
||||
@ -83,7 +78,13 @@
|
||||
function() {
|
||||
SpecialPowers.pushPrefEnv({"set": [["dom.promise.enabled", true],
|
||||
["dom.datastore.enabled", true],
|
||||
["dom.testing.ignore_ipc_principal", true]]}, runTest);
|
||||
["dom.testing.ignore_ipc_principal", true],
|
||||
["dom.testing.datastore_enabled_for_hosted_apps", false]]}, runTest);
|
||||
},
|
||||
|
||||
function() {
|
||||
ok(!("getDataStores" in navigator), "getDataStores should not exist");
|
||||
runTest();
|
||||
},
|
||||
|
||||
function() {
|
||||
|
@ -274,8 +274,6 @@
|
||||
"dom/browser-element/mochitest/test_browserElement_inproc_CloseFromOpener.html":"",
|
||||
"dom/browser-element/":"",
|
||||
|
||||
"dom/datastore/tests/test_certifiedApp.html":"",
|
||||
|
||||
"dom/file/test/test_progress_events.html":"All of these fail fairly regularly with: UnknownError: The operation failed for reasons unrelated to the database itself and not covered by any other error code. at http://mochi.test:8888/tests/dom/file/test/helpers.js:126",
|
||||
"dom/file/test/test_request_readyState.html":"",
|
||||
"dom/file/test/test_stream_tracking.html":"",
|
||||
|
@ -282,8 +282,6 @@
|
||||
"dom/browser-element/mochitest/test_browserElement_inproc_CloseFromOpener.html":"",
|
||||
"dom/browser-element/":"",
|
||||
|
||||
"dom/datastore/tests/test_certifiedApp.html":"",
|
||||
|
||||
"dom/file/test/test_progress_events.html":"All of these fail fairly regularly with: UnknownError: The operation failed for reasons unrelated to the database itself and not covered by any other error code. at http://mochi.test:8888/tests/dom/file/test/helpers.js:126",
|
||||
"dom/file/test/test_request_readyState.html":"",
|
||||
"dom/file/test/test_stream_tracking.html":"",
|
||||
|
Loading…
Reference in New Issue
Block a user