While working on bug #183155 I realized that the first emojis shown in http://www.fileformat.info/info/emoji/browsertest.htm were not working. This is because we are not correctly handling the combining enclosed keycap since we switched to use ComplexTextController.
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>
<rdar://problem/38056723>