Bug 212148

Summary: [WPE] http/tests/navigation/page-cache-mediakeysession.html is failing
Product: WebKit Reporter: Zan Dobersek <zan>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: pnormand
Priority: P2 Keywords: LayoutTestFailure
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Zan Dobersek 2020-05-20 09:54:19 PDT
The http/tests/navigation/page-cache-mediakeysession.html layout test is failing on WPE since being enabled:

--- /app/webkit/WebKitBuild/Release/layout-test-results/http/tests/navigation/page-cache-mediakeysession-expected.txt
+++ /app/webkit/WebKitBuild/Release/layout-test-results/http/tests/navigation/page-cache-mediakeysession-actual.txt
@@ -1,14 +1,13 @@
+CONSOLE MESSAGE: ReferenceError: Can't find variable: WebKitMediaKeys
 Tests that a page with a MediaKeySession goes into the back/forward cache.
 
 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
 
 
-PASS !!session is true
-pageshow - not from cache
-pagehide - entering cache
-pageshow - from cache
-PASS Page was restored from back/forward cache
-PASS successfullyParsed is true
+FAIL Unexpected error: ReferenceError: Can't find variable: WebKitMediaKeys
+FAIL successfullyParsed should be true. Was false.
+Some tests failed.
 
 TEST COMPLETE
+pageshow - not from cache
Comment 1 Philippe Normand 2020-05-27 00:03:37 PDT
Seems like this is the same missing feature diagnosed in bug 212078.