Bug 188660 - [WPE] Three local-resource-load tests under fast/loader are failing
Summary: [WPE] Three local-resource-load tests under fast/loader are failing
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: LayoutTestFailure
Depends on:
Blocks:
 
Reported: 2018-08-16 09:16 PDT by Zan Dobersek
Modified: 2018-08-16 09:16 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Zan Dobersek 2018-08-16 09:16:43 PDT
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.