1313 " should set cookie with reasonable defaults"
1414 ]
1515 },
16- "library/browsercontext-base-url.spec.ts" : {
17- "failing" : [
18- " should construct a new URL when a baseURL in browserType.launchPersistentContext is passed to page.goto"
19- ]
20- },
2116 "library/browsercontext-basic.spec.ts" : {
2217 "failing" : [
2318 " should disable javascript" ,
298293 " emulate media should not be affected by second connectOverCDP with noDefaults"
299294 ]
300295 },
296+ "library/chromium/connect-to-worker.spec.ts" : {
297+ "failing" : [
298+ " should connect, evaluate, receive console and disconnect"
299+ ]
300+ },
301301 "library/chromium/css-coverage.spec.ts" : {
302302 "failing" : [
303303 " should work" ,
565565 " should not allow parallel js coverage and cleanup upon disconnect" ,
566566 " should not allow parallel css coverage" ,
567567 " last emulateMedia wins" ,
568+ " should unroute websockets" ,
568569 " should remove init scripts upon disconnect"
569570 ],
570571 "skipped" : [
584585 " runFor > creates updated Date while ticking" ,
585586 " runFor > passes 8 seconds" ,
586587 " runFor > passes 1 minute" ,
587- " runFor > passes 2 hours, 34 minutes and 10 seconds" ,
588588 " stubTimers > replaces global setInterval"
589589 ]
590590 },
633633 "failing" : [
634634 " should authenticate" ,
635635 " should work with authenticate followed by redirect" ,
636+ " should proxy local network requests > by default > loopback address" ,
636637 " should reconnect with credentials after CONNECT 407 closes the socket"
637638 ],
638639 "skipped" : [
762763 },
763764 "library/trace-viewer.spec.ts" : {
764765 "failing" : [
766+ " should open two trace viewers" ,
765767 " should filter network requests by url" ,
766768 " should handle multiple headers" ,
767769 " should highlight target elements" ,
771773 " should pick locator in iframe" ,
772774 " should highlight locator in iframe while typing" ,
773775 " should not leak recorders" ,
774- " canvas clipping " ,
776+ " canvas disabled title " ,
775777 " should generate aria snapshot with unaltered urls" ,
776778 " should reflect system color scheme changes in document theme" ,
777779 " should not navigate on anchor clicks" ,
832834 "page/elementhandle-screenshot.spec.ts" : {
833835 "failing" : [
834836 " element screenshot > should not issue resize event"
837+ ],
838+ "skipped" : [
839+ " element screenshot > should work with webp"
835840 ]
836841 },
837842 "page/elementhandle-scroll-into-view.spec.ts" : {
903908 " should get post data for navigator.sendBeacon api calls"
904909 ]
905910 },
911+ "page/page-add-init-script.spec.ts" : {
912+ "failing" : [
913+ " init script should run only once in iframe"
914+ ]
915+ },
906916 "page/page-add-locator-handler.spec.ts" : {
907917 "failing" : [
908918 " should work with toHaveScreenshot"
920930 " should await form-get on click" ,
921931 " should await form-post on click" ,
922932 " should work with noWaitAfter: true" ,
933+ " should work with dblclick without noWaitAfter when navigation is stalled" ,
923934 " should work with waitForLoadState(load)" ,
924935 " should work with goto following click"
925936 ]
10901101 },
10911102 "page/page-network-request.spec.ts" : {
10921103 "failing" : [
1104+ " should work for main frame navigation request" ,
10931105 " should get the same headers as the server" ,
10941106 " should not return allHeaders() until they are available" ,
10951107 " should get the same headers as the server CORS" ,
11951207 " page screenshot > should allow transparency"
11961208 ],
11971209 "skipped" : [
1198- " page screenshot > should produce a valid webp screenshot"
1210+ " page screenshot > should produce a valid webp screenshot" ,
1211+ " page screenshot > path option should detect webp" ,
1212+ " page screenshot > quality option should work for webp" ,
1213+ " page screenshot > webp screenshots should be lossless by default" ,
1214+ " page screenshot > should allow transparency with webp"
11991215 ]
12001216 },
12011217 "page/page-set-extra-http-headers.spec.ts" : {
12111227 },
12121228 "page/page-wait-for-load-state.spec.ts" : {
12131229 "failing" : [
1214- " should resolve immediately if load state matches" ,
12151230 " should wait for load state of empty url popup" ,
12161231 " should wait for load state of about:blank popup " ,
12171232 " should wait for load state of about:blank popup with noopener "
12201235 "page/page-wait-for-request.spec.ts" : {
12211236 "failing" : [
12221237 " should work" ,
1223- " should work with predicate" ,
12241238 " should work with no timeout" ,
12251239 " should work with url match" ,
12261240 " should work with url match regular expression from a different context"
12331247 },
12341248 "page/page-wait-for-selector-2.spec.ts" : {
12351249 "failing" : [
1236- " should throw when frame is detached xpath" ,
1237- " should fail when navigating while on handle"
1250+ " should throw when frame is detached xpath"
12381251 ]
12391252 },
12401253 "page/wheel.spec.ts" : {
12531266 " should support extra http headers" ,
12541267 " should report console event on the worker" ,
12551268 " should report console event on the worker when not listening on page or context" ,
1256- " should resolve worker script allHeaders in main frame"
1257- ],
1258- "skipped" : [
1259- " should report worker script as network request after redirect" ,
1269+ " should resolve worker script allHeaders in main frame" ,
12601270 " should resolve worker script allHeaders in iframe" ,
12611271 " should resolve worker script allHeaders in nested worker inside iframe"
1272+ ],
1273+ "skipped" : [
1274+ " should report worker script as network request after redirect"
12621275 ]
12631276 }
12641277}
0 commit comments