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

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

Issue 2036873002: Making EventSender talk to the right WebWidget (for OOPIF support). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use RenderWidget::viewRect() [rather than windowRect()] in TransformScreenToWidgetCoordinates. Created 4 years, 2 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
« no previous file with comments | « content/test/layouttest_support.cc ('k') | ui/events/blink/blink_event_util.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/582494 - [sigsegv / av] blink::Document::styleEngine. 7 # https://crbug.com/582494 - [sigsegv / av] blink::Document::styleEngine.
8 http/tests/security/mixedContent/insecure-plugin-in-iframe.html [ Crash ] 8 http/tests/security/mixedContent/insecure-plugin-in-iframe.html [ Crash ]
9 9
10 # https://crbug.com/582245 - no exception, b/c BindingSecurity::shouldAllowAcces sTo exits early when |!target|. 10 # https://crbug.com/582245 - no exception, b/c BindingSecurity::shouldAllowAcces sTo exits early when |!target|.
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_cro ss_origin_resource_request.html [ Timeout ] 57 http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_cro ss_origin_resource_request.html [ Timeout ]
58 http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_tim ing_allow_cross_origin_resource_request.html [ Timeout ] 58 http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_tim ing_allow_cross_origin_resource_request.html [ Timeout ]
59 59
60 # https://crbug.com/611232 - CSP checks from remote parent frame do not properly report violations 60 # https://crbug.com/611232 - CSP checks from remote parent frame do not properly report violations
61 http/tests/security/contentSecurityPolicy/frame-src-child-frame-navigates-to-blo cked-origin.html [ Timeout ] 61 http/tests/security/contentSecurityPolicy/frame-src-child-frame-navigates-to-blo cked-origin.html [ Timeout ]
62 http/tests/security/contentSecurityPolicy/1.1/plugintypes-affects-cross-site-chi ld-disallowed.html [ Failure ] 62 http/tests/security/contentSecurityPolicy/1.1/plugintypes-affects-cross-site-chi ld-disallowed.html [ Failure ]
63 63
64 # https://crbug.com/615156 - Need to make IntersectionObserver work with OOPIFs. 64 # https://crbug.com/615156 - Need to make IntersectionObserver work with OOPIFs.
65 http/tests/intersection-observer/iframe-cross-origin.html [ Timeout ] 65 http/tests/intersection-observer/iframe-cross-origin.html [ Timeout ]
66 66
67 # https://crbug.com/616608 - Test-generated mouse click doesn't work with --site -per-process.
68 http/tests/security/referrer-policy-redirect-link.html [ Timeout ]
69 http/tests/security/frameNavigation/xss-ALLOWED-parent-navigation-change.html [ Timeout ]
70
71 # https://crbug.com/616626 - allow_universal_access_from_file_urls doesn't work with --site-per-process. 67 # https://crbug.com/616626 - allow_universal_access_from_file_urls doesn't work with --site-per-process.
72 http/tests/local/drag-over-remote-content.html [ Timeout ] 68 http/tests/local/drag-over-remote-content.html [ Timeout ]
73 69
74 # https://crbug.com/619662 - Expected console output differences. 70 # https://crbug.com/619662 - Expected console output differences.
75 http/tests/navigation/cross-origin-fragment-navigation-is-async.html [ Failure ] 71 http/tests/navigation/cross-origin-fragment-navigation-is-async.html [ Failure ]
76 72
77 # https://crbug.com/616905 - history.back() has different behavior with --site-p er-process. 73 # https://crbug.com/616905 - history.back() has different behavior with --site-p er-process.
78 http/tests/history/cross-origin-redirect-on-back.html [ Timeout ] 74 http/tests/history/cross-origin-redirect-on-back.html [ Timeout ]
79 75
80 # https://crbug.com/623268 - Can't inspect OOPIFs from main page's DevTools wind ow. 76 # https://crbug.com/623268 - Can't inspect OOPIFs from main page's DevTools wind ow.
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 imported/wpt/html/syntax/parsing/html5lib_tests9.html [ Failure ] 144 imported/wpt/html/syntax/parsing/html5lib_tests9.html [ Failure ]
149 imported/wpt/html/syntax/parsing/html5lib_tricky01.html [ Failure ] 145 imported/wpt/html/syntax/parsing/html5lib_tricky01.html [ Failure ]
150 imported/wpt/html/syntax/parsing/html5lib_webkit01.html [ Failure ] 146 imported/wpt/html/syntax/parsing/html5lib_webkit01.html [ Failure ]
151 imported/wpt/html/syntax/parsing/html5lib_webkit02.html [ Failure ] 147 imported/wpt/html/syntax/parsing/html5lib_webkit02.html [ Failure ]
152 inspector/sources/debugger-frameworks/frameworks-dom-xhr-event-breakpoints.html [ Timeout ] 148 inspector/sources/debugger-frameworks/frameworks-dom-xhr-event-breakpoints.html [ Timeout ]
153 jquery/manipulation.html [ Timeout ] 149 jquery/manipulation.html [ Timeout ]
154 storage/indexeddb/blob-valid-after-deletion.html [ Failure ] 150 storage/indexeddb/blob-valid-after-deletion.html [ Failure ]
155 storage/indexeddb/blob-valid-before-commit.html [ Failure ] 151 storage/indexeddb/blob-valid-before-commit.html [ Failure ]
156 storage/indexeddb/empty-crash.html [ Timeout ] 152 storage/indexeddb/empty-crash.html [ Timeout ]
157 virtual/stable/http/tests/navigation/cross-origin-fragment-navigation-is-async.h tml [ Failure ] 153 virtual/stable/http/tests/navigation/cross-origin-fragment-navigation-is-async.h tml [ Failure ]
OLDNEW
« no previous file with comments | « content/test/layouttest_support.cc ('k') | ui/events/blink/blink_event_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698