Summary: | REGRESSION(r222843): [HarfBuzz] Combining enclosed keycap not correctly handled | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Carlos Garcia Campos <cgarcia> | ||||||
Component: | Platform | Assignee: | Nobody <webkit-unassigned> | ||||||
Status: | RESOLVED FIXED | ||||||||
Severity: | Normal | CC: | bugs-noreply, ews-watchlist, mcatanzaro, mmaxfield, webkit-bug-importer | ||||||
Priority: | P2 | Keywords: | InRadar, Regression | ||||||
Version: | WebKit Nightly Build | ||||||||
Hardware: | Unspecified | ||||||||
OS: | Unspecified | ||||||||
Attachments: |
|
Description
Carlos Garcia Campos
2018-03-01 08:12:45 PST
Created attachment 334817 [details]
Patch
Created attachment 334818 [details]
Patch
Comment on attachment 334818 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=334818&action=review > LayoutTests/platform/gtk/fast/text/combining-enclosing-keycap-expected.txt:1 > +Vector smash protection is enabled. This shouldn't be in the expected results. Why is this in the expected results? WTF? (In reply to Michael Catanzaro from comment #3) > Comment on attachment 334818 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=334818&action=review > > > LayoutTests/platform/gtk/fast/text/combining-enclosing-keycap-expected.txt:1 > > +Vector smash protection is enabled. > > This shouldn't be in the expected results. Why is this in the expected > results? WTF? Oh! This is because of resource load stats always enabled in tests. It queries the plugins data and stupid flash plugin spits that to stdout when loaded, making all my non-ref tests to fail, btw. Committed r229165: <https://trac.webkit.org/changeset/229165> |