You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
🚀 Feature Request
When I'm executing playwright with
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 browsersThe text was updated successfully, but these errors were encountered: