Bug 217421 - REGRESSION(r267948) [GTK] fast/parser/entities-in-html.html is failing
Summary: REGRESSION(r267948) [GTK] fast/parser/entities-in-html.html is failing
Status: RESOLVED DUPLICATE of bug 235266
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-10-06 20:28 PDT by Lauro Moura
Modified: 2022-01-17 09:40 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lauro Moura 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?
Comment 1 Arcady Goldmints-Orlov 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 ***