Skip to content

Conversation

@yury-s
Copy link
Member

@yury-s yury-s commented Nov 12, 2025

The crash does not reproduce on a simple page, but is reproducible with playwright.dev. HAR of playwright.dev also works.

Reference #37766

@pavelfeldman
Copy link
Member

Let me bisect it

@pavelfeldman
Copy link
Member

pavelfeldman commented Nov 12, 2025

These are required for repro:

Required: https://playwright.dev/
Required: https://playwright.dev/assets/js/runtime~main.11357325.js
Required: https://playwright.dev/assets/js/main.730cc0a3.js
Required: https://playwright.dev/assets/js/1df93b7f.b366ee2e.js
Required: https://playwright.dev/assets/js/a7456010.1567b6f5.js
Required: https://playwright.dev/docs/intro

59fae3e45eebd771d3eb2d746b31d6a7cb116e69.html
fc7cbdbf9e9099a64b263cda975458f5828d8e78.js
d37ceedc98366406185ce536c81fb9775465196f.js
0ddeb76e424340c34afb04cceb6ac0b6ba25f5fc.js
f7209b10c21dc5d49accab7aef21b56a1b0f45d5.js
0466adbfbed3ce28ab91c3c077775c41ded5c909.html

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@yury-s
Copy link
Member Author

yury-s commented Nov 12, 2025

It now fails on first reload:

    Error: page.reload: Blocked by Web Inspector
    Call log:
      - waiting for navigation until "load"


       5 |   await page.goto('https://playwright.dev');
       6 |   await page.click('text=Get started');
    >  7 |   await page.reload();
         |              ^
       8 |   await page.reload();

@github-actions
Copy link
Contributor

Test results for "MCP"

1 failed
❌ [firefox] › mcp/init-page.spec.ts:21 › --init-page @mcp-windows-latest

2639 passed, 116 skipped


Merge workflow run.

@github-actions
Copy link
Contributor

Test results for "tests 1"

1 failed
❌ [chromium-page] › page/page-history.spec.ts:308 › WebKit should not crash on page reload @ubuntu-22.04-chromium-tip-of-tree

3 flaky ⚠️ [chromium-page] › page/page-history.spec.ts:308 › WebKit should not crash on page reload `@chromium-ubuntu-22.04-node22`
⚠️ [firefox-library] › library/inspector/cli-codegen-1.spec.ts:1079 › cli codegen › should not throw csp directive violation errors `@firefox-ubuntu-22.04-node18`
⚠️ [firefox-page] › page/page-event-request.spec.ts:182 › should return response body when Cross-Origin-Opener-Policy is set `@firefox-ubuntu-22.04-node18`

40256 passed, 787 skipped


Merge workflow run.

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.

2 participants