Bug 212148 - [WPE] http/tests/navigation/page-cache-mediakeysession.html is failing
Summary: [WPE] http/tests/navigation/page-cache-mediakeysession.html is 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: 2020-05-20 09:54 PDT by Zan Dobersek
Modified: 2020-05-27 00:03 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.