<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>138307</bug_id>
          
          <creation_ts>2014-11-03 04:10:54 -0800</creation_ts>
          <short_desc>[EFL] media/encrypted-media/encrypted-media-can-play-type.html fails</short_desc>
          <delta_ts>2017-03-11 10:35:28 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>Tools / Tests</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>WONTFIX</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Éva Balázsfalvi">evab.u-szeged</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>mcatanzaro</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1045707</commentid>
    <comment_count>0</comment_count>
    <who name="Éva Balázsfalvi">evab.u-szeged</who>
    <bug_when>2014-11-03 04:10:54 -0800</bug_when>
    <thetext>--- /home/eva/webkit/WebKit/WebKitBuild/Release/layout-test-results/media/encrypted-media/encrypted-media-can-play-type-expected.txt
+++ /home/eva/webkit/WebKit/WebKitBuild/Release/layout-test-results/media/encrypted-media/encrypted-media-can-play-type-actual.txt
@@ -1,3 +1,4 @@
+
 Test Encrypted Media extension of HTMLMediaElement canPlayType() method.
 
 The test is designed to pass with any implementation regardless of supported media types and relies on the expected log to detect the expected results for some types. To get sufficient coverage, it is important that an implementation support clearkey encryption of at least one of the types below.
@@ -33,24 +34,24 @@
 EXPECTED (video.canPlayType(&apos;video/blahblah&apos;, &apos;com.example.invalid&apos;) == &apos;&apos;) OK
 
 Empty key system parameters should not affect the result of video/mp4 types.
-Result of video.canPlayType(&apos;video/mp4; Codecs=&quot;avc1.4D400C&quot;&apos;): &apos;&apos;
-EXPECTED (video.canPlayType(&apos;video/mp4; Codecs=&quot;avc1.4D400C&quot;&apos;, &apos;&apos;) == &apos;&apos;) OK
-EXPECTED (video.canPlayType(&apos;video/mp4; Codecs=&quot;avc1.4D400C&quot;&apos;, null) == &apos;&apos;) OK
-EXPECTED (video.canPlayType(&apos;video/mp4; Codecs=&quot;avc1.4D400C&quot;&apos;, undefined) == &apos;&apos;) OK
+Result of video.canPlayType(&apos;video/mp4; Codecs=&quot;avc1.4D400C&quot;&apos;): &apos;probably&apos;
+EXPECTED (video.canPlayType(&apos;video/mp4; Codecs=&quot;avc1.4D400C&quot;&apos;, &apos;&apos;) == &apos;probably&apos;) OK
+EXPECTED (video.canPlayType(&apos;video/mp4; Codecs=&quot;avc1.4D400C&quot;&apos;, null) == &apos;probably&apos;) OK
+EXPECTED (video.canPlayType(&apos;video/mp4; Codecs=&quot;avc1.4D400C&quot;&apos;, undefined) == &apos;probably&apos;) OK
 There are currently no implementations supporting encryption of video/mp4.
-EXPECTED (video.canPlayType(&apos;video/mp4; Codecs=&quot;avc1.4D400C&quot;&apos;, &apos;webkit-org.w3.clearkey&apos;) == &apos;&apos;) OK
-EXPECTED (video.canPlayType(&apos;video/mp4; Codecs=&quot;avc1.4D400C&quot;&apos;, &apos;WeBkIt-OrG.W3.ClEaRkEy&apos;) == &apos;&apos;) OK
-EXPECTED (video.canPlayType(&apos;video/mp4; Codecs=&quot;avc1.4D400C&quot;&apos;, &apos;com.example.invalid&apos;) == &apos;&apos;) OK
+EXPECTED (video.canPlayType(&apos;video/mp4; Codecs=&quot;avc1.4D400C&quot;&apos;, &apos;webkit-org.w3.clearkey&apos;) == &apos;&apos;), OBSERVED &apos;probably&apos; FAIL
+EXPECTED (video.canPlayType(&apos;video/mp4; Codecs=&quot;avc1.4D400C&quot;&apos;, &apos;WeBkIt-OrG.W3.ClEaRkEy&apos;) == &apos;&apos;), OBSERVED &apos;probably&apos; FAIL
+EXPECTED (video.canPlayType(&apos;video/mp4; Codecs=&quot;avc1.4D400C&quot;&apos;, &apos;com.example.invalid&apos;) == &apos;&apos;), OBSERVED &apos;probably&apos; FAIL
 
 Empty key system parameters should not affect the result of audio/mpeg types.
-Result of video.canPlayType(&apos;audio/mpeg&apos;): &apos;&apos;
-EXPECTED (video.canPlayType(&apos;audio/mpeg&apos;, &apos;&apos;) == &apos;&apos;) OK
-EXPECTED (video.canPlayType(&apos;audio/mpeg&apos;, null) == &apos;&apos;) OK
-EXPECTED (video.canPlayType(&apos;audio/mpeg&apos;, undefined) == &apos;&apos;) OK
+Result of video.canPlayType(&apos;audio/mpeg&apos;): &apos;maybe&apos;
+EXPECTED (video.canPlayType(&apos;audio/mpeg&apos;, &apos;&apos;) == &apos;maybe&apos;) OK
+EXPECTED (video.canPlayType(&apos;audio/mpeg&apos;, null) == &apos;maybe&apos;) OK
+EXPECTED (video.canPlayType(&apos;audio/mpeg&apos;, undefined) == &apos;maybe&apos;) OK
 There are currently no implementations supporting encryption of audio/mpeg.
-EXPECTED (video.canPlayType(&apos;audio/mpeg&apos;, &apos;webkit-org.w3.clearkey&apos;) == &apos;&apos;) OK
-EXPECTED (video.canPlayType(&apos;audio/mpeg&apos;, &apos;WeBkIt-OrG.W3.ClEaRkEy&apos;) == &apos;&apos;) OK
-EXPECTED (video.canPlayType(&apos;audio/mpeg&apos;, &apos;com.example.invalid&apos;) == &apos;&apos;) OK
+EXPECTED (video.canPlayType(&apos;audio/mpeg&apos;, &apos;webkit-org.w3.clearkey&apos;) == &apos;&apos;), OBSERVED &apos;maybe&apos; FAIL
+EXPECTED (video.canPlayType(&apos;audio/mpeg&apos;, &apos;WeBkIt-OrG.W3.ClEaRkEy&apos;) == &apos;&apos;), OBSERVED &apos;maybe&apos; FAIL
+EXPECTED (video.canPlayType(&apos;audio/mpeg&apos;, &apos;com.example.invalid&apos;) == &apos;&apos;), OBSERVED &apos;maybe&apos; FAIL
 
 Empty key system parameters should not affect the result of audio/wav types.
 Result of video.canPlayType(&apos;audio/wav&apos;): &apos;maybe&apos;
@@ -58,9 +59,9 @@
 EXPECTED (video.canPlayType(&apos;audio/wav&apos;, null) == &apos;maybe&apos;) OK
 EXPECTED (video.canPlayType(&apos;audio/wav&apos;, undefined) == &apos;maybe&apos;) OK
 There are currently no implementations supporting encryption of audio/wav.
-EXPECTED (video.canPlayType(&apos;audio/wav&apos;, &apos;webkit-org.w3.clearkey&apos;) == &apos;&apos;) OK
-EXPECTED (video.canPlayType(&apos;audio/wav&apos;, &apos;WeBkIt-OrG.W3.ClEaRkEy&apos;) == &apos;&apos;) OK
-EXPECTED (video.canPlayType(&apos;audio/wav&apos;, &apos;com.example.invalid&apos;) == &apos;&apos;) OK
+EXPECTED (video.canPlayType(&apos;audio/wav&apos;, &apos;webkit-org.w3.clearkey&apos;) == &apos;&apos;), OBSERVED &apos;maybe&apos; FAIL
+EXPECTED (video.canPlayType(&apos;audio/wav&apos;, &apos;WeBkIt-OrG.W3.ClEaRkEy&apos;) == &apos;&apos;), OBSERVED &apos;maybe&apos; FAIL
+EXPECTED (video.canPlayType(&apos;audio/wav&apos;, &apos;com.example.invalid&apos;) == &apos;&apos;), OBSERVED &apos;maybe&apos; FAIL
 
 Empty key system parameters should not affect the result of video/webm types.
 Result of video.canPlayType(&apos;video/webm&apos;): &apos;maybe&apos;
@@ -70,6 +71,6 @@
 All implementations that support WebM and Encrypted Media support encrypted WebM.
 EXPECTED (video.canPlayType(&apos;video/webm&apos;, &apos;webkit-org.w3.clearkey&apos;) == &apos;maybe&apos;) OK
 EXPECTED (video.canPlayType(&apos;video/webm&apos;, &apos;WeBkIt-OrG.W3.ClEaRkEy&apos;) == &apos;maybe&apos;) OK
-EXPECTED (video.canPlayType(&apos;video/webm&apos;, &apos;com.example.invalid&apos;) == &apos;&apos;) OK
+EXPECTED (video.canPlayType(&apos;video/webm&apos;, &apos;com.example.invalid&apos;) == &apos;&apos;), OBSERVED &apos;maybe&apos; FAIL
 END OF TEST</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1286272</commentid>
    <comment_count>1</comment_count>
    <who name="Michael Catanzaro">mcatanzaro</who>
    <bug_when>2017-03-11 10:35:28 -0800</bug_when>
    <thetext>Closing this bug because the EFL port has been removed from trunk.

If you feel this bug applies to a different upstream WebKit port and was closed in error, please either update the title and reopen the bug, or leave a comment to request this.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>