[common][video-html5][DPTTIZEN-3241 remove 6 cases for updated spec] 85/281885/1
authorwei625.zhang <wei625.zhang@samsung.com>
Fri, 23 Sep 2022 01:44:48 +0000 (09:44 +0800)
committerwei625.zhang <wei625.zhang@samsung.com>
Fri, 23 Sep 2022 01:48:34 +0000 (09:48 +0800)
Change-Id: I1626875c6068760cbbfe8fe6972d8d03f4c83ad7
Signed-off-by: wei625.zhang <wei625.zhang@samsung.com>
common/tct-video-html5-tests/tests.full.xml
common/tct-video-html5-tests/tests.xml
common/tct-video-html5-tests/video/video_pause_3gp_h263_aac.html [deleted file]
common/tct-video-html5-tests/video/video_pause_3gp_mpeg4_amr.html [deleted file]
common/tct-video-html5-tests/video/video_play_3gp_h263_aac.html [deleted file]
common/tct-video-html5-tests/video/video_play_3gp_mpeg4_amr.html [deleted file]
common/tct-video-html5-tests/video/video_playback_h263-manual_tv.html [deleted file]
common/tct-video-html5-tests/video/video_playback_mpeg4-manual_tv.html [deleted file]

index 1015689559d955319f60143728b35ea00133d66e..5049d734ede1472c686914151c38dd8d17375937 100755 (executable)
           </spec>
         </specs>
       </testcase>
-      <testcase component="W3C_HTML5 APIs/Media/HTML5 The video element" execution_type="auto" id="video_pause_3gp_h263_aac" priority="P3" purpose="Check if the video element can pause the H.263 decoding format video file" status="approved" type="compliance">
-        <description>
-          <test_script_entry>/opt/tct-video-html5-tests/video/video_pause_3gp_h263_aac.html</test_script_entry>
-        </description>
-        <specs>
-          <spec>
-            <spec_assertion category="Tizen W3C API Specifications" interface="HTMLVideoElement" section="Media" specification="HTML5 The video element" usage="true"/>
-            <spec_url>http://www.w3.org/TR/2012/WD-html5-20121025/the-video-element.html#the-video-element</spec_url>
-            <spec_statement/>
-          </spec>
-        </specs>
-      </testcase>
       <testcase component="W3C_HTML5 APIs/Media/HTML5 The video element" execution_type="auto" id="video_pause_method_type" priority="P2" purpose="Check if video.pause is of type function" status="approved" type="compliance">
         <description>
           <test_script_entry>/opt/tct-video-html5-tests/video/video_pause_method_type.html</test_script_entry>
           </spec>
         </specs>
       </testcase>
-      <testcase component="W3C_HTML5 APIs/Media/HTML5 The video element" execution_type="auto" id="video_play_3gp_h263_aac" priority="P3" purpose="Check if the video element can play the H.263 decoding format video file" status="approved" type="compliance">
-        <description>
-          <test_script_entry>/opt/tct-video-html5-tests/video/video_play_3gp_h263_aac.html</test_script_entry>
-        </description>
-        <specs>
-          <spec>
-            <spec_assertion category="Tizen W3C API Specifications" interface="HTMLVideoElement" section="Media" specification="HTML5 The video element" usage="true"/>
-            <spec_url>http://www.w3.org/TR/2012/WD-html5-20121025/the-video-element.html#the-video-element</spec_url>
-            <spec_statement/>
-          </spec>
-        </specs>
-      </testcase>
       <testcase component="W3C_HTML5 APIs/Media/HTML5 The video element" execution_type="auto" id="video_play_method_type" priority="P2" purpose="Check if video.play method is of type function" status="approved" type="compliance">
         <description>
           <test_script_entry>/opt/tct-video-html5-tests/video/video_play_method_type.html</test_script_entry>
       <capabilities>
           <capability name="http://tizen.org/feature/profile"><value>MOBILE</value></capability>
       </capabilities>
-      <testcase component="W3C_HTML5 APIs/Media/HTML5 The video element" execution_type="auto" id="video_pause_3gp_mpeg4_amr" priority="P3" purpose="Check if the video element can pause the MPEG-4 part 2 decoding format video file" status="approved" type="compliance">
-        <description>
-          <test_script_entry>/opt/tct-video-html5-tests/video/video_pause_3gp_mpeg4_amr.html</test_script_entry>
-        </description>
-        <specs>
-          <spec>
-            <spec_assertion element_type="method" element_name="pause" interface="HTMLVideoElement" specification="HTML5 The video element (Partial)" section="Media" category="Tizen W3C API Specifications"/>
-            <spec_url>http://www.w3.org/TR/2012/WD-html5-20121025/the-video-element.html#the-video-element</spec_url>
-            <spec_statement/>
-          </spec>
-        </specs>
-      </testcase>
-      <testcase component="W3C_HTML5 APIs/Media/HTML5 The video element" execution_type="auto" id="video_play_3gp_mpeg4_amr" purpose="Check if the video element can play the MPEG-4 part 2 decoding format video file" status="approved" type="compliance">
-        <description>
-          <test_script_entry>/opt/tct-video-html5-tests/video/video_play_3gp_mpeg4_amr.html</test_script_entry>
-        </description>
-        <specs>
-          <spec>
-            <spec_assertion element_type="method" element_name="play" interface="HTMLVideoElement" specification="HTML5 The video element (Partial)" section="Media" category="Tizen W3C API Specifications"/>
-            <spec_url>http://www.w3.org/TR/2012/WD-html5-20121025/the-video-element.html#the-video-element</spec_url>
-            <spec_statement/>
-          </spec>
-        </specs>
-      </testcase>
       <testcase component="W3C_HTML5 APIs/Media/HTML5 The video element" execution_type="manual" id="video_playback_h264-manual" purpose="Check if video element can play the H.264 decoding format video file." status="approved" type="compliance">
         <description>
           <test_script_entry>/opt/tct-video-html5-tests/video/video_playback_h264-manual.html</test_script_entry>
       <capabilities>
           <capability name="http://tizen.org/feature/profile"><value>WEARABLE</value></capability>
       </capabilities>
-      <testcase component="W3C_HTML5 APIs/Media/HTML5 The video element" execution_type="auto" id="video_pause_3gp_mpeg4_amr" purpose="Check if the video element can pause the MPEG-4 part 2 decoding format video file" status="approved" type="compliance">
-        <description>
-          <test_script_entry>/opt/tct-video-html5-tests/video/video_pause_3gp_mpeg4_amr.html</test_script_entry>
-        </description>
-        <specs>
-          <spec>
-            <spec_assertion element_type="method" element_name="pause" interface="HTMLVideoElement" specification="HTML5 The video element (Partial)" section="Media" category="Tizen W3C API Specifications"/>
-            <spec_url>http://www.w3.org/TR/2012/WD-html5-20121025/the-video-element.html#the-video-element</spec_url>
-            <spec_statement/>
-          </spec>
-        </specs>
-      </testcase>
-      <testcase component="W3C_HTML5 APIs/Media/HTML5 The video element" execution_type="auto" id="video_play_3gp_mpeg4_amr" purpose="Check if the video element can play the MPEG-4 part 2 decoding format video file" status="approved" type="compliance">
-        <description>
-          <test_script_entry>/opt/tct-video-html5-tests/video/video_play_3gp_mpeg4_amr.html</test_script_entry>
-        </description>
-        <specs>
-          <spec>
-            <spec_assertion element_type="method" element_name="play" interface="HTMLVideoElement" specification="HTML5 The video element (Partial)" section="Media" category="Tizen W3C API Specifications"/>
-            <spec_url>http://www.w3.org/TR/2012/WD-html5-20121025/the-video-element.html#the-video-element</spec_url>
-            <spec_statement/>
-          </spec>
-        </specs>
-      </testcase>
       <testcase component="W3C_HTML5 APIs/Media/HTML5 The video element" execution_type="manual" id="video_playback_h264-manual" purpose="Check if video element can play the H.264 decoding format video file." status="approved" type="compliance">
         <description>
           <test_script_entry>/opt/tct-video-html5-tests/video/video_playback_h264-manual.html</test_script_entry>
           </spec>
         </specs>
       </testcase>
-      <testcase component="W3C_HTML5 APIs/Media/HTML5 The video element" execution_type="manual" id="video_playback_h263-manual_tv" purpose="Check if video element can play the H.263 decoding format video file." status="approved" type="compliance">
-        <description>
-          <test_script_entry>/opt/tct-video-html5-tests/video/video_playback_h263-manual_tv.html</test_script_entry>
-        </description>
-        <specs>
-          <spec>
-            <spec_assertion element_type="method" element_name="playback" interface="HTMLVideoElement" specification="HTML5 The video element (Partial)" section="Media" category="Tizen W3C API Specifications"/>
-            <spec_url>http://www.w3.org/TR/2012/WD-html5-20121025/the-video-element.html#the-video-element</spec_url>
-            <spec_statement/>
-          </spec>
-        </specs>
-      </testcase>
-      <testcase component="W3C_HTML5 APIs/Media/HTML5 The video element" execution_type="manual" id="video_playback_mpeg4-manual_tv" purpose="Check if video element can play the MPEG4 decoding format video file." status="approved" type="compliance">
-        <description>
-          <test_script_entry>/opt/tct-video-html5-tests/video/video_playback_mpeg4-manual_tv.html</test_script_entry>
-        </description>
-        <specs>
-          <spec>
-            <spec_assertion element_type="method" element_name="playback" interface="HTMLVideoElement" specification="HTML5 The video element (Partial)" section="Media" category="Tizen W3C API Specifications"/>
-            <spec_url>http://www.w3.org/TR/2012/WD-html5-20121025/the-video-element.html#the-video-element</spec_url>
-            <spec_statement/>
-          </spec>
-        </specs>
-      </testcase>
     </set>
     <set name="Video_iot" type="js">
       <capabilities>
           <capability name="http://tizen.org/feature/profile"><value>COMMON</value></capability>
       </capabilities>
-      <testcase component="W3C_HTML5 APIs/Media/HTML5 The video element" execution_type="auto" id="video_pause_3gp_mpeg4_amr" priority="P3" purpose="Check if the video element can pause the MPEG-4 part 2 decoding format video file" status="approved" type="compliance">
-        <description>
-          <test_script_entry>/opt/tct-video-html5-tests/video/video_pause_3gp_mpeg4_amr.html</test_script_entry>
-        </description>
-        <specs>
-          <spec>
-            <spec_assertion element_type="method" element_name="pause" interface="HTMLVideoElement" specification="HTML5 The video element (Partial)" section="Media" category="Tizen W3C API Specifications"/>
-            <spec_url>http://www.w3.org/TR/2012/WD-html5-20121025/the-video-element.html#the-video-element</spec_url>
-            <spec_statement/>
-          </spec>
-        </specs>
-      </testcase>
-      <testcase component="W3C_HTML5 APIs/Media/HTML5 The video element" execution_type="auto" id="video_play_3gp_mpeg4_amr" purpose="Check if the video element can play the MPEG-4 part 2 decoding format video file" status="approved" type="compliance">
-        <description>
-          <test_script_entry>/opt/tct-video-html5-tests/video/video_play_3gp_mpeg4_amr.html</test_script_entry>
-        </description>
-        <specs>
-          <spec>
-            <spec_assertion element_type="method" element_name="play" interface="HTMLVideoElement" specification="HTML5 The video element (Partial)" section="Media" category="Tizen W3C API Specifications"/>
-            <spec_url>http://www.w3.org/TR/2012/WD-html5-20121025/the-video-element.html#the-video-element</spec_url>
-            <spec_statement/>
-          </spec>
-        </specs>
-      </testcase>
       <testcase component="W3C_HTML5 APIs/Media/HTML5 The video element" execution_type="manual" id="video_playback_h264-manual" purpose="Check if video element can play the H.264 decoding format video file." status="approved" type="compliance">
         <description>
           <test_script_entry>/opt/tct-video-html5-tests/video/video_playback_h264-manual.html</test_script_entry>
index 30588c5825cfd41f316ac3996ffa5f86da58c72d..ba4931bb219e6aff90ac8f74bab663244992c943 100755 (executable)
           <test_script_entry>/opt/tct-video-html5-tests/video/video_onwaiting_event.html</test_script_entry>
         </description>
       </testcase>
-      <testcase component="W3C_HTML5 APIs/Media/HTML5 The video element" execution_type="auto" id="video_pause_3gp_h263_aac" purpose="Check if the video element can pause the H.263 decoding format video file">
-        <description>
-          <test_script_entry>/opt/tct-video-html5-tests/video/video_pause_3gp_h263_aac.html</test_script_entry>
-        </description>
-      </testcase>
       <testcase component="W3C_HTML5 APIs/Media/HTML5 The video element" execution_type="auto" id="video_pause_method_type" purpose="Check if video.pause is of type function">
         <description>
           <test_script_entry>/opt/tct-video-html5-tests/video/video_pause_method_type.html</test_script_entry>
           <test_script_entry>/opt/tct-video-html5-tests/video/video_paused_attribute_readonly.html</test_script_entry>
         </description>
       </testcase>
-      <testcase component="W3C_HTML5 APIs/Media/HTML5 The video element" execution_type="auto" id="video_play_3gp_h263_aac" purpose="Check if the video element can play the H.263 decoding format video file">
-        <description>
-          <test_script_entry>/opt/tct-video-html5-tests/video/video_play_3gp_h263_aac.html</test_script_entry>
-        </description>
-      </testcase>
       <testcase component="W3C_HTML5 APIs/Media/HTML5 The video element" execution_type="auto" id="video_play_method_type" purpose="Check if video.play method is of type function">
         <description>
           <test_script_entry>/opt/tct-video-html5-tests/video/video_play_method_type.html</test_script_entry>
       <capabilities>
           <capability name="http://tizen.org/feature/profile"><value>MOBILE</value></capability>
       </capabilities>
-      <testcase component="W3C_HTML5 APIs/Media/HTML5 The video element" execution_type="auto" id="video_pause_3gp_mpeg4_amr" purpose="Check if the video element can pause the MPEG-4 part 2 decoding format video file">
-        <description>
-          <test_script_entry>/opt/tct-video-html5-tests/video/video_pause_3gp_mpeg4_amr.html</test_script_entry>
-        </description>
-      </testcase>
-      <testcase component="W3C_HTML5 APIs/Media/HTML5 The video element" execution_type="auto" id="video_play_3gp_mpeg4_amr" purpose="Check if the video element can play the MPEG-4 part 2 decoding format video file">
-        <description>
-          <test_script_entry>/opt/tct-video-html5-tests/video/video_play_3gp_mpeg4_amr.html</test_script_entry>
-        </description>
-      </testcase>
       <testcase component="W3C_HTML5 APIs/Media/HTML5 The video element" execution_type="manual" id="video_playback_h264-manual" purpose="Check if video element can play the H.264 decoding format video file.">
         <description>
           <test_script_entry>/opt/tct-video-html5-tests/video/video_playback_h264-manual.html</test_script_entry>
       <capabilities>
           <capability name="http://tizen.org/feature/profile"><value>WEARABLE</value></capability>
       </capabilities>
-      <testcase component="W3C_HTML5 APIs/Media/HTML5 The video element" execution_type="auto" id="video_pause_3gp_mpeg4_amr" purpose="Check if the video element can pause the MPEG-4 part 2 decoding format video file">
-        <description>
-          <test_script_entry>/opt/tct-video-html5-tests/video/video_pause_3gp_mpeg4_amr.html</test_script_entry>
-        </description>
-      </testcase>
-      <testcase component="W3C_HTML5 APIs/Media/HTML5 The video element" execution_type="auto" id="video_play_3gp_mpeg4_amr" purpose="Check if the video element can play the MPEG-4 part 2 decoding format video file">
-        <description>
-          <test_script_entry>/opt/tct-video-html5-tests/video/video_play_3gp_mpeg4_amr.html</test_script_entry>
-        </description>
-      </testcase>
       <testcase component="W3C_HTML5 APIs/Media/HTML5 The video element" execution_type="manual" id="video_playback_h264-manual" purpose="Check if video element can play the H.264 decoding format video file.">
         <description>
           <test_script_entry>/opt/tct-video-html5-tests/video/video_playback_h264-manual.html</test_script_entry>
           <test_script_entry>/opt/tct-video-html5-tests/video/video_playback_h264-manual_tv.html</test_script_entry>
         </description>
       </testcase>
-      <testcase component="W3C_HTML5 APIs/Media/HTML5 The video element" execution_type="manual" id="video_playback_h263-manual_tv" purpose="Check if video element can play the H.263 decoding format video file.">
-        <description>
-          <test_script_entry>/opt/tct-video-html5-tests/video/video_playback_h263-manual_tv.html</test_script_entry>
-        </description>
-      </testcase>
-      <testcase component="W3C_HTML5 APIs/Media/HTML5 The video element" execution_type="manual" id="video_playback_mpeg4-manual_tv" purpose="Check if video element can play the MPEG4 decoding format video file.">
-        <description>
-          <test_script_entry>/opt/tct-video-html5-tests/video/video_playback_mpeg4-manual_tv.html</test_script_entry>
-        </description>
-      </testcase>
     </set>
     <set name="Video_iot" type="js">
       <capabilities>
           <capability name="http://tizen.org/feature/profile"><value>COMMON</value></capability>
       </capabilities>
-      <testcase component="W3C_HTML5 APIs/Media/HTML5 The video element" execution_type="auto" id="video_pause_3gp_mpeg4_amr" purpose="Check if the video element can pause the MPEG-4 part 2 decoding format video file">
-        <description>
-          <test_script_entry>/opt/tct-video-html5-tests/video/video_pause_3gp_mpeg4_amr.html</test_script_entry>
-        </description>
-      </testcase>
-      <testcase component="W3C_HTML5 APIs/Media/HTML5 The video element" execution_type="auto" id="video_play_3gp_mpeg4_amr" purpose="Check if the video element can play the MPEG-4 part 2 decoding format video file">
-        <description>
-          <test_script_entry>/opt/tct-video-html5-tests/video/video_play_3gp_mpeg4_amr.html</test_script_entry>
-        </description>
-      </testcase>
       <testcase component="W3C_HTML5 APIs/Media/HTML5 The video element" execution_type="manual" id="video_playback_h264-manual" purpose="Check if video element can play the H.264 decoding format video file.">
         <description>
           <test_script_entry>/opt/tct-video-html5-tests/video/video_playback_h264-manual.html</test_script_entry>
diff --git a/common/tct-video-html5-tests/video/video_pause_3gp_h263_aac.html b/common/tct-video-html5-tests/video/video_pause_3gp_h263_aac.html
deleted file mode 100755 (executable)
index f6bd083..0000000
+++ /dev/null
@@ -1,58 +0,0 @@
-<!DOCTYPE html>
-<!--
-Copyright (c) 2014 Intel Corporation.
-
-Redistribution and use in source and binary forms, with or without modification,
-are permitted provided that the following conditions are met:
-
-* Redistributions of works must retain the original copyright notice, this lis
-  of conditions and the following disclaimer.
-* Redistributions in binary form must reproduce the original copyright notice,
-  this list of conditions and the following disclaimer in the documentation
-  and/or other materials provided with the distribution.
-* Neither the name of Intel Corporation nor the names of its contributors
-  may be used to endorse or promote products derived from this work withou
-  specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY INTEL CORPORATION "AS IS"
-AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
-ARE DISCLAIMED. IN NO EVENT SHALL INTEL CORPORATION BE LIABLE FOR ANY DIRECT,
-INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
-BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
-OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
-NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
-EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
-Authors:
-        Cui, Jieqiong <jieqiongx.cui@intel.com>
-
--->
-
-<html>
-  <head>
-    <title>Video Test: video_pause_3gp_h263_aac</title>
-    <link rel="author" title="Intel" href="http://www.intel.com"/>
-    <link rel="help" href="http://www.w3.org/TR/2012/WD-html5-20121025/the-video-element.html#the-video-element"/>
-    <meta name="flags" content=""/>
-    <meta name="assert" content="Check if the video element can pause the H.263 decoding format video file"/>
-    <script src="../resources/testharness.js"></script>
-    <script src="../resources/testharnessreport.js"></script>
-  </head>
-  <body>
-    <div id="log"></div>
-    <video id="v" src="media/3GP_h263_CIF_30FPS_517Kbps_eAAC+_44.1KHz_64Kbps_10sec(0.7Mb)_BBB.3GP" controls autoplay></video>
-    <script>
-        var t = async_test(document.title, {timeout:10000});
-        var v = document.getElementById("v");
-        setup({timeout:5000});
-        v.addEventListener("pause", t.step_func(function() {
-            t.done();
-        }), false);
-        setTimeout( function () {
-            v.pause();
-        }, 2000);
-    </script>
-  </body>
-</html>
diff --git a/common/tct-video-html5-tests/video/video_pause_3gp_mpeg4_amr.html b/common/tct-video-html5-tests/video/video_pause_3gp_mpeg4_amr.html
deleted file mode 100755 (executable)
index 2936570..0000000
+++ /dev/null
@@ -1,58 +0,0 @@
-<!DOCTYPE html>
-<!--
-Copyright (c) 2014 Intel Corporation.
-
-Redistribution and use in source and binary forms, with or without modification,
-are permitted provided that the following conditions are met:
-
-* Redistributions of works must retain the original copyright notice, this lis
-  of conditions and the following disclaimer.
-* Redistributions in binary form must reproduce the original copyright notice,
-  this list of conditions and the following disclaimer in the documentation
-  and/or other materials provided with the distribution.
-* Neither the name of Intel Corporation nor the names of its contributors
-  may be used to endorse or promote products derived from this work withou
-  specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY INTEL CORPORATION "AS IS"
-AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
-ARE DISCLAIMED. IN NO EVENT SHALL INTEL CORPORATION BE LIABLE FOR ANY DIRECT,
-INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
-BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
-OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
-NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
-EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
-Authors:
-        Cui, Jieqiong <jieqiongx.cui@intel.com>
-
--->
-
-<html>
-  <head>
-    <title>Video Test: video_pause_3gp_mpeg4_amr</title>
-    <link rel="author" title="Intel" href="http://www.intel.com"/>
-    <link rel="help" href="http://www.w3.org/TR/2012/WD-html5-20121025/the-video-element.html#the-video-element"/>
-    <meta name="flags" content=""/>
-    <meta name="assert" content="Check if the video element can pause the MPEG-4 part 2 decoding format video file"/>
-    <script src="../resources/testharness.js"></script>
-    <script src="../resources/testharnessreport.js"></script>
-  </head>
-  <body>
-    <div id="log"></div>
-    <video id="v" src="media/3GP(v5)_MPEG4_QCIF_15FPS_177Kbps_AMR-NB_Mono_10.8Kbps_60sec(1.3Mb).3GP" controls autoplay></video>
-    <script>
-        var t = async_test(document.title, {timeout:10000});
-        var v = document.getElementById("v");
-        setup({timeout:5000});
-        v.addEventListener("pause", t.step_func(function() {
-            t.done();
-        }), false);
-        setTimeout( function () {
-            v.pause();
-        }, 2000);
-    </script>
-  </body>
-</html>
diff --git a/common/tct-video-html5-tests/video/video_play_3gp_h263_aac.html b/common/tct-video-html5-tests/video/video_play_3gp_h263_aac.html
deleted file mode 100755 (executable)
index d45ccbe..0000000
+++ /dev/null
@@ -1,54 +0,0 @@
-<!DOCTYPE html>
-<!--
-Copyright (c) 2014 Intel Corporation.
-
-Redistribution and use in source and binary forms, with or without modification,
-are permitted provided that the following conditions are met:
-
-* Redistributions of works must retain the original copyright notice, this lis
-  of conditions and the following disclaimer.
-* Redistributions in binary form must reproduce the original copyright notice,
-  this list of conditions and the following disclaimer in the documentation
-  and/or other materials provided with the distribution.
-* Neither the name of Intel Corporation nor the names of its contributors
-  may be used to endorse or promote products derived from this work withou
-  specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY INTEL CORPORATION "AS IS"
-AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
-ARE DISCLAIMED. IN NO EVENT SHALL INTEL CORPORATION BE LIABLE FOR ANY DIRECT,
-INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
-BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
-OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
-NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
-EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
-Authors:
-        Cui, Jieqiong <jieqiongx.cui@intel.com>
-
--->
-
-<html>
-  <head>
-    <title>Video Test: video_play_3gp_h263_aac</title>
-    <link rel="author" title="Intel" href="http://www.intel.com"/>
-    <link rel="help" href="http://www.w3.org/TR/2012/WD-html5-20121025/the-video-element.html#the-video-element"/>
-    <meta name="flags" content=""/>
-    <meta name="assert" content="Check if the video element can play the H.263 decoding format video file"/>
-    <script src="../resources/testharness.js"></script>
-    <script src="../resources/testharnessreport.js"></script>
-  </head>
-  <body>
-    <div id="log"></div>
-    <video id="v" src="media/3GP_h263_CIF_30FPS_517Kbps_eAAC+_44.1KHz_64Kbps_10sec(0.7Mb)_BBB.3GP" controls autoplay></video>
-    <script>
-        var t = async_test(document.title, {timeout:10000});
-        var v = document.getElementById("v");
-        v.addEventListener("playing", t.step_func(function () {
-            t.done();
-        }), false);
-    </script>
-  </body>
-</html>
diff --git a/common/tct-video-html5-tests/video/video_play_3gp_mpeg4_amr.html b/common/tct-video-html5-tests/video/video_play_3gp_mpeg4_amr.html
deleted file mode 100755 (executable)
index 866c692..0000000
+++ /dev/null
@@ -1,54 +0,0 @@
-<!DOCTYPE html>
-<!--
-Copyright (c) 2014 Intel Corporation.
-
-Redistribution and use in source and binary forms, with or without modification,
-are permitted provided that the following conditions are met:
-
-* Redistributions of works must retain the original copyright notice, this lis
-  of conditions and the following disclaimer.
-* Redistributions in binary form must reproduce the original copyright notice,
-  this list of conditions and the following disclaimer in the documentation
-  and/or other materials provided with the distribution.
-* Neither the name of Intel Corporation nor the names of its contributors
-  may be used to endorse or promote products derived from this work withou
-  specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY INTEL CORPORATION "AS IS"
-AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
-ARE DISCLAIMED. IN NO EVENT SHALL INTEL CORPORATION BE LIABLE FOR ANY DIRECT,
-INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
-BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
-OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
-NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
-EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
-Authors:
-        Cui, Jieqiong <jieqiongx.cui@intel.com>
-
--->
-
-<html>
-  <head>
-    <title>Video Test: video_play_3gp_mpeg4_amr</title>
-    <link rel="author" title="Intel" href="http://www.intel.com"/>
-    <link rel="help" href="http://www.w3.org/TR/2012/WD-html5-20121025/the-video-element.html#the-video-element"/>
-    <meta name="flags" content=""/>
-    <meta name="assert" content="Check if the video element can play the MPEG-4 part 2 decoding format video file"/>
-    <script src="../resources/testharness.js"></script>
-    <script src="../resources/testharnessreport.js"></script>
-  </head>
-  <body>
-    <div id="log"></div>
-    <video id="v" src="media/3GP(v5)_MPEG4_QCIF_15FPS_177Kbps_AMR-NB_Mono_10.8Kbps_60sec(1.3Mb).3GP" controls autoplay></video>
-    <script>
-        var t = async_test(document.title, {timeout:10000});
-        var v = document.getElementById("v");
-        v.addEventListener("playing", t.step_func(function () {
-            t.done();
-        }), false);
-    </script>
-  </body>
-</html>
diff --git a/common/tct-video-html5-tests/video/video_playback_h263-manual_tv.html b/common/tct-video-html5-tests/video/video_playback_h263-manual_tv.html
deleted file mode 100755 (executable)
index 84f315f..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-<!DOCTYPE html>
-<!--
-Copyright (c) 2019 Samsung Electronics Co., Ltd.
-
-Licensed under the Apache License, Version 2.0 (the License);
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
-
-Authors:
-        Qunfang Lin <qunfang.lin@samsung.com>
-
--->
-
-<meta charset="utf-8">
-<title>Video Test: video - H.263</title>
-<link rel="author" title="Intel" href="http://www.intel.com">
-<link rel="help" href="http://www.w3.org/TR/html5/embedded-content-0.html#the-video-element">
-<meta name="assert" content="Check that video element can play the H.263 decoding format video file.">
-<body>
-  <p>
-    Test passes if the video can play and pause, slide time bar, and switch full screen.
-  </p>
-  <video controls src="media/3GP_h263_CIF_30FPS_507Kbps_HE-AAC_Stereo_64Kbps_60sec(4.1Mb)_BBB.3gp" poster="media/poster.png" width="480" height="200" loop autoplay>
-    The user agent doesn't support media element.
-  </video>
-</body>
-
diff --git a/common/tct-video-html5-tests/video/video_playback_mpeg4-manual_tv.html b/common/tct-video-html5-tests/video/video_playback_mpeg4-manual_tv.html
deleted file mode 100755 (executable)
index c2e6931..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-<!DOCTYPE html>
-<!--
-Copyright (c) 2019 Samsung Electronics Co., Ltd.
-
-Licensed under the Apache License, Version 2.0 (the License);
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
-
-Authors:
-        Qunfang Lin <qunfang.lin@samsung.com>
-
--->
-
-<meta charset="utf-8">
-<title>Video Test: video - MPEG4</title>
-<link rel="author" title="Intel" href="http://www.intel.com">
-<link rel="help" href="http://www.w3.org/TR/html5/embedded-content-0.html#the-video-element">
-<meta name="assert" content="Check that video element can play the MPEG4 decoding format video file.">
-<body>
-  <p>
-    Test passes if the video can play and pause, slide time bar, and switch full screen.
-  </p>
-  <video controls src="media/MP4_MPEG4_CIF_15FPS_387Kbps_MP3_44.1KHz_64Kbps_60sec(3Mb)_BBB(hinted).mp4" poster="media/poster.png" width="480" height="200" loop autoplay>
-    The user agent doesn't support media element.
-  </video>
-</body>
-