playwright/tests
Max Schmitt c339e1615b
fix(fetch): handle invalid redirect URL (#19890)
Fixes https://github.com/microsoft/playwright/issues/19879.

This part is then similar to how node-fetch is doing it:
55a4870ae5/src/index.js?q=location#L152-L159

node-fetch also throws as of today with this URL. Before in Python it
was stalling, because the error was written to stdout and on Windows the
stdout wasn't working. On Node.js it ended up in an unhandled exception.
2023-01-06 10:22:17 -08:00
..
android chore: fix Android tests (#19426) 2022-12-15 07:56:57 +01:00
assets fix(role): update allowsNameFromContent to closer align with blink/gecko (#19692) 2022-12-27 09:06:46 -08:00
components feat(ct): before mount hook wrapper (#18616) 2022-12-27 14:26:17 -08:00
config chore: update tracing tests helper (#19848) 2023-01-03 17:30:36 -08:00
electron chore(electron): move loader to be preload (#19650) 2022-12-22 17:28:08 -08:00
image_tools fix(ssim-cie94): further tune SSIM-CIE94 to fight wk artifacts (#19370) 2022-12-08 16:08:41 -08:00
installation chore: fix Java CLI invocation on Windows (#19895) 2023-01-05 10:55:07 -08:00
library fix(fetch): handle invalid redirect URL (#19890) 2023-01-06 10:22:17 -08:00
page test: unskip wk test (#19903) 2023-01-05 22:51:08 +01:00
playwright-test fix(reuse): make reuse work with tracing (#19733) 2023-01-05 14:50:47 -08:00
stress fix(leak): do not retain test fixtures in worker fixtures (#14363) 2022-05-23 16:54:56 -07:00
webview2 fix(electron): stall node while browser is starting (#18804) 2022-11-14 22:01:54 -08:00
index.d.ts test: added tests for WebSocket over Socks proxy (#7235) 2021-06-24 18:50:16 +02:00
tsconfig.json chore: move protocol and trace types into the top-level packages (#17486) 2022-09-20 18:41:51 -07:00