diff options
Diffstat (limited to 'dom/tests/mochitest/sessionstorage/mochitest.ini')
-rw-r--r-- | dom/tests/mochitest/sessionstorage/mochitest.ini | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/dom/tests/mochitest/sessionstorage/mochitest.ini b/dom/tests/mochitest/sessionstorage/mochitest.ini new file mode 100644 index 000000000..126216c4f --- /dev/null +++ b/dom/tests/mochitest/sessionstorage/mochitest.ini @@ -0,0 +1,18 @@ +[DEFAULT] +support-files = + file_http.html + file_https.html + frameEqual.html + frameNotEqual.html + frameReplace.html + interOriginSlave.js + interOriginTest.js + +[test_cookieSession.html] +[test_sessionStorageBase.html] +[test_sessionStorageBaseSessionOnly.html] +[test_sessionStorageClone.html] +skip-if = toolkit == 'android' +[test_sessionStorageHttpHttps.html] +skip-if = toolkit == 'android' #TIMED_OUT +[test_sessionStorageReplace.html] |