Closed
Description
🚀 Feature Request
When I'm executing playwright with
var browser = await this._Playwright.Chromium.LaunchAsync(new BrowserTypeLaunchOptions()
{
Headless = true,
});
the CSS hyphens: auto;
is working.
But when I'm running it not headless, the CSS isn't working. No automatic hyphens are shown.
I've seen that Chromium headless has a folder hyphen-data, but Chromium doesn't have this folder.
Is there any way to get hyphens: auto working with Chromium too?
Example
No response
Motivation
Supporting hyphens: auto;
will result in same output as in standard browsers