Metadata
Description
The test scripts that have some unit tests passing in html5 browsers (firefox 10 and IE 9) but failing with non-html5 browsers (IE7 & 8)
tests/html/VideoPlayer-test.html
tests/html/VideoPlayerControls-test.html
Environments
IE7, 8
Comments
-
Jonathan Hung commented
2013-01-21T13:31:34.604-0500 The Controls unit test passes in IE8 now.
IE7 no longer supported for video player.VideoPlayer-test.html fails in other browsers, so I don't think this Jira is relevant anymore.
-
Justin Obara commented
2013-02-27T10:10:22.599-0500 The controls tests are fixed. The tests that are failing for the vp tests now are ones that only should be run in HTML5 compliant browsers. We need a strategy for selectively not running these when they can never pass.