Bug 165258 - [mac-wk1] LayoutTest media/modern-media-controls/media-controller/media-controller-fullscreen-ltr.html is failing
Summary: [mac-wk1] LayoutTest media/modern-media-controls/media-controller/media-contr...
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 164784
  Show dependency treegraph
 
Reported: 2016-12-01 10:14 PST by Ryan Haddad
Modified: 2017-02-07 04:59 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-12-01 10:14:48 PST
LayoutTest media/modern-media-controls/media-controller/media-controller-fullscreen-ltr.html is failing

This test fails on every run on mac-wk1.

https://build.webkit.org/results/Apple%20El%20Capitan%20Release%20WK1%20(Tests)/r209181%20(11826)/results.html

https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=media%2Fmodern-media-controls%2Fmedia-controller%2Fmedia-controller-fullscreen-ltr.html

--- /Volumes/Data/slave/elcapitan-release-tests-wk1/build/layout-test-results/media/modern-media-controls/media-controller/media-controller-fullscreen-ltr-expected.txt
+++ /Volumes/Data/slave/elcapitan-release-tests-wk1/build/layout-test-results/media/modern-media-controls/media-controller/media-controller-fullscreen-ltr-actual.txt
@@ -4,16 +4,16 @@
 
 
 Media entered fullscreen
-PASS mediaControlsElement.classList.contains('uses-ltr-user-interface-layout-direction') is true
-PASS document.defaultView.getComputedStyle(volumeSliderElement).transform is "none"
+FAIL mediaControlsElement.classList.contains('uses-ltr-user-interface-layout-direction') should be true. Was false.
+FAIL document.defaultView.getComputedStyle(volumeSliderElement).transform should be none. Threw exception TypeError: Type error
 
 Setting layout direction to RTL
 PASS mediaControlsElement.classList.contains('uses-ltr-user-interface-layout-direction') is false
-PASS document.defaultView.getComputedStyle(volumeSliderElement).transform is "matrix(-1, 0, 0, 1, 0, 0)"
+FAIL document.defaultView.getComputedStyle(volumeSliderElement).transform should be matrix(-1, 0, 0, 1, 0, 0). Threw exception TypeError: Type error
 
 Setting layout direction back to LTR
-PASS mediaControlsElement.classList.contains('uses-ltr-user-interface-layout-direction') is true
-PASS document.defaultView.getComputedStyle(volumeSliderElement).transform is "none"
+FAIL mediaControlsElement.classList.contains('uses-ltr-user-interface-layout-direction') should be true. Was false.
+FAIL document.defaultView.getComputedStyle(volumeSliderElement).transform should be none. Threw exception TypeError: Type error
 
 PASS successfullyParsed is true
Comment 1 Ryan Haddad 2016-12-01 10:36:25 PST
Marked as failing on mac-wk1 in http://trac.webkit.org/projects/webkit/changeset/209185
Comment 2 Antoine Quint 2017-02-07 04:59:27 PST
Hasn't been an issue since turning modern media controls on by default.