/home/clopez/webkit/webkit/layout-test-results/retries/fullscreen/video-controls-rtl-actual.txt

1 This tests that the video element's controls in full screen mode flip the layout of the volume controls in RTL mode.
 1FAIL: Timed out waiting for notifyDone to be called
22
3 
4 EVENT(webkitfullscreenchange)
5 EXPECTED (shadowRoot = internals.shadowRoot(video) != 'null') OK
6 EXPECTED (volumeBox = mediaControlsElement(shadowRoot.firstChild, '-webkit-media-controls-volume-slider-container') != 'null') OK
7 EXPECTED (volumeBox.classList.contains('uses-ltr-user-interface-layout-direction') == 'true') OK
8 EXPECTED (document.defaultView.getComputedStyle(volumeBox)['transform'] == 'none') OK
9 EXPECTED (volumeBox.classList.contains('uses-ltr-user-interface-layout-direction') == 'false') OK
10 EXPECTED (document.defaultView.getComputedStyle(volumeBox)['transform'] == 'matrix(-1, 0, 0, 1, 23, 0)') OK
11 EXPECTED (volumeBox.classList.contains('uses-ltr-user-interface-layout-direction') == 'true') OK
12 EXPECTED (document.defaultView.getComputedStyle(volumeBox)['transform'] == 'none') OK
13 END OF TEST
14