From b72489409aead83120e4541e264b3ab45233bcc0 Mon Sep 17 00:00:00 2001 From: Kenneth Myhra Date: Sun, 3 Dec 2023 17:50:30 +0100 Subject: [PATCH] Tests/LibWeb: Initialize Blob with string and read it from text() --- .../Blob-intialized-with-strings-read-from-text.txt | 1 + .../Blob-intialized-with-strings-read-from-text.html | 12 ++++++++++++ 2 files changed, 13 insertions(+) create mode 100644 Tests/LibWeb/Text/expected/FileAPI/Blob-intialized-with-strings-read-from-text.txt create mode 100644 Tests/LibWeb/Text/input/FileAPI/Blob-intialized-with-strings-read-from-text.html diff --git a/Tests/LibWeb/Text/expected/FileAPI/Blob-intialized-with-strings-read-from-text.txt b/Tests/LibWeb/Text/expected/FileAPI/Blob-intialized-with-strings-read-from-text.txt new file mode 100644 index 0000000000..465701e346 --- /dev/null +++ b/Tests/LibWeb/Text/expected/FileAPI/Blob-intialized-with-strings-read-from-text.txt @@ -0,0 +1 @@ +PASS \ No newline at end of file diff --git a/Tests/LibWeb/Text/input/FileAPI/Blob-intialized-with-strings-read-from-text.html b/Tests/LibWeb/Text/input/FileAPI/Blob-intialized-with-strings-read-from-text.html new file mode 100644 index 0000000000..308f714b9d --- /dev/null +++ b/Tests/LibWeb/Text/input/FileAPI/Blob-intialized-with-strings-read-from-text.html @@ -0,0 +1,12 @@ + +