[Webkit-unassigned] [Bug 165258] New: [mac-wk1] LayoutTest media/modern-media-controls/media-controller/media-controller-fullscreen-ltr.html is failing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 1 10:14:48 PST 2016


https://bugs.webkit.org/show_bug.cgi?id=165258

            Bug ID: 165258
           Summary: [mac-wk1] LayoutTest
                    media/modern-media-controls/media-controller/media-con
                    troller-fullscreen-ltr.html is failing
    Classification: Unclassified
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ryanhaddad at apple.com

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

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161201/115f2cb6/attachment.html>


More information about the webkit-unassigned mailing list