The following three layout tests are failing on the WPE port: - fast/loader/local-CSS-from-local.html [ Failure ] - fast/loader/local-JavaScript-from-local.html [ Failure ] - fast/loader/local-image-from-local.html [ Failure ] All are trying to load local resources. Suspicion is there's a problem in WKTR's pathToLocalResource() function (or at least the WPE-specific implementation of that function). Example failure: --- /home/zan/Work/webkit/git/WebKitBuild/Release/layout-test-results/fast/loader/local-image-from-local-expected.txt +++ /home/zan/Work/webkit/git/WebKitBuild/Release/layout-test-results/fast/loader/local-image-from-local-actual.txt @@ -1,6 +1,6 @@ This test is to see if a remote file can include a local image. Currently this test cannot be run manually on Windows because we do not have a function like pathToLocalResource() outside of DRT. -Test Passed. Local image loaded. +Test Failed: Image Load Error.