RESOLVED DUPLICATE of bug 235266 217421
REGRESSION(r267948) [GTK] fast/parser/entities-in-html.html is failing
https://bugs.webkit.org/show_bug.cgi?id=217421
Summary REGRESSION(r267948) [GTK] fast/parser/entities-in-html.html is failing
Lauro Moura
Reported 2020-10-06 20:28:21 PDT
fast/parser/entities-in-html.html Diff: Checking with hexdump, looks like soft hyphen (AD) characters are not written. --- /home/buildbot/worker/gtk-linux-64-release-tests/build/layout-test-results/fast/parser/entities-in-html-expected.txt +++ /home/buildbot/worker/gtk-linux-64-release-tests/build/layout-test-results/fast/parser/entities-in-html-actual.txt @@ -20,7 +20,7 @@ 170 AA ordf ª ª ª 171 AB laquo « « « 172 AC not ¬ ¬ ¬ -173 AD shy ­ ­ ­ +173 AD shy 174 AE reg ® ® ® 175 AF macr ¯ ¯ ¯ 176 B0 deg ° ° ° Failing only in GTK, passing in WPE. Maybe related to complex text?
Attachments
Arcady Goldmints-Orlov
Comment 1 2022-01-17 09:40:53 PST
This has been fixed by r288070 allowing LFC integration to work with the complex text path. *** This bug has been marked as a duplicate of bug 235266 ***
Note You need to log in before you can comment on or make changes to this bug.