From cd4175c55978e054447ff73ee28f708630b6551a Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Mon, 8 Mar 2021 14:17:31 +0100 Subject: [PATCH] more prototypes --- prototypes/webkit-blob-sandbox-fail/fail.html | 51 ++++++++++ prototypes/webkit-blob-sandbox-fail/fix.html | 98 +++++++++++++++++++ .../webkit-blob-sandbox-fail/index.html | 38 +++++++ 3 files changed, 187 insertions(+) create mode 100644 prototypes/webkit-blob-sandbox-fail/fail.html create mode 100644 prototypes/webkit-blob-sandbox-fail/fix.html create mode 100644 prototypes/webkit-blob-sandbox-fail/index.html diff --git a/prototypes/webkit-blob-sandbox-fail/fail.html b/prototypes/webkit-blob-sandbox-fail/fail.html new file mode 100644 index 00000000..974518dd --- /dev/null +++ b/prototypes/webkit-blob-sandbox-fail/fail.html @@ -0,0 +1,51 @@ + + + + + + + + + + diff --git a/prototypes/webkit-blob-sandbox-fail/fix.html b/prototypes/webkit-blob-sandbox-fail/fix.html new file mode 100644 index 00000000..2e9e9d96 --- /dev/null +++ b/prototypes/webkit-blob-sandbox-fail/fix.html @@ -0,0 +1,98 @@ + + + + + + + + + + + diff --git a/prototypes/webkit-blob-sandbox-fail/index.html b/prototypes/webkit-blob-sandbox-fail/index.html new file mode 100644 index 00000000..25bb2f04 --- /dev/null +++ b/prototypes/webkit-blob-sandbox-fail/index.html @@ -0,0 +1,38 @@ + + + + + + + + + + \ No newline at end of file