summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/old-tests/submission/Microsoft/structuredclone/echo.js
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/old-tests/submission/Microsoft/structuredclone/echo.js')
-rw-r--r--testing/web-platform/tests/old-tests/submission/Microsoft/structuredclone/echo.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/web-platform/tests/old-tests/submission/Microsoft/structuredclone/echo.js b/testing/web-platform/tests/old-tests/submission/Microsoft/structuredclone/echo.js
new file mode 100644
index 000000000..02184921c
--- /dev/null
+++ b/testing/web-platform/tests/old-tests/submission/Microsoft/structuredclone/echo.js
@@ -0,0 +1 @@
+onmessage = function (ev) { postMessage(ev.data); } \ No newline at end of file