From 5f8de423f190bbb79a62f804151bc24824fa32d8 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Fri, 2 Feb 2018 04:16:08 -0500 Subject: Add m-esr52 at 52.6.0 --- .../submission/Microsoft/structuredclone/echo.js | 1 + .../structuredclone/structuredclone_0.html | 400 +++++++++++++++++++++ 2 files changed, 401 insertions(+) create mode 100644 testing/web-platform/tests/old-tests/submission/Microsoft/structuredclone/echo.js create mode 100644 testing/web-platform/tests/old-tests/submission/Microsoft/structuredclone/structuredclone_0.html (limited to 'testing/web-platform/tests/old-tests/submission/Microsoft/structuredclone') 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 diff --git a/testing/web-platform/tests/old-tests/submission/Microsoft/structuredclone/structuredclone_0.html b/testing/web-platform/tests/old-tests/submission/Microsoft/structuredclone/structuredclone_0.html new file mode 100644 index 000000000..ed0e35d9a --- /dev/null +++ b/testing/web-platform/tests/old-tests/submission/Microsoft/structuredclone/structuredclone_0.html @@ -0,0 +1,400 @@ + + + + + 2.8 Common DOM interfaces - Structured Clone Algorithm + + + + + +
+ + + + -- cgit v1.2.3