Bug 164326
| Summary: | LayoutTest media/modern-media-controls/pip-support/pip-support-enabled.html failing on El Capitan | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ryan Haddad <ryanhaddad> |
| Component: | Media | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED WONTFIX | ||
| Severity: | Normal | CC: | graouts |
| Priority: | P2 | ||
| Version: | Other | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | |||
| Bug Blocks: | 164784 | ||
Ryan Haddad
LayoutTest media/modern-media-controls/pip-support/pip-support-enabled.html failing on El Capitan
https://build.webkit.org/results/Apple%20El%20Capitan%20Debug%20WK2%20(Tests)/r208278%20(9256)/results.html
https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=media/modern-media-controls/pip-support/pip-support-enabled.html
--- /Volumes/Data/slave/elcapitan-debug-tests-wk2/build/layout-test-results/media/modern-media-controls/pip-support/pip-support-enabled-expected.txt
+++ /Volumes/Data/slave/elcapitan-debug-tests-wk2/build/layout-test-results/media/modern-media-controls/pip-support/pip-support-enabled-actual.txt
@@ -3,8 +3,8 @@
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS mediaController.controls.pipButton.enabled is true
-PASS mediaController.controls.pipButton.enabled is false
+FAIL mediaController.controls.pipButton.enabled should be true (of type boolean). Was undefined (of type undefined).
+FAIL mediaController.controls.pipButton.enabled should be false (of type boolean). Was undefined (of type undefined).
PASS successfullyParsed is true
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Ryan Haddad
https://build.webkit.org/results/Apple%20El%20Capitan%20Debug%20WK1%20(Tests)/r211029%20(10989)/results.html
--- /Volumes/Data/slave/elcapitan-debug-tests-wk1/build/layout-test-results/media/modern-media-controls/pip-support/pip-support-enabled-expected.txt
+++ /Volumes/Data/slave/elcapitan-debug-tests-wk1/build/layout-test-results/media/modern-media-controls/pip-support/pip-support-enabled-actual.txt
@@ -3,7 +3,7 @@
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS mediaController.controls.pipButton.enabled is true
+FAIL mediaController.controls.pipButton.enabled should be true. Was false.
PASS mediaController.controls.pipButton.enabled is false
PASS successfullyParsed is true
Ryan Haddad
This test is now skipped on El Capitan because PIP is not supported there.