blob: 93b0e94a380f61b39ab9b29e767d1e84e1debaab [file] [log] [blame]
<UnitTester
testDir="spark/components/VideoPlayer/regression/"
xmlns:mx="http://www.adobe.com/2006/mxml"
xmlns="*"
testSWF="../SWFs/SDK_21303.mxml">
<!--Default Script-->
<mx:Script>
<![CDATA[
import spark.components.VideoPlayer;
public static function init(o:DisplayObject):void{}
]]>
</mx:Script>
<!--Default Metadata-->
<mx:Metadata><![CDATA[[Mixin]]]></mx:Metadata>
<!--Test Cases-->
<testCases>
<TestCase
testID="VideoPlayer_sdk_21303"
keywords="[VideoPlayer]"
description="RTE Thrown When Calling Seek() Before metadataReceived">
<!--bugs>
<Bug bugID="SDK-21303"/>
</bugs-->
<body>
<DispatchMouseClickEvent target="it" localX="5" localY="5" />
<Pause timeout="1000"/>
</body>
</TestCase>
</testCases>
</UnitTester>