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 --- .../workers/semantics/reporting-errors/001.html | 53 +++++++++++++++++++ .../workers/semantics/reporting-errors/002.html | 59 ++++++++++++++++++++++ .../workers/semantics/reporting-errors/003.html | 39 ++++++++++++++ .../workers/semantics/reporting-errors/004-1.html | 18 +++++++ .../workers/semantics/reporting-errors/004.html | 39 ++++++++++++++ 5 files changed, 208 insertions(+) create mode 100644 testing/web-platform/tests/workers/semantics/reporting-errors/001.html create mode 100644 testing/web-platform/tests/workers/semantics/reporting-errors/002.html create mode 100644 testing/web-platform/tests/workers/semantics/reporting-errors/003.html create mode 100644 testing/web-platform/tests/workers/semantics/reporting-errors/004-1.html create mode 100644 testing/web-platform/tests/workers/semantics/reporting-errors/004.html (limited to 'testing/web-platform/tests/workers/semantics/reporting-errors') diff --git a/testing/web-platform/tests/workers/semantics/reporting-errors/001.html b/testing/web-platform/tests/workers/semantics/reporting-errors/001.html new file mode 100644 index 000000000..adba81f63 --- /dev/null +++ b/testing/web-platform/tests/workers/semantics/reporting-errors/001.html @@ -0,0 +1,53 @@ + + +shared worker, not handled + + +
+ + diff --git a/testing/web-platform/tests/workers/semantics/reporting-errors/002.html b/testing/web-platform/tests/workers/semantics/reporting-errors/002.html new file mode 100644 index 000000000..c2cd377b4 --- /dev/null +++ b/testing/web-platform/tests/workers/semantics/reporting-errors/002.html @@ -0,0 +1,59 @@ + + +shared worker, addEventListener + + +
+ + diff --git a/testing/web-platform/tests/workers/semantics/reporting-errors/003.html b/testing/web-platform/tests/workers/semantics/reporting-errors/003.html new file mode 100644 index 000000000..1b01c7caf --- /dev/null +++ b/testing/web-platform/tests/workers/semantics/reporting-errors/003.html @@ -0,0 +1,39 @@ + + +shared worker, no error event on worker or port + + +
+ + diff --git a/testing/web-platform/tests/workers/semantics/reporting-errors/004-1.html b/testing/web-platform/tests/workers/semantics/reporting-errors/004-1.html new file mode 100644 index 000000000..676c21e60 --- /dev/null +++ b/testing/web-platform/tests/workers/semantics/reporting-errors/004-1.html @@ -0,0 +1,18 @@ + + diff --git a/testing/web-platform/tests/workers/semantics/reporting-errors/004.html b/testing/web-platform/tests/workers/semantics/reporting-errors/004.html new file mode 100644 index 000000000..1dd1eb3b5 --- /dev/null +++ b/testing/web-platform/tests/workers/semantics/reporting-errors/004.html @@ -0,0 +1,39 @@ + + +shared worker in two documents and window.onerror + + +
+ + -- cgit v1.2.3