diff options
author | Kenta Moriuchi <moriken@kimamass.com> | 2024-07-02 23:04:08 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-02 16:04:08 +0200 |
commit | f78a60e882dbcbf43c8abd710733e5fa73e9ed4d (patch) | |
tree | cb26a3f501cba7e40d102d2a9a4f302e4bcb7ed8 /tests/wpt | |
parent | 8db420d552bc1d480a21748d73b566b623a266c1 (diff) |
feat(ext/web): add `Blob.prototype.bytes()` (#24148)
Diffstat (limited to 'tests/wpt')
-rw-r--r-- | tests/wpt/runner/expectation.json | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/tests/wpt/runner/expectation.json b/tests/wpt/runner/expectation.json index e80fbf922..74eef8159 100644 --- a/tests/wpt/runner/expectation.json +++ b/tests/wpt/runner/expectation.json @@ -10109,8 +10109,8 @@ "Blob-text.any.worker.html": true, "Blob-in-worker.worker.html": true, "Blob-constructor-dom.window.html": false, - "Blob-bytes.any.html": false, - "Blob-bytes.any.worker.html": false, + "Blob-bytes.any.html": true, + "Blob-bytes.any.worker.html": true, "Blob-constructor-endings.html": false }, "file": { @@ -10183,9 +10183,6 @@ "filereader_result.any.worker.html": true }, "idlharness.any.html": [ - "Blob interface: operation bytes()", - "Blob interface: new Blob([\"TEST\"]) must inherit property \"bytes()\" with the proper type", - "Blob interface: new File([\"myFileBits\"], \"myFileName\") must inherit property \"bytes()\" with the proper type", "FileList interface: existence and properties of interface object", "FileList interface object length", "FileList interface object name", @@ -10196,9 +10193,6 @@ "FileList interface: attribute length" ], "idlharness.any.worker.html": [ - "Blob interface: operation bytes()", - "Blob interface: new Blob([\"TEST\"]) must inherit property \"bytes()\" with the proper type", - "Blob interface: new File([\"myFileBits\"], \"myFileName\") must inherit property \"bytes()\" with the proper type", "FileList interface: existence and properties of interface object", "FileList interface object length", "FileList interface object name", @@ -10220,7 +10214,6 @@ ], "FileReaderSync.worker.html": false, "idlharness.worker.html": [ - "Blob interface: operation bytes()", "FileList interface: existence and properties of interface object", "FileList interface object length", "FileList interface object name", @@ -10265,7 +10258,6 @@ "Service worker test setup" ], "idlharness.html": [ - "Blob interface: operation bytes()", "FileList interface: existence and properties of interface object", "FileList interface object length", "FileList interface object name", |