microsoft / playwright

Playwright is a framework for Web Testing and Automation. It allows testing Chromium, Firefox and WebKit with a single API.
https://playwright.dev
Apache License 2.0
66.83k stars 3.66k forks source link

[Bug]: Webkit 17.4 (playwright build v1967) on Windows fails to load flutter page #29693

Closed SageEdwardKlapatiuk closed 2 weeks ago

SageEdwardKlapatiuk commented 8 months ago

Version

1.41.2

Steps to reproduce

Using Webkit 17.4 (playwright build v1967) with Playwright 1.41.2

  1. At the terminal, execute: playwright open https://flutter.github.io/samples/web/material_3_demo/ --browser webkit

Expected behavior

Webkit launches and the page is rendered.

Actual behavior

On Windows, webkit launches but the page is not rendered and webkit stops responding. (Note that firefox and chromium behave as expected on Windows, and all three browsers behave as expected in Linux and Mac.)

Additional context

No response

Environment

- Operating System: [Windows 10 22H2]
- CPU: [x64]
- Browser: [WebKit]
ZhouZhengCarlos commented 8 months ago

Hi Im experimenting the same issue, we are running our test cases on Chromium and Webkit and there are flaky test cases for Webkit, common error: Target closed

It crashes for:

yury-s commented 8 months ago

Opened upstream bug: https://bugs.webkit.org/show_bug.cgi?id=270882

ZhouZhengCarlos commented 8 months ago

Opened upstream bug: https://bugs.webkit.org/show_bug.cgi?id=270882

So it's webkit having the problem then?

mxschmitt commented 2 weeks ago

I can confirm that this is fixed. Should be available in the next release or Canary.