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

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

Issue 2491813002: Adjust expectations for layout tests that are passing now w/ --site-per-process. (Closed)
Patch Set: Created 4 years, 1 month 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 | « no previous file | no next file » | 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/661725 - Propagating user gesture via postMessage doesn't wo rk for OOPIFs 4 # https://crbug.com/661725 - Propagating user gesture via postMessage doesn't wo rk for OOPIFs
5 crbug.com/661725 http/tests/security/frameNavigation/xss-ALLOWED-top-navigation- after-postMessage.html [ Timeout ] 5 crbug.com/661725 http/tests/security/frameNavigation/xss-ALLOWED-top-navigation- after-postMessage.html [ Timeout ]
6 6
7 # https://crbug.com/611838 - regression when geolocation tests use JS mock. 7 # https://crbug.com/611838 - regression when geolocation tests use JS mock.
8 crbug.com/611838 http/tests/security/powerfulFeatureRestrictions/geolocation-on- secure-origin-in-insecure-origin.html [ Timeout ] 8 crbug.com/611838 http/tests/security/powerfulFeatureRestrictions/geolocation-on- secure-origin-in-insecure-origin.html [ Timeout ]
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|.
11 crbug.com/582245 http/tests/security/xss-DENIED-getSVGDocument-iframe.html [ Fai lure ] 11 crbug.com/582245 http/tests/security/xss-DENIED-getSVGDocument-iframe.html [ Fai lure ]
12 crbug.com/582245 http/tests/security/xss-DENIED-getSVGDocument-object.html [ Fai lure ] 12 crbug.com/582245 http/tests/security/xss-DENIED-getSVGDocument-object.html [ Fai lure ]
13 crbug.com/582245 http/tests/security/xssAuditor/block-does-not-leak-location.htm l [ Failure ] 13 crbug.com/582245 http/tests/security/xssAuditor/block-does-not-leak-location.htm l [ Failure ]
14 crbug.com/582245 http/tests/security/xssAuditor/block-does-not-leak-referrer.htm l [ Failure ] 14 crbug.com/582245 http/tests/security/xssAuditor/block-does-not-leak-referrer.htm l [ Failure ]
15 crbug.com/582245 http/tests/security/xssAuditor/full-block-script-tag-cross-doma in.html [ Failure ] 15 crbug.com/582245 http/tests/security/xssAuditor/full-block-script-tag-cross-doma in.html [ Failure ]
16 16
17 # https://crbug.com/582176 - InspectorTest.changeExecutionContext doesn't like O OPIFs. 17 # https://crbug.com/582176 - InspectorTest.changeExecutionContext doesn't like O OPIFs.
18 crbug.com/582176 http/tests/inspector/console-cd-completions.html [ Failure ] 18 crbug.com/582176 http/tests/inspector/console-cd-completions.html [ Failure ]
19 crbug.com/582176 http/tests/inspector/console-cd.html [ Failure ] 19 crbug.com/582176 http/tests/inspector/console-cd.html [ Failure ]
20 20
21 # https://crbug.com/608015 - node.contentDocument is undefined. 21 # https://crbug.com/608015 - node.contentDocument is undefined.
22 crbug.com/608015 http/tests/inspector-protocol/access-inspected-object.html [ Fa ilure Timeout ] 22 crbug.com/608015 http/tests/inspector-protocol/access-inspected-object.html [ Fa ilure Timeout ]
23 23
24 # https://crbug.com/608023 - does injecting injections work with OOPIFs? 24 # https://crbug.com/608023 - does injecting injections work with OOPIFs?
25 crbug.com/608023 http/tests/inspector/injected-script-for-origin.html [ Failure ] 25 crbug.com/608023 http/tests/inspector/injected-script-for-origin.html [ Failure ]
26 26
27 # https://crbug.com/554119 - Popup menu is in the wrong location.
28 crbug.com/554119 http/tests/webfont/popup-menu-load-webfont-after-open.html [ Fa ilure ]
29
30 # https://crbug.com/602493 - Layout tests harness doesn't support history dump a cross OOPIFs 27 # https://crbug.com/602493 - Layout tests harness doesn't support history dump a cross OOPIFs
31 crbug.com/602493 http/tests/security/mixedContent/insecure-iframe-in-main-frame. html [ Crash ] 28 crbug.com/602493 http/tests/security/mixedContent/insecure-iframe-in-main-frame. html [ Crash ]
32 29
33 # https://crbug.com/582522 - extra mixedContent checks reported with --site-per- process 30 # https://crbug.com/582522 - extra mixedContent checks reported with --site-per- process
34 # https://crbug.com/602497 - Inconsistent console messages about mixed content, 31 # https://crbug.com/602497 - Inconsistent console messages about mixed content,
35 # when running with or without --site-per-process 32 # when running with or without --site-per-process
36 crbug.com/602497 http/tests/security/mixedContent/active-subresource-in-http-ifr ame-not-blocked.https.html [ Failure ]
37 crbug.com/602497 http/tests/security/mixedContent/insecure-iframe-in-iframe.html [ Failure ] 33 crbug.com/602497 http/tests/security/mixedContent/insecure-iframe-in-iframe.html [ Failure ]
38 crbug.com/602497 http/tests/security/mixedContent/insecure-iframe-in-main-frame- allowed.html [ Failure ] 34 crbug.com/602497 http/tests/security/mixedContent/insecure-iframe-in-main-frame- allowed.html [ Failure ]
39 35
40 # https://crbug.com/585188 - testRunner.addOriginAccessWhitelistEntry is not rep licated to OOPIFs. 36 # https://crbug.com/585188 - testRunner.addOriginAccessWhitelistEntry is not rep licated to OOPIFs.
41 crbug.com/585188 http/tests/xmlhttprequest/origin-whitelisting-all.html [ Failur e ] 37 crbug.com/585188 http/tests/xmlhttprequest/origin-whitelisting-all.html [ Failur e ]
42 crbug.com/585188 http/tests/xmlhttprequest/origin-whitelisting-ip-addresses.html [ Failure ] 38 crbug.com/585188 http/tests/xmlhttprequest/origin-whitelisting-ip-addresses.html [ Failure ]
43 39
44 # https://crbug.com/601584 - No OOPIF support for UserGestureIndicator triggers 40 # https://crbug.com/601584 - No OOPIF support for UserGestureIndicator triggers
45 # cross-origin-iframe.html layout test failure 41 # cross-origin-iframe.html layout test failure
46 crbug.com/601584 http/tests/bluetooth/https/requestDevice/cross-origin-iframe.ht ml [ Failure ] 42 crbug.com/601584 http/tests/bluetooth/https/requestDevice/cross-origin-iframe.ht ml [ Failure ]
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 Bug(none) imported/wpt/html/syntax/parsing/html5lib_tests9.html [ Failure ] 140 Bug(none) imported/wpt/html/syntax/parsing/html5lib_tests9.html [ Failure ]
145 Bug(none) imported/wpt/html/syntax/parsing/html5lib_tricky01.html [ Failure ] 141 Bug(none) imported/wpt/html/syntax/parsing/html5lib_tricky01.html [ Failure ]
146 Bug(none) imported/wpt/html/syntax/parsing/html5lib_webkit01.html [ Failure ] 142 Bug(none) imported/wpt/html/syntax/parsing/html5lib_webkit01.html [ Failure ]
147 Bug(none) imported/wpt/html/syntax/parsing/html5lib_webkit02.html [ Failure ] 143 Bug(none) imported/wpt/html/syntax/parsing/html5lib_webkit02.html [ Failure ]
148 Bug(none) inspector/sources/debugger-frameworks/frameworks-dom-xhr-event-breakpo ints.html [ Timeout ] 144 Bug(none) inspector/sources/debugger-frameworks/frameworks-dom-xhr-event-breakpo ints.html [ Timeout ]
149 Bug(none) jquery/manipulation.html [ Timeout ] 145 Bug(none) jquery/manipulation.html [ Timeout ]
150 Bug(none) storage/indexeddb/blob-valid-after-deletion.html [ Failure ] 146 Bug(none) storage/indexeddb/blob-valid-after-deletion.html [ Failure ]
151 Bug(none) storage/indexeddb/blob-valid-before-commit.html [ Failure ] 147 Bug(none) storage/indexeddb/blob-valid-before-commit.html [ Failure ]
152 Bug(none) storage/indexeddb/empty-crash.html [ Timeout ] 148 Bug(none) storage/indexeddb/empty-crash.html [ Timeout ]
153 Bug(none) virtual/stable/http/tests/navigation/cross-origin-fragment-navigation- is-async.html [ Failure ] 149 Bug(none) virtual/stable/http/tests/navigation/cross-origin-fragment-navigation- is-async.html [ Failure ]
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698