|
453 | 453 | "expectations": ["FAIL"], |
454 | 454 | "comment": "TODO: add a comment explaining why this expectation is required (include links to issues)" |
455 | 455 | }, |
456 | | - { |
457 | | - "testIdPattern": "[network.spec] network Request.postData should work with blobs", |
458 | | - "platforms": ["darwin", "linux", "win32"], |
459 | | - "parameters": ["webDriverBiDi"], |
460 | | - "expectations": ["FAIL"], |
461 | | - "comment": "https://github.com/w3c/webdriver-bidi/issues/747" |
462 | | - }, |
463 | 456 | { |
464 | 457 | "testIdPattern": "[network.spec] network Request.resourceType *", |
465 | 458 | "platforms": ["darwin", "linux", "win32"], |
|
1285 | 1278 | "expectations": ["FAIL", "PASS"], |
1286 | 1279 | "comment": "TODO: add a comment explaining why this expectation is required (include links to issues)" |
1287 | 1280 | }, |
| 1281 | + { |
| 1282 | + "testIdPattern": "[network.spec] network Request.fetchPostData should work", |
| 1283 | + "platforms": ["darwin", "linux", "win32"], |
| 1284 | + "parameters": ["firefox", "webDriverBiDi"], |
| 1285 | + "expectations": ["FAIL"], |
| 1286 | + "comment": "network.getData(request) is not yet supported" |
| 1287 | + }, |
| 1288 | + { |
| 1289 | + "testIdPattern": "[network.spec] network Request.fetchPostData should work with blobs", |
| 1290 | + "platforms": ["darwin", "linux", "win32"], |
| 1291 | + "parameters": ["firefox", "webDriverBiDi"], |
| 1292 | + "expectations": ["FAIL"], |
| 1293 | + "comment": "network.getData(request) is not yet supported" |
| 1294 | + }, |
1288 | 1295 | { |
1289 | 1296 | "testIdPattern": "[network.spec] network Request.postData should be |undefined| when there is no post data", |
1290 | 1297 | "platforms": ["darwin", "linux", "win32"], |
|
1299 | 1306 | "expectations": ["FAIL"], |
1300 | 1307 | "comment": "TODO: add a comment explaining why this expectation is required (include links to issues)" |
1301 | 1308 | }, |
| 1309 | + { |
| 1310 | + "testIdPattern": "[network.spec] network Request.postData should work with blobs", |
| 1311 | + "platforms": ["darwin", "linux", "win32"], |
| 1312 | + "parameters": ["firefox", "webDriverBiDi"], |
| 1313 | + "expectations": ["FAIL"], |
| 1314 | + "comment": "network.getData(request) is not yet supported" |
| 1315 | + }, |
1302 | 1316 | { |
1303 | 1317 | "testIdPattern": "[network.spec] network Response.text should throw when requesting body of redirected response", |
1304 | 1318 | "platforms": ["darwin", "linux", "win32"], |
|
0 commit comments