|
1 [DEFAULT] |
|
2 skip-if = e10s |
|
3 support-files = |
|
4 file_http.html |
|
5 file_https.html |
|
6 frameEqual.html |
|
7 frameNotEqual.html |
|
8 frameReplace.html |
|
9 interOriginSlave.js |
|
10 interOriginTest.js |
|
11 |
|
12 [test_cookieSession.html] |
|
13 skip-if = buildapp == 'b2g' # b2g(4 failures) |
|
14 [test_sessionStorageBase.html] |
|
15 skip-if = buildapp == 'b2g' # b2g(no storage chrome event received) |
|
16 [test_sessionStorageBaseSessionOnly.html] |
|
17 skip-if = buildapp == 'b2g' # b2g(bug 967737) |
|
18 [test_sessionStorageClone.html] |
|
19 skip-if = buildapp == 'b2g' || toolkit == 'android' # b2g(bug 968051) b2g-debug(bug 968051) b2g-desktop(Bug 931116, b2g desktop specific, initial triage) |
|
20 [test_sessionStorageHttpHttps.html] |
|
21 skip-if = buildapp == 'b2g' || toolkit == 'android' #TIMED_OUT # b2g(needs https to work) b2g-debug(needs https to work) b2g-desktop(needs https to work) |
|
22 [test_sessionStorageReplace.html] |
|
23 skip-if = (buildapp == 'b2g' && toolkit != 'gonk') #Bug 931116, b2g desktop specific, initial triage |