Skip to content

test: add regression test for Response.formData() in WebKit#40251

Merged
yury-s merged 1 commit into
microsoft:mainfrom
yury-s:fix-40244
Apr 17, 2026
Merged

test: add regression test for Response.formData() in WebKit#40251
yury-s merged 1 commit into
microsoft:mainfrom
yury-s:fix-40244

Conversation

@yury-s
Copy link
Copy Markdown
Member

@yury-s yury-s commented Apr 16, 2026

Summary

  • Adds a regression test for Response.formData() parsing multipart/form-data in page context.
  • Marked it.fail on WebKit — fails in WebKit 26.4 due to upstream regression 309130@main, already fixed upstream in 311089@main. Will start passing after the next WebKit roll.

Fixes #40244

Fails on WebKit 26.4 due to upstream regression (309130@main),
already fixed upstream (311089@main) — will pass on next WebKit roll.

Fixes: microsoft#40244
@github-actions
Copy link
Copy Markdown
Contributor

Test results for "tests 1"

4 flaky ⚠️ [firefox-library] › library/inspector/cli-codegen-1.spec.ts:1080 › cli codegen › should not throw csp directive violation errors `@firefox-ubuntu-22.04-node20`
⚠️ [firefox-library] › library/inspector/cli-codegen-3.spec.ts:224 › cli codegen › should generate frame locators (4) `@firefox-ubuntu-22.04-node20`
⚠️ [firefox-library] › library/inspector/cli-codegen-aria.spec.ts:87 › should update aria snapshot highlight `@firefox-ubuntu-22.04-node20`
⚠️ [firefox-page] › page/page-wait-for-function.spec.ts:104 › should work with strict CSP policy `@firefox-ubuntu-22.04-node20`

39195 passed, 847 skipped


Merge workflow run.

@github-actions
Copy link
Copy Markdown
Contributor

Test results for "MCP"

1 failed
❌ [chrome] › mcp/dashboard.spec.ts:26 › should show browser session chip @mcp-windows-latest

6092 passed, 979 skipped


Merge workflow run.

@yury-s yury-s merged commit 9dd27f8 into microsoft:main Apr 17, 2026
37 of 38 checks passed
@yury-s yury-s deleted the fix-40244 branch April 17, 2026 00:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Regression]: Response.formData() throws TypeError in WebKit 26.4 (Playwright 1.59)

2 participants