Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(442)

Side by Side Diff: third_party/WebKit/LayoutTests/FlagExpectations/site-per-process

Issue 2213593002: OOPIF support for 'plugin-types' Content Security Policy. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@csp-reporting-ipcs
Patch Set: Accounting for lack of https://crrev.com/2190183002 (i.e. no CSP reports from remote frames). Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # These tests currently fail when they run with --site-per-process. 1 # These tests currently fail when they run with --site-per-process.
2 # See https://crbug.com/477150. 2 # See https://crbug.com/477150.
3 3
4 # https://crbug.com/611838 - regression when geolocation tests use JS mock. 4 # https://crbug.com/611838 - regression when geolocation tests use JS mock.
5 http/tests/security/powerfulFeatureRestrictions/geolocation-on-secure-origin-in- insecure-origin.html [ Timeout ] 5 http/tests/security/powerfulFeatureRestrictions/geolocation-on-secure-origin-in- insecure-origin.html [ Timeout ]
6 6
7 # https://crbug.com/611154 - DCHECK in NavigatorImpl::DidStartProvisionalLoad. 7 # https://crbug.com/611154 - DCHECK in NavigatorImpl::DidStartProvisionalLoad.
8 http/tests/security/upgrade-insecure-requests/iframe-upgrade.https.html [ Crash ] 8 http/tests/security/upgrade-insecure-requests/iframe-upgrade.https.html [ Crash ]
9 http/tests/security/upgrade-insecure-requests/iframe-upgrade-csp.https.html [ Cr ash ] 9 http/tests/security/upgrade-insecure-requests/iframe-upgrade-csp.https.html [ Cr ash ]
10 10
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 54
55 # https://crbug.com/607991 - MockWebClipboardImpl not replicated across OOPIFs. 55 # https://crbug.com/607991 - MockWebClipboardImpl not replicated across OOPIFs.
56 http/tests/misc/copy-resolves-urls.html [ Failure ] 56 http/tests/misc/copy-resolves-urls.html [ Failure ]
57 57
58 # https://crbug.com/608780 - window.performance doesn't work with OOPIFs 58 # https://crbug.com/608780 - window.performance doesn't work with OOPIFs
59 http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_cro ss_origin_redirect.html [ Timeout ] 59 http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_cro ss_origin_redirect.html [ Timeout ]
60 http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_cro ss_origin_redirect_with_timing_allow_origin.html [ Timeout ] 60 http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_cro ss_origin_redirect_with_timing_allow_origin.html [ Timeout ]
61 http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_cro ss_origin_resource_request.html [ Timeout ] 61 http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_cro ss_origin_resource_request.html [ Timeout ]
62 http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_tim ing_allow_cross_origin_resource_request.html [ Timeout ] 62 http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_tim ing_allow_cross_origin_resource_request.html [ Timeout ]
63 63
64 # https://crbug.com/585501 - csp directives are not replicated to OOPIFs 64 # https://crbug.com/611232 - CSP checks from remote parent frame do not properly report violations
65 http/tests/security/contentSecurityPolicy/frame-src-child-frame-navigates-to-blo cked-origin.html [ Failure ] 65 http/tests/security/contentSecurityPolicy/frame-src-child-frame-navigates-to-blo cked-origin.html [ Failure ]
66 http/tests/security/contentSecurityPolicy/1.1/plugintypes-affects-cross-site-chi ld-disallowed.html [ Failure ]
66 67
67 # https://crbug.com/615156 - Need to make IntersectionObserver work with OOPIFs. 68 # https://crbug.com/615156 - Need to make IntersectionObserver work with OOPIFs.
68 http/tests/intersection-observer/iframe-cross-origin.html [ Timeout ] 69 http/tests/intersection-observer/iframe-cross-origin.html [ Timeout ]
69 70
70 # https://crbug.com/616608 - Test-generated mouse click doesn't work with --site -per-process. 71 # https://crbug.com/616608 - Test-generated mouse click doesn't work with --site -per-process.
71 http/tests/security/referrer-policy-redirect-link.html [ Timeout ] 72 http/tests/security/referrer-policy-redirect-link.html [ Timeout ]
72 73
73 # https://crbug.com/616626 - allow_universal_access_from_file_urls doesn't work with --site-per-process. 74 # https://crbug.com/616626 - allow_universal_access_from_file_urls doesn't work with --site-per-process.
74 http/tests/local/drag-over-remote-content.html [ Timeout ] 75 http/tests/local/drag-over-remote-content.html [ Timeout ]
75 76
(...skipping 14 matching lines...) Expand all
90 # https://crbug.com/623210 - DevTools extensions load in separate process in lay out tests. 91 # https://crbug.com/623210 - DevTools extensions load in separate process in lay out tests.
91 http/tests/inspector/extensions-headers.html [ Timeout ] 92 http/tests/inspector/extensions-headers.html [ Timeout ]
92 http/tests/inspector/extensions-iframe-eval.html [ Timeout ] 93 http/tests/inspector/extensions-iframe-eval.html [ Timeout ]
93 http/tests/inspector/extensions-ignore-cache.html [ Timeout ] 94 http/tests/inspector/extensions-ignore-cache.html [ Timeout ]
94 http/tests/inspector/extensions-network-redirect.html [ Timeout ] 95 http/tests/inspector/extensions-network-redirect.html [ Timeout ]
95 http/tests/inspector/extensions-useragent.html [ Timeout ] 96 http/tests/inspector/extensions-useragent.html [ Timeout ]
96 97
97 # https://crbug.com/623265 - cross-site navigation in main page breaks test. 98 # https://crbug.com/623265 - cross-site navigation in main page breaks test.
98 http/tests/inspector/indexeddb/resources-panel.html [ Timeout ] 99 http/tests/inspector/indexeddb/resources-panel.html [ Timeout ]
99 100
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/plugintypes-affects-cross-site-child-allowed.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698