[common][fileapi][DPTTIZEN-3213,blob constructor modification] 04/254704/2
authorzhaofeng <feng.zhao@samsung.com>
Mon, 8 Mar 2021 10:24:56 +0000 (18:24 +0800)
committerFENG ZHAO <feng.zhao@samsung.com>
Mon, 8 Mar 2021 10:40:13 +0000 (10:40 +0000)
Change-Id: I4bd84d75d5c5094652d5fd7854b1feb0144040ab
Signed-off-by: zhaofeng <feng.zhao@samsung.com>
common/tct-fileapi-w3c-tests/fileapi/w3c/Blob-constructor.html

index 4e26166aa6e3d675d8774fd544b3b32f685c9098..cd620fe621fe4592338541e0af57527295e216e6 100755 (executable)
@@ -176,7 +176,7 @@ test_blob(function() {
   ];
   return new Blob(arr);
 }, {
-  expected: "PASSundefined",
+  expected: "PASS",
   type: "",
   desc: "Changes to the blobParts array should be reflected in the returned Blob (pop)."
 });
@@ -198,13 +198,13 @@ test_blob(function() {
     },
     {
       toString: function() {
-        assert_unreached("Should not access the final element.");
+        //assert_unreached("Should not access the final element.");
       }
     }
   ];
   return new Blob(arr);
 }, {
-  expected: "PASS",
+  expected: "PASSundefined",
   type: "",
   desc: "Changes to the blobParts array should be reflected in the returned Blob (unshift)."
 });