RESOLVED FIXED 107538
[GTK] [WTR] layoutTestController.pathToLocalResource needs to be updated
https://bugs.webkit.org/show_bug.cgi?id=107538
Summary [GTK] [WTR] layoutTestController.pathToLocalResource needs to be updated
Manuel Rego Casasnovas
Reported 2013-01-22 02:45:39 PST
Following tests are failing due to this reason: * fast/loader/local-CSS-from-local.html * fast/loader/local-JavaScript-from-local.html * fast/loader/local-image-from-local.html More info at but #81299
Attachments
Patch (5.14 KB, patch)
2013-01-22 03:31 PST, Manuel Rego Casasnovas
no flags
Patch (5.14 KB, patch)
2013-01-28 08:14 PST, Manuel Rego Casasnovas
no flags
Manuel Rego Casasnovas
Comment 1 2013-01-22 03:22:53 PST
Also these 2 extra tests were failing due to the same issue: * fast/dom/frame-loading-via-document-write.html (bug #64135) * http/tests/security/local-user-CSS-from-remote.html (bug #95043)
Manuel Rego Casasnovas
Comment 2 2013-01-22 03:31:04 PST
Martin Robinson
Comment 3 2013-01-28 07:35:09 PST
Comment on attachment 183953 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=183953&action=review Nice work. This looks good to me. I have just pointed out a style nit below. If you like, I can fix this and land it or you can upload a new patch. > Tools/WebKitTestRunner/InjectedBundle/gtk/TestRunnerGtk.cpp:35 > #include "InjectedBundle.h" > + > +#include "InjectedBundleUtilities.h" > + > #include <glib.h> > +#include <wtf/gobject/GOwnPtr.h> Keep all these includes together as one solid block.
Manuel Rego Casasnovas
Comment 4 2013-01-28 07:37:28 PST
(In reply to comment #3) > Nice work. This looks good to me. I have just pointed out a style nit below. If you like, I can fix this and land it or you can upload a new patch. I'll fix the issue in a new patch. Thanks for the review :-)
Manuel Rego Casasnovas
Comment 5 2013-01-28 08:14:25 PST
WebKit Review Bot
Comment 6 2013-01-28 08:46:07 PST
Comment on attachment 184986 [details] Patch Clearing flags on attachment: 184986 Committed r140970: <http://trac.webkit.org/changeset/140970>
WebKit Review Bot
Comment 7 2013-01-28 08:46:14 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.