gecko-dev/netwerk/test/mochitests
Dimi Lee fbc8bb1f4b Bug 1652244 - P3. Fix test_different_domain_in_hierarchy.html test failure r=timhuang
This test tests whether cookies can be set in the following frames:
top-level: http://example.org/tests/netwerk/test/mochitests/file_domain_hierarchy_inner.html
1st-level: http://example.com/tests/netwerk/test/mochitests/file_domain_hierarchy_inner_inner.html
2nd-level: http://example.org/tests/netwerk/test/mochitests/file_domain_hierarchy_inner_inner_inner.html

Before this patch, the 2nd-level iframes can't set a cookie.
After this patch, the 2nd-level is considered first-party and can set a cookie.

Differential Revision: https://phabricator.services.mozilla.com/D86716
2020-08-12 09:10:53 +00:00
..
beltzner.jpg Bug 1547397 - Part 1: Move some mochitests and browser-chrome tests for cookies out of extensions/cookies; r=baku 2019-04-30 14:07:12 +00:00
beltzner.jpg^headers^ Bug 1547397 - Part 1: Move some mochitests and browser-chrome tests for cookies out of extensions/cookies; r=baku 2019-04-30 14:07:12 +00:00
empty.html
file_1331680.js Bug 1582666 - Enable more ESLint rules for netwerk/. r=Standard8,valentin 2020-04-07 16:00:03 +00:00
file_1502055.sjs Bug 1502055 - test for Clear-Site-Data + 304 http status r=mayhemer 2018-10-31 06:46:00 +02:00
file_1503201.sjs
file_chromecommon.js Bug 1582666 - Enable more ESLint rules for netwerk/. r=Standard8,valentin 2020-04-07 16:00:03 +00:00
file_documentcookie_maxage_chromescript.js Bug 1582666 - Enable more ESLint rules for netwerk/. r=Standard8,valentin 2020-04-07 16:00:03 +00:00
file_domain_hierarchy_inner.html Bug 1457503 - Removal of http-equiv cookies. draft, r=jkt 2019-05-08 13:50:45 +00:00
file_domain_hierarchy_inner.html^headers^ Bug 1550050 - Fix intermittent failures in test_same_base_domain_3.html forcing no cache via HTTP headers, r=valentin 2019-05-17 11:20:19 +00:00
file_domain_hierarchy_inner_inner.html Bug 1457503 - Removal of http-equiv cookies. draft, r=jkt 2019-05-08 13:50:45 +00:00
file_domain_hierarchy_inner_inner.html^headers^ Bug 1550050 - Fix intermittent failures in test_same_base_domain_3.html forcing no cache via HTTP headers, r=valentin 2019-05-17 11:20:19 +00:00
file_domain_hierarchy_inner_inner_inner.html Bug 1457503 - Removal of http-equiv cookies. draft, r=jkt 2019-05-08 13:50:45 +00:00
file_domain_hierarchy_inner_inner_inner.html^headers^ Bug 1457503 - Removal of http-equiv cookies. draft, r=jkt 2019-05-08 13:50:45 +00:00
file_domain_inner.html Bug 1457503 - Removal of http-equiv cookies. draft, r=jkt 2019-05-08 13:50:45 +00:00
file_domain_inner.html^headers^ Bug 1550050 - Fix intermittent failures in test_same_base_domain_3.html forcing no cache via HTTP headers, r=valentin 2019-05-17 11:20:19 +00:00
file_domain_inner_inner.html Bug 1457503 - Removal of http-equiv cookies. draft, r=jkt 2019-05-08 13:50:45 +00:00
file_domain_inner_inner.html^headers^ Bug 1550050 - Fix intermittent failures in test_same_base_domain_3.html forcing no cache via HTTP headers, r=valentin 2019-05-17 11:20:19 +00:00
file_iframe_allow_same_origin.html
file_iframe_allow_scripts.html
file_image_inner.html Bug 1457503 - Removal of http-equiv cookies. draft, r=jkt 2019-05-08 13:50:45 +00:00
file_image_inner.html^headers^ Bug 1550050 - Fix intermittent failures in test_same_base_domain_3.html forcing no cache via HTTP headers, r=valentin 2019-05-17 11:20:19 +00:00
file_image_inner_inner.html Bug 1457503 - Removal of http-equiv cookies. draft, r=jkt 2019-05-08 13:50:45 +00:00
file_image_inner_inner.html^headers^ Bug 1550050 - Fix intermittent failures in test_same_base_domain_3.html forcing no cache via HTTP headers, r=valentin 2019-05-17 11:20:19 +00:00
file_loadflags_inner.html Bug 1457503 - Removal of http-equiv cookies. draft, r=jkt 2019-05-08 13:50:45 +00:00
file_loadflags_inner.html^headers^ Bug 1550050 - Fix intermittent failures in test_same_base_domain_3.html forcing no cache via HTTP headers, r=valentin 2019-05-17 11:20:19 +00:00
file_loadinfo_redirectchain.sjs Bug 1633710 - Move uri.spec calls to nsIPrincipal r=necko-reviewers,geckoview-reviewers,preferences-reviewers,ckerschb,ntim,snorp,valentin 2020-08-04 11:10:41 +00:00
file_localhost_inner.html Bug 1457503 - Removal of http-equiv cookies. draft, r=jkt 2019-05-08 13:50:45 +00:00
file_localhost_inner.html^headers^ Bug 1550050 - Fix intermittent failures in test_same_base_domain_3.html forcing no cache via HTTP headers, r=valentin 2019-05-17 11:20:19 +00:00
file_loopback_inner.html Bug 1457503 - Removal of http-equiv cookies. draft, r=jkt 2019-05-08 13:50:45 +00:00
file_loopback_inner.html^headers^ Bug 1550050 - Fix intermittent failures in test_same_base_domain_3.html forcing no cache via HTTP headers, r=valentin 2019-05-17 11:20:19 +00:00
file_subdomain_inner.html Bug 1457503 - Removal of http-equiv cookies. draft, r=jkt 2019-05-08 13:50:45 +00:00
file_subdomain_inner.html^headers^ Bug 1550050 - Fix intermittent failures in test_same_base_domain_3.html forcing no cache via HTTP headers, r=valentin 2019-05-17 11:20:19 +00:00
file_testcommon.js Bug 1582666 - Enable more ESLint rules for netwerk/. r=Standard8,valentin 2020-04-07 16:00:03 +00:00
file_testloadflags.js Bug 1638358 - Cookie Schemeful Same-Site - part 5 - schemeful comparison, r=mayhemer 2020-06-02 13:50:12 +00:00
file_testloadflags_chromescript.js Bug 1638358 - Cookie Schemeful Same-Site - part 3 - update add/addNative methods, r=mayhemer,remote-protocol-reviewers,marionette-reviewers,maja_zf,MattN,whimboo 2020-06-02 13:49:27 +00:00
iframe_1502055.html Bug 1502055 - test for Clear-Site-Data + 304 http status r=mayhemer 2018-10-31 06:46:00 +02:00
image1.png Bug 1547397 - Part 1: Move some mochitests and browser-chrome tests for cookies out of extensions/cookies; r=baku 2019-04-30 14:07:12 +00:00
image1.png^headers^ Bug 1547397 - Part 1: Move some mochitests and browser-chrome tests for cookies out of extensions/cookies; r=baku 2019-04-30 14:07:12 +00:00
image2.png Bug 1547397 - Part 1: Move some mochitests and browser-chrome tests for cookies out of extensions/cookies; r=baku 2019-04-30 14:07:12 +00:00
image2.png^headers^ Bug 1547397 - Part 1: Move some mochitests and browser-chrome tests for cookies out of extensions/cookies; r=baku 2019-04-30 14:07:12 +00:00
method.sjs
mochitest.ini Bug 1602668 - M(1) manifest and test changes. r=kmag,karlt,necko-reviewers,valentin 2020-06-22 19:09:49 +00:00
origin_header.sjs
origin_header_form_post.html
origin_header_form_post_xorigin.html
partial_content.sjs
redirect.sjs
redirect_idn.html
redirect_idn.html^headers^
rel_preconnect.sjs
reset_cookie_xhr.sjs
set_cookie_xhr.sjs
signed_web_packaged_app.sjs
subResources.sjs Bug 1529836 - Part 2: Add a test for capping the maximum life-time of client-side cookies; r=baku 2019-02-26 18:34:10 +00:00
sw_1502055.js Bug 1502055 - test for Clear-Site-Data + 304 http status r=mayhemer 2018-10-31 06:46:00 +02:00
test1.css Bug 1547397 - Part 1: Move some mochitests and browser-chrome tests for cookies out of extensions/cookies; r=baku 2019-04-30 14:07:12 +00:00
test1.css^headers^ Bug 1547397 - Part 1: Move some mochitests and browser-chrome tests for cookies out of extensions/cookies; r=baku 2019-04-30 14:07:12 +00:00
test2.css Bug 1547397 - Part 1: Move some mochitests and browser-chrome tests for cookies out of extensions/cookies; r=baku 2019-04-30 14:07:12 +00:00
test2.css^headers^ Bug 1547397 - Part 1: Move some mochitests and browser-chrome tests for cookies out of extensions/cookies; r=baku 2019-04-30 14:07:12 +00:00
test_1331680.html Bug 1544322 - Part 2.1 - Remove the [type] attribute for one-liner <script> tags loading files in /tests/SimpleTest/ in everything except for dom/ r=bzbarsky 2019-04-16 03:50:44 +00:00
test_1331680_iframe.html Bug 1544322 - Part 2.1 - Remove the [type] attribute for one-liner <script> tags loading files in /tests/SimpleTest/ in everything except for dom/ r=bzbarsky 2019-04-16 03:50:44 +00:00
test_1331680_xhr.html Bug 1544322 - Part 2.1 - Remove the [type] attribute for one-liner <script> tags loading files in /tests/SimpleTest/ in everything except for dom/ r=bzbarsky 2019-04-16 03:50:44 +00:00
test_1396395.html Bug 1582666 - Enable more ESLint rules for netwerk/. r=Standard8,valentin 2020-04-07 16:00:03 +00:00
test_1421324.html Bug 1544322 - Part 2.1 - Remove the [type] attribute for one-liner <script> tags loading files in /tests/SimpleTest/ in everything except for dom/ r=bzbarsky 2019-04-16 03:50:44 +00:00
test_1425031.html Bug 1544322 - Part 2.1 - Remove the [type] attribute for one-liner <script> tags loading files in /tests/SimpleTest/ in everything except for dom/ r=bzbarsky 2019-04-16 03:50:44 +00:00
test_1502055.html Bug 1556844 - Enable more ESLint rules for netwerk, (auto & manual) fixes & format changes , r=dragana 2019-06-21 20:13:40 +00:00
test_1503201.html Bug 1544322 - Part 2.1 - Remove the [type] attribute for one-liner <script> tags loading files in /tests/SimpleTest/ in everything except for dom/ r=bzbarsky 2019-04-16 03:50:44 +00:00
test_accept_header.html Bug 1544231 - add image/webp to default navigation value of the Accept header, r=mayhemer 2019-11-01 15:54:57 +00:00
test_accept_header.sjs Bug 1518746: Add additional logging to test_accept_header.html. r=valentin 2019-01-14 19:36:26 +00:00
test_arraybufferinputstream.html Bug 1544322 - Part 2.1 - Remove the [type] attribute for one-liner <script> tags loading files in /tests/SimpleTest/ in everything except for dom/ r=bzbarsky 2019-04-16 03:50:44 +00:00
test_different_domain_in_hierarchy.html Bug 1652244 - P3. Fix test_different_domain_in_hierarchy.html test failure r=timhuang 2020-08-12 09:10:53 +00:00
test_differentdomain.html Bug 1644863 - fix trailing whitespace in cross-tree tests, r=emilio,marionette-reviewers,whimboo 2020-06-17 22:45:31 +00:00
test_documentcookies_maxage.html Bug 1544322 - Part 2.1 - Remove the [type] attribute for one-liner <script> tags loading files in /tests/SimpleTest/ in everything except for dom/ r=bzbarsky 2019-04-16 03:50:44 +00:00
test_idn_redirect.html Bug 1544322 - Part 2.1 - Remove the [type] attribute for one-liner <script> tags loading files in /tests/SimpleTest/ in everything except for dom/ r=bzbarsky 2019-04-16 03:50:44 +00:00
test_image.html Bug 1547397 - Part 1: Move some mochitests and browser-chrome tests for cookies out of extensions/cookies; r=baku 2019-04-30 14:07:12 +00:00
test_loadflags.html Bug 1644863 - fix trailing whitespace in cross-tree tests, r=emilio,marionette-reviewers,whimboo 2020-06-17 22:45:31 +00:00
test_loadinfo_redirectchain.html Bug 1633710 - Move uri.spec calls to nsIPrincipal r=necko-reviewers,geckoview-reviewers,preferences-reviewers,ckerschb,ntim,snorp,valentin 2020-08-04 11:10:41 +00:00
test_origin_header.html Bug 1582666 - Enable more ESLint rules for netwerk/. r=Standard8,valentin 2020-04-07 16:00:03 +00:00
test_partially_cached_content.html Bug 1544322 - Part 2.1 - Remove the [type] attribute for one-liner <script> tags loading files in /tests/SimpleTest/ in everything except for dom/ r=bzbarsky 2019-04-16 03:50:44 +00:00
test_redirect_ref.html Bug 1544322 - Part 2.1 - Remove the [type] attribute for one-liner <script> tags loading files in /tests/SimpleTest/ in everything except for dom/ r=bzbarsky 2019-04-16 03:50:44 +00:00
test_rel_preconnect.html Bug 1644863 - fix trailing whitespace in cross-tree tests, r=emilio,marionette-reviewers,whimboo 2020-06-17 22:45:31 +00:00
test_same_base_domain.html Bug 1644863 - fix trailing whitespace in cross-tree tests, r=emilio,marionette-reviewers,whimboo 2020-06-17 22:45:31 +00:00
test_same_base_domain_2.html Bug 1644863 - fix trailing whitespace in cross-tree tests, r=emilio,marionette-reviewers,whimboo 2020-06-17 22:45:31 +00:00
test_same_base_domain_3.html Bug 1644863 - fix trailing whitespace in cross-tree tests, r=emilio,marionette-reviewers,whimboo 2020-06-17 22:45:31 +00:00
test_same_base_domain_4.html Bug 1644863 - fix trailing whitespace in cross-tree tests, r=emilio,marionette-reviewers,whimboo 2020-06-17 22:45:31 +00:00
test_same_base_domain_5.html Bug 1644863 - fix trailing whitespace in cross-tree tests, r=emilio,marionette-reviewers,whimboo 2020-06-17 22:45:31 +00:00
test_same_base_domain_6.html Bug 1644863 - fix trailing whitespace in cross-tree tests, r=emilio,marionette-reviewers,whimboo 2020-06-17 22:45:31 +00:00
test_samedomain.html Bug 1644863 - fix trailing whitespace in cross-tree tests, r=emilio,marionette-reviewers,whimboo 2020-06-17 22:45:31 +00:00
test_uri_scheme.html Bug 1544322 - Part 2.1 - Remove the [type] attribute for one-liner <script> tags loading files in /tests/SimpleTest/ in everything except for dom/ r=bzbarsky 2019-04-16 03:50:44 +00:00
test_viewsource_unlinkable.html Bug 1544322 - Part 2.1 - Remove the [type] attribute for one-liner <script> tags loading files in /tests/SimpleTest/ in everything except for dom/ r=bzbarsky 2019-04-16 03:50:44 +00:00
test_xhr_method_case.html Bug 1544322 - Part 2.1 - Remove the [type] attribute for one-liner <script> tags loading files in /tests/SimpleTest/ in everything except for dom/ r=bzbarsky 2019-04-16 03:50:44 +00:00
web_packaged_app.sjs