Bug 164326 - LayoutTest media/modern-media-controls/pip-support/pip-support-enabled.html failing on El Capitan
Summary: LayoutTest media/modern-media-controls/pip-support/pip-support-enabled.html f...
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 164784
  Show dependency treegraph
 
Reported: 2016-11-02 09:57 PDT by Ryan Haddad
Modified: 2017-01-23 15:46 PST (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 Ryan Haddad 2016-11-02 09:57:31 PDT
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
Comment 1 Ryan Haddad 2017-01-22 21:19:45 PST
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
Comment 2 Ryan Haddad 2017-01-23 15:46:11 PST
This test is now skipped on El Capitan because PIP is not supported there.