Bug 277399
| Summary: | [GTK4] fast/text/hyphenate-locale.html is a failure | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Diego Pino <dpino> |
| Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | ||
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Diego Pino
This test produces a different hyphenization in GTK4 than in GTK3:
https://build.webkit.org/results/GTK-Linux-64-bit-Release-GTK4-Tests/281558@main%20(33563)/fast/text/hyphenate-locale-pretty-diff.html
--- /home/buildbot/worker/GTK-Linux-64-bit-Release-GTK4-Tests/build/layout-test-results/fast/text/hyphenate-locale-expected.txt
+++ /home/buildbot/worker/GTK-Linux-64-bit-Release-GTK4-Tests/build/layout-test-results/fast/text/hyphenate-locale-actual.txt
@@ -27,9 +27,9 @@
RenderText {#text} at (0,1) size 156x40
text run at (0,1) width 156: "reciprocity"
RenderBlock {DIV} at (0,42) size 135x84
- RenderText {#text} at (0,1) size 114x82
- text run at (0,1) width 114: "recipro" + hyphen string "-"
- text run at (0,43) width 54: "city"
+ RenderText {#text} at (0,1) size 130x82
+ text run at (0,1) width 130: "reciproc" + hyphen string "-"
+ text run at (0,43) width 38: "ity"
RenderBlock {DIV} at (0,126) size 135x84
RenderText {#text} at (0,1) size 130x82
text run at (0,1) width 130: "reciproc" + hyphen string "-"
It could be resolved by emiting a new baseline for GTK4, but I'm not sure whether that would the correct.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |