[common][mse][modify 2 TCs] 30/130430/1
authormengli.zhang <mengli.zhang@samsung.com>
Mon, 22 May 2017 21:00:29 +0000 (17:00 -0400)
committermengli.zhang <mengli.zhang@samsung.com>
Mon, 22 May 2017 21:00:34 +0000 (17:00 -0400)
Change-Id: Ie44536d4dc76c555c79e28c566fa644f3716bab3
Signed-off-by: mengli.zhang <mengli.zhang@samsung.com>
common/tct-mse-w3c-tests/mse/HTMLVideoElement_getVideoPlaybackQuality_exist.html
common/tct-mse-w3c-tests/mse/HTMLVideoElement_getVideoPlaybackQuality_type.html
common/tct-mse-w3c-tests/mse/support/test.mp4 [new file with mode: 0755]
common/tct-mse-w3c-tests/mse/support/test.webm [deleted file]

index ccbf4c81ba9856e04f32f60357a9cc36d70e55af..daec05fb29fcb580bef22c777dea8398112e045d 100755 (executable)
@@ -29,7 +29,7 @@ Authors:
 <body>
 <div id="log"></div>
 <video id="myVidio" controls >
-   <source src="./support/test.webm">
+   <source src="./support/test.mp4">
 </video>
 <script>
 //==== TEST: HTMLVideoElement_getVideoPlaybackQuality_exist
@@ -55,4 +55,4 @@ t.step(function() {
 
 </script>
 </body>
-</html>
\ No newline at end of file
+</html>
index 9f8658e494eca839640e2d8a444f976d2bcca0f7..3eb61e03839c869b33ee0f59c74f9bca25b59deb 100755 (executable)
@@ -29,7 +29,7 @@ Authors:
 <body>
 <div id="log"></div>
 <video id="myVidio" controls >
-   <source src="./support/test.webm">
+   <source src="./support/test.mp4">
 </video>
 <script>
 //==== TEST: HTMLVideoElement_getVideoPlaybackQuality_type
@@ -55,4 +55,4 @@ t.step(function() {
 
 </script>
 </body>
-</html>
\ No newline at end of file
+</html>
diff --git a/common/tct-mse-w3c-tests/mse/support/test.mp4 b/common/tct-mse-w3c-tests/mse/support/test.mp4
new file mode 100755 (executable)
index 0000000..fb5dbca
Binary files /dev/null and b/common/tct-mse-w3c-tests/mse/support/test.mp4 differ
diff --git a/common/tct-mse-w3c-tests/mse/support/test.webm b/common/tct-mse-w3c-tests/mse/support/test.webm
deleted file mode 100755 (executable)
index 6c2138d..0000000
Binary files a/common/tct-mse-w3c-tests/mse/support/test.webm and /dev/null differ