Bug 165258

Summary: [mac-wk1] LayoutTest media/modern-media-controls/media-controller/media-controller-fullscreen-ltr.html is failing
Product: WebKit Reporter: Ryan Haddad <ryanhaddad>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED CONFIGURATION CHANGED    
Severity: Normal CC: graouts
Priority: P2    
Version: Other   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 164784    

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.