From 96785dc2c2e277d10da2fb3dabe22033ed768fd2 Mon Sep 17 00:00:00 2001 From: RedYetiDev <38299977+RedYetiDev@users.noreply.github.com> Date: Mon, 30 Sep 2024 15:37:40 -0400 Subject: [PATCH 1/2] test: update `FileAPI` wpt --- ...-partition-navigation.tentative.https.html | 128 ++++++ ...ition-worker-creation.tentative.https.html | 150 +++++++ .../cross-partition.tentative.https.html | 419 ++++++++++++++---- .../wpt/FileAPI/blob/Blob-constructor.any.js | 12 +- .../filereader_readAsArrayBuffer.any.js | 1 + test/fixtures/wpt/FileAPI/support/Blob.js | 34 +- .../FileAPI/support/send-file-form-helper.js | 2 +- .../support/send-file-formdata-helper.js | 2 +- test/fixtures/wpt/README.md | 2 +- test/fixtures/wpt/versions.json | 2 +- test/wpt/status/FileAPI/blob.json | 35 +- 11 files changed, 636 insertions(+), 151 deletions(-) create mode 100644 test/fixtures/wpt/FileAPI/BlobURL/cross-partition-navigation.tentative.https.html create mode 100644 test/fixtures/wpt/FileAPI/BlobURL/cross-partition-worker-creation.tentative.https.html diff --git a/test/fixtures/wpt/FileAPI/BlobURL/cross-partition-navigation.tentative.https.html b/test/fixtures/wpt/FileAPI/BlobURL/cross-partition-navigation.tentative.https.html new file mode 100644 index 00000000000000..80d3f6818b4d82 --- /dev/null +++ b/test/fixtures/wpt/FileAPI/BlobURL/cross-partition-navigation.tentative.https.html @@ -0,0 +1,128 @@ + + + + + + + + + + + + +
+ + \ No newline at end of file diff --git a/test/fixtures/wpt/FileAPI/BlobURL/cross-partition-worker-creation.tentative.https.html b/test/fixtures/wpt/FileAPI/BlobURL/cross-partition-worker-creation.tentative.https.html new file mode 100644 index 00000000000000..c8234cfb769b05 --- /dev/null +++ b/test/fixtures/wpt/FileAPI/BlobURL/cross-partition-worker-creation.tentative.https.html @@ -0,0 +1,150 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/test/fixtures/wpt/FileAPI/BlobURL/cross-partition.tentative.https.html b/test/fixtures/wpt/FileAPI/BlobURL/cross-partition.tentative.https.html index c75ce07d054eb7..5cdaad5f0af2d5 100644 --- a/test/fixtures/wpt/FileAPI/BlobURL/cross-partition.tentative.https.html +++ b/test/fixtures/wpt/FileAPI/BlobURL/cross-partition.tentative.https.html @@ -13,31 +13,54 @@ - +