Bug 163231
Summary: | LayoutTest media/controls/airplay-picker.html failing | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ryan Haddad <ryanhaddad> |
Component: | Media | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | ap, eric.carlson, jer.noble |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Ryan Haddad
LayoutTest media/controls/airplay-picker.html failing
https://build.webkit.org/results/Apple%20El%20Capitan%20Release%20WK1%20(Tests)/r207007%20(10449)/results.html
--- /Volumes/Data/slave/elcapitan-release-tests-wk1/build/layout-test-results/media/controls/airplay-picker-expected.txt
+++ /Volumes/Data/slave/elcapitan-release-tests-wk1/build/layout-test-results/media/controls/airplay-picker-actual.txt
@@ -16,8 +16,8 @@
Simulate an available AppleTV
PASS: Name is 'AppleTV Device Picker'
-PASS: Does not have hidden class
-PASS: CSS display: block
+FAIL: Does not have hidden class Expected to not contain "hidden". Actual: "hidden"
+FAIL: CSS display: block Expected: "block". Actual: "none"
Testing finished.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ryan Haddad
This test was re-enabled after an attempt to fix airplay test flakiness in https://trac.webkit.org/changeset/207005, but it seems to still be failing.
Ryan Haddad
Marked as flaky again in http://trac.webkit.org/projects/webkit/changeset/207011
Alexey Proskuryakov
Are AirPlay devices supposed to be stubbed out completely, or can having actual physical ones on the network impact tests?