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

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

Issue 2190183002: Forward CSP violation reporting from RenderFrameProxy to RenderFrameImpl. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sanitize report endpoints from IPC against actual CSP contents. 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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 57
58 # https://crbug.com/607991 - MockWebClipboardImpl not replicated across OOPIFs. 58 # https://crbug.com/607991 - MockWebClipboardImpl not replicated across OOPIFs.
59 http/tests/misc/copy-resolves-urls.html [ Failure ] 59 http/tests/misc/copy-resolves-urls.html [ Failure ]
60 60
61 # https://crbug.com/608780 - window.performance doesn't work with OOPIFs 61 # https://crbug.com/608780 - window.performance doesn't work with OOPIFs
62 http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_cro ss_origin_redirect.html [ Timeout ] 62 http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_cro ss_origin_redirect.html [ Timeout ]
63 http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_cro ss_origin_redirect_with_timing_allow_origin.html [ Timeout ] 63 http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_cro ss_origin_redirect_with_timing_allow_origin.html [ Timeout ]
64 http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_cro ss_origin_resource_request.html [ Timeout ] 64 http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_cro ss_origin_resource_request.html [ Timeout ]
65 http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_tim ing_allow_cross_origin_resource_request.html [ Timeout ] 65 http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_tim ing_allow_cross_origin_resource_request.html [ Timeout ]
66 66
67 # https://crbug.com/585501 - csp directives are not replicated to OOPIFs 67 # https://crbug.com/611232 - CSP checks from remote parent frame do not properly report violations
68 http/tests/security/contentSecurityPolicy/frame-src-child-frame-navigates-to-blo cked-origin.html [ Failure ] 68 http/tests/security/contentSecurityPolicy/frame-src-child-frame-navigates-to-blo cked-origin.html [ Failure ]
69 69
70 # https://crbug.com/615156 - Need to make IntersectionObserver work with OOPIFs. 70 # https://crbug.com/615156 - Need to make IntersectionObserver work with OOPIFs.
71 http/tests/intersection-observer/iframe-cross-origin.html [ Timeout ] 71 http/tests/intersection-observer/iframe-cross-origin.html [ Timeout ]
72 72
73 # https://crbug.com/616608 - Test-generated mouse click doesn't work with --site -per-process. 73 # https://crbug.com/616608 - Test-generated mouse click doesn't work with --site -per-process.
74 http/tests/security/referrer-policy-redirect-link.html [ Timeout ] 74 http/tests/security/referrer-policy-redirect-link.html [ Timeout ]
75 75
76 # https://crbug.com/616626 - allow_universal_access_from_file_urls doesn't work with --site-per-process. 76 # https://crbug.com/616626 - allow_universal_access_from_file_urls doesn't work with --site-per-process.
77 http/tests/local/drag-over-remote-content.html [ Timeout ] 77 http/tests/local/drag-over-remote-content.html [ Timeout ]
(...skipping 15 matching lines...) Expand all
93 # https://crbug.com/623210 - DevTools extensions load in separate process in lay out tests. 93 # https://crbug.com/623210 - DevTools extensions load in separate process in lay out tests.
94 http/tests/inspector/extensions-headers.html [ Timeout ] 94 http/tests/inspector/extensions-headers.html [ Timeout ]
95 http/tests/inspector/extensions-iframe-eval.html [ Timeout ] 95 http/tests/inspector/extensions-iframe-eval.html [ Timeout ]
96 http/tests/inspector/extensions-ignore-cache.html [ Timeout ] 96 http/tests/inspector/extensions-ignore-cache.html [ Timeout ]
97 http/tests/inspector/extensions-network-redirect.html [ Timeout ] 97 http/tests/inspector/extensions-network-redirect.html [ Timeout ]
98 http/tests/inspector/extensions-useragent.html [ Timeout ] 98 http/tests/inspector/extensions-useragent.html [ Timeout ]
99 99
100 # https://crbug.com/623265 - cross-site navigation in main page breaks test. 100 # https://crbug.com/623265 - cross-site navigation in main page breaks test.
101 http/tests/inspector/indexeddb/resources-panel.html [ Timeout ] 101 http/tests/inspector/indexeddb/resources-panel.html [ Timeout ]
102 102
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698