Bug 212148
| Summary: | [WPE] http/tests/navigation/page-cache-mediakeysession.html is failing | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Zan Dobersek <zan> |
| Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | pnormand |
| Priority: | P2 | Keywords: | LayoutTestFailure |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Zan Dobersek
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
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Philippe Normand
Seems like this is the same missing feature diagnosed in bug 212078.