Bug 217421
Summary: | REGRESSION(r267948) [GTK] fast/parser/entities-in-html.html is failing | ||
---|---|---|---|
Product: | WebKit | Reporter: | Lauro Moura <lmoura> |
Component: | WebCore Misc. | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | bugs-noreply, crzwdjk |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Lauro Moura
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Arcady Goldmints-Orlov
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 ***