Index: third_party/WebKit/LayoutTests/imported/wpt/FileAPI/blob/Blob-constructor-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/FileAPI/blob/Blob-constructor-expected.txt b/third_party/WebKit/LayoutTests/imported/wpt/FileAPI/blob/Blob-constructor-expected.txt |
index 3074b7003a86703a6916c8ba668e38dd3193c451..395d1593851cf61e959b343ac60f88786e5b4d51 100644 |
--- a/third_party/WebKit/LayoutTests/imported/wpt/FileAPI/blob/Blob-constructor-expected.txt |
+++ b/third_party/WebKit/LayoutTests/imported/wpt/FileAPI/blob/Blob-constructor-expected.txt |
@@ -23,8 +23,8 @@ PASS ArrayBuffer elements of the blobParts array should be supported. |
PASS Passing typed arrays as elements of the blobParts array should work. |
PASS Passing a Float64Array as element of the blobParts array should work. |
PASS Passing an platform object that supports indexed properties as the blobParts array should work (select). |
-PASS Passing a platform array object as the blobParts array should work (MessagePort[]). |
-PASS Passing a platform array object as the blobParts array should work (Attr[]). |
+PASS Passing an platform object that supports indexed properties as the blobParts array should work (attributes). |
+PASS Passing a FrozenArray as the blobParts array should work (FrozenArray<MessagePort>). |
PASS Array with two blobs |
PASS Array with two buffers |
PASS Array with two bufferviews |