Created attachment 46159 [details] test case Steps to reproduce: 1. Unpack the attached archive into LayoutTests directory. 2. run-webkit-tests --pixel --tolerance 0 kerning/2.svg 3. run-webkit-tests --pixel --tolerance 0 kerning Results: 2.svg fails, because kerning doesn't happen.
<rdar://problem/7525778>
Created attachment 46203 [details] Cache font attributes seperately for different typesetting features
Comment on attachment 46203 [details] Cache font attributes seperately for different typesetting features Looks very nice! I assume you've tried a pixel test run in svg/ as well, without problems? If yes, r=me.
Comment on attachment 46203 [details] Cache font attributes seperately for different typesetting features > + Cache font attributes seperately for different typesetting features. Typo: "separately"
Comment on attachment 46203 [details] Cache font attributes seperately for different typesetting features > + (WebCore::SimpleFontData::getCFStringAttributes): Look up the attributes > + dictionary in the map and initialize in necessary. Typo: "if necessary".
Fixed in <http://trac.webkit.org/projects/webkit/changeset/53039>.