blob: 9ae38a00ebe200d331f760821b0eca98b0c3b0ea [file] [edit]
EXPECTED (document.defaultView.getComputedStyle(span, null).getPropertyValue('bottom') == 'auto') OK
EXPECTED (document.defaultView.getComputedStyle(span, null).getPropertyValue('right') == 'auto') OK
RUN(span.webkitRequestFullscreen())
EVENT(webkitfullscreenchange)
EXPECTED (document.defaultView.getComputedStyle(span, null).getPropertyValue('bottom') == '0px') OK
EXPECTED (document.defaultView.getComputedStyle(span, null).getPropertyValue('right') == '0px') OK
RUN(document.webkitExitFullscreen())
EVENT(webkitfullscreenchange)
EXPECTED (document.defaultView.getComputedStyle(span, null).getPropertyValue('bottom') == 'auto') OK
EXPECTED (document.defaultView.getComputedStyle(span, null).getPropertyValue('right') == 'auto') OK
END OF TEST