diff options
author | WPT Sync Bot <josh+wptsync@joshmatthews.net> | 2019-04-15 21:58:05 -0400 |
---|---|---|
committer | WPT Sync Bot <josh+wptsync@joshmatthews.net> | 2019-04-16 00:29:32 -0400 |
commit | c8202ddbe16fdb3894b8f725310096a345d6b37d (patch) | |
tree | c1f33904001632d9200f14dc6762d4c4c5a2fd6b /tests/wpt/metadata/FileAPI/blob/Blob-array-buffer.any.js.ini | |
parent | 0ba7da443101f2c12e2b50473fe2165c35d52e99 (diff) | |
download | servo-c8202ddbe16fdb3894b8f725310096a345d6b37d.tar.gz servo-c8202ddbe16fdb3894b8f725310096a345d6b37d.zip |
Update web-platform-tests to revision fd0429f0b45f975b25d85256dac33762134952c5
Diffstat (limited to 'tests/wpt/metadata/FileAPI/blob/Blob-array-buffer.any.js.ini')
-rw-r--r-- | tests/wpt/metadata/FileAPI/blob/Blob-array-buffer.any.js.ini | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/tests/wpt/metadata/FileAPI/blob/Blob-array-buffer.any.js.ini b/tests/wpt/metadata/FileAPI/blob/Blob-array-buffer.any.js.ini new file mode 100644 index 00000000000..aff6150a13b --- /dev/null +++ b/tests/wpt/metadata/FileAPI/blob/Blob-array-buffer.any.js.ini @@ -0,0 +1,27 @@ +[Blob-array-buffer.any.html] + [Blob.arrayBuffer() non-unicode input] + expected: FAIL + + [Blob.arrayBuffer()] + expected: FAIL + + [Blob.arrayBuffer() non-ascii input] + expected: FAIL + + [Blob.arrayBuffer() empty Blob data] + expected: FAIL + + +[Blob-array-buffer.any.worker.html] + [Blob.arrayBuffer() non-unicode input] + expected: FAIL + + [Blob.arrayBuffer()] + expected: FAIL + + [Blob.arrayBuffer() non-ascii input] + expected: FAIL + + [Blob.arrayBuffer() empty Blob data] + expected: FAIL + |