Commit bcad560 1 parent b8f436c commit bcad560 Copy full SHA for bcad560
File tree 4 files changed +17
-2
lines changed
4 files changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ See [test/wpt](../../wpt/README.md) for information on how these tests are run.
11
11
Last update:
12
12
13
13
- common: https://github.com/web-platform-tests/wpt/tree/dbd648158d/common
14
- - compression: https://github.com/web-platform-tests/wpt/tree/c82521cfa5 /compression
14
+ - compression: https://github.com/web-platform-tests/wpt/tree/5aa50dd415 /compression
15
15
- console: https://github.com/web-platform-tests/wpt/tree/767ae35464/console
16
16
- dom/abort: https://github.com/web-platform-tests/wpt/tree/d1f1ecbd52/dom/abort
17
17
- dom/events: https://github.com/web-platform-tests/wpt/tree/ab8999891c/dom/events
Original file line number Diff line number Diff line change
1
+ features :
2
+ - name : compression-streams
3
+ files : " **"
Original file line number Diff line number Diff line change @@ -47,6 +47,10 @@ const bufferSourceChunksForDeflate = [
47
47
name : 'Uint32Array' ,
48
48
value : new Uint32Array ( new Uint8Array ( compressedBytesWithDeflate ) . buffer )
49
49
} ,
50
+ {
51
+ name : 'Float16Array' ,
52
+ value : new Float16Array ( new Uint8Array ( compressedBytesWithDeflate ) . buffer )
53
+ } ,
50
54
{
51
55
name : 'Float32Array' ,
52
56
value : new Float32Array ( new Uint8Array ( compressedBytesWithDeflate ) . buffer )
@@ -94,6 +98,10 @@ const bufferSourceChunksForGzip = [
94
98
name : 'Uint32Array' ,
95
99
value : new Uint32Array ( new Uint8Array ( compressedBytesWithGzip ) . buffer )
96
100
} ,
101
+ {
102
+ name : 'Float16Array' ,
103
+ value : new Float16Array ( new Uint8Array ( compressedBytesWithGzip ) . buffer )
104
+ } ,
97
105
{
98
106
name : 'Float32Array' ,
99
107
value : new Float32Array ( new Uint8Array ( compressedBytesWithGzip ) . buffer )
@@ -141,6 +149,10 @@ const bufferSourceChunksForDeflateRaw = [
141
149
name : 'Uint32Array' ,
142
150
value : new Uint32Array ( new Uint8Array ( compressedBytesWithDeflateRaw ) . buffer )
143
151
} ,
152
+ {
153
+ name : 'Float16Array' ,
154
+ value : new Float16Array ( new Uint8Array ( compressedBytesWithDeflateRaw ) . buffer )
155
+ } ,
144
156
{
145
157
name : 'Float32Array' ,
146
158
value : new Float32Array ( new Uint8Array ( compressedBytesWithDeflateRaw ) . buffer )
Original file line number Diff line number Diff line change 4
4
"path" : " common"
5
5
},
6
6
"compression" : {
7
- "commit" : " c82521cfa587505746a853a24d22589633825b10 " ,
7
+ "commit" : " 5aa50dd4151b5bc1d04d5505366c6e27df30af5b " ,
8
8
"path" : " compression"
9
9
},
10
10
"console" : {
You can’t perform that action at this time.
0 commit comments