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

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

Issue 1999573003: OOPIFs: Fixing submitting forms targeting a remote frame. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@form-target-is-cross-site-frame
Patch Set: populate... -> createFrameLoadRequest + going through RemoteFrame::navigate(FrameLoadRequest&) Created 4 years, 6 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/585284 - Form submissions targeting remote windows don't wor k. 7 # https://crbug.com/344348 - No POST data support in FrameHostMsg_OpenURL.
8 http/tests/navigation/form-targets-cross-site-frame.html [ Timeout ] 8 http/tests/navigation/form-targets-cross-site-frame-post.html [ Failure ]
9 9
10 # https://crbug.com/611154 - DCHECK in NavigatorImpl::DidStartProvisionalLoad. 10 # https://crbug.com/611154 - DCHECK in NavigatorImpl::DidStartProvisionalLoad.
11 http/tests/security/upgrade-insecure-requests/iframe-upgrade.https.html [ Crash ] 11 http/tests/security/upgrade-insecure-requests/iframe-upgrade.https.html [ Crash ]
12 12
13 # https://crbug.com/582494 - [sigsegv / av] blink::Document::styleEngine. 13 # https://crbug.com/582494 - [sigsegv / av] blink::Document::styleEngine.
14 http/tests/security/mixedContent/insecure-plugin-in-iframe.html [ Crash ] 14 http/tests/security/mixedContent/insecure-plugin-in-iframe.html [ Crash ]
15 15
16 # https://crbug.com/582245 - no exception, b/c BindingSecurity::shouldAllowAcces sTo exits early when |!target|. 16 # https://crbug.com/582245 - no exception, b/c BindingSecurity::shouldAllowAcces sTo exits early when |!target|.
17 http/tests/security/xss-DENIED-getSVGDocument-iframe.html [ Failure ] 17 http/tests/security/xss-DENIED-getSVGDocument-iframe.html [ Failure ]
18 http/tests/security/xss-DENIED-getSVGDocument-object.html [ Failure ] 18 http/tests/security/xss-DENIED-getSVGDocument-object.html [ Failure ]
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 http/tests/inspector/console-cross-origin-iframe-logging.html [ Timeout ] 95 http/tests/inspector/console-cross-origin-iframe-logging.html [ Timeout ]
96 http/tests/inspector/extensions-headers.html [ Timeout ] 96 http/tests/inspector/extensions-headers.html [ Timeout ]
97 http/tests/inspector/extensions-iframe-eval.html [ Timeout ] 97 http/tests/inspector/extensions-iframe-eval.html [ Timeout ]
98 http/tests/inspector/extensions-ignore-cache.html [ Timeout ] 98 http/tests/inspector/extensions-ignore-cache.html [ Timeout ]
99 http/tests/inspector/extensions-network-redirect.html [ Timeout ] 99 http/tests/inspector/extensions-network-redirect.html [ Timeout ]
100 http/tests/inspector/extensions-useragent.html [ Timeout ] 100 http/tests/inspector/extensions-useragent.html [ Timeout ]
101 http/tests/inspector/indexeddb/resources-panel.html [ Timeout ] 101 http/tests/inspector/indexeddb/resources-panel.html [ Timeout ]
102 http/tests/inspector/inspect-iframe-from-different-domain.html [ Timeout ] 102 http/tests/inspector/inspect-iframe-from-different-domain.html [ Timeout ]
103 http/tests/navigation/cross-origin-fragment-navigation-is-async.html [ Failure ] 103 http/tests/navigation/cross-origin-fragment-navigation-is-async.html [ Failure ]
104 http/tests/serviceworker/http-to-https-redirect-and-register.html [ Timeout ] 104 http/tests/serviceworker/http-to-https-redirect-and-register.html [ Timeout ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698