[GTK] Use WEBKITOUTPUTDIR to find fonts in DumpRenderTree
Created attachment 150026 [details] Patch
I ran: WEBKITOUTPUTDIR=/src/WebKit/gtkbuild build-webkit --gtk which properly built everything into /src/WebKit/gtkbuild. When I tried to run WEBKITOUTPUTDIR=/src/WebKit/gtkbuild new-run-webkit-tests --gtk I get a crash because it's unable to find the test fonts.
Comment on attachment 150026 [details] Patch Great! Though this should probably also happen for WebKitTestRunner as well in Tools/WebKitTestRunner/InjectedBundle/gtk/ActivateFontsGtk.cpp.
Comment on attachment 150026 [details] Patch Oops, will fix WTR too.
Created attachment 150037 [details] Patch
Comment on attachment 150037 [details] Patch Thank you very much for fixing this. You are both an engineer and a gentleman.
Comment on attachment 150037 [details] Patch Clearing flags on attachment: 150037 Committed r121499: <http://trac.webkit.org/changeset/121499>
All reviewed patches have been landed. Closing bug.