From 0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:47:29 +0200 Subject: Adding upstream version 115.8.0esr. Signed-off-by: Daniel Baumann --- .../tests/infrastructure/expected-fail/failing-test.html | 10 ++++++++++ .../tests/infrastructure/expected-fail/timeout.html | 8 ++++++++ .../expected-fail/uncaught-exception-following-subtest.html | 9 +++++++++ .../expected-fail/uncaught-exception-single-test.html | 9 +++++++++ .../infrastructure/expected-fail/uncaught-exception.html | 8 ++++++++ .../expected-fail/unhandled-rejection-following-subtest.html | 11 +++++++++++ .../expected-fail/unhandled-rejection-single-test.html | 9 +++++++++ .../infrastructure/expected-fail/unhandled-rejection.html | 8 ++++++++ 8 files changed, 72 insertions(+) create mode 100644 testing/web-platform/tests/infrastructure/expected-fail/failing-test.html create mode 100644 testing/web-platform/tests/infrastructure/expected-fail/timeout.html create mode 100644 testing/web-platform/tests/infrastructure/expected-fail/uncaught-exception-following-subtest.html create mode 100644 testing/web-platform/tests/infrastructure/expected-fail/uncaught-exception-single-test.html create mode 100644 testing/web-platform/tests/infrastructure/expected-fail/uncaught-exception.html create mode 100644 testing/web-platform/tests/infrastructure/expected-fail/unhandled-rejection-following-subtest.html create mode 100644 testing/web-platform/tests/infrastructure/expected-fail/unhandled-rejection-single-test.html create mode 100644 testing/web-platform/tests/infrastructure/expected-fail/unhandled-rejection.html (limited to 'testing/web-platform/tests/infrastructure/expected-fail') diff --git a/testing/web-platform/tests/infrastructure/expected-fail/failing-test.html b/testing/web-platform/tests/infrastructure/expected-fail/failing-test.html new file mode 100644 index 0000000000..249099c06f --- /dev/null +++ b/testing/web-platform/tests/infrastructure/expected-fail/failing-test.html @@ -0,0 +1,10 @@ + + +Failing test + + + diff --git a/testing/web-platform/tests/infrastructure/expected-fail/timeout.html b/testing/web-platform/tests/infrastructure/expected-fail/timeout.html new file mode 100644 index 0000000000..29ff348a9a --- /dev/null +++ b/testing/web-platform/tests/infrastructure/expected-fail/timeout.html @@ -0,0 +1,8 @@ + + +Test that should time out + + + diff --git a/testing/web-platform/tests/infrastructure/expected-fail/uncaught-exception-following-subtest.html b/testing/web-platform/tests/infrastructure/expected-fail/uncaught-exception-following-subtest.html new file mode 100644 index 0000000000..ed95c60328 --- /dev/null +++ b/testing/web-platform/tests/infrastructure/expected-fail/uncaught-exception-following-subtest.html @@ -0,0 +1,9 @@ + + +Uncaught exception following subtest + + + diff --git a/testing/web-platform/tests/infrastructure/expected-fail/uncaught-exception-single-test.html b/testing/web-platform/tests/infrastructure/expected-fail/uncaught-exception-single-test.html new file mode 100644 index 0000000000..4f88704cad --- /dev/null +++ b/testing/web-platform/tests/infrastructure/expected-fail/uncaught-exception-single-test.html @@ -0,0 +1,9 @@ + + +Uncaught exception in single-page test + + + diff --git a/testing/web-platform/tests/infrastructure/expected-fail/uncaught-exception.html b/testing/web-platform/tests/infrastructure/expected-fail/uncaught-exception.html new file mode 100644 index 0000000000..4442d51375 --- /dev/null +++ b/testing/web-platform/tests/infrastructure/expected-fail/uncaught-exception.html @@ -0,0 +1,8 @@ + + +Uncaught exception + + + diff --git a/testing/web-platform/tests/infrastructure/expected-fail/unhandled-rejection-following-subtest.html b/testing/web-platform/tests/infrastructure/expected-fail/unhandled-rejection-following-subtest.html new file mode 100644 index 0000000000..d8cab6d910 --- /dev/null +++ b/testing/web-platform/tests/infrastructure/expected-fail/unhandled-rejection-following-subtest.html @@ -0,0 +1,11 @@ + + +Unhandled rejection following subtest + + + diff --git a/testing/web-platform/tests/infrastructure/expected-fail/unhandled-rejection-single-test.html b/testing/web-platform/tests/infrastructure/expected-fail/unhandled-rejection-single-test.html new file mode 100644 index 0000000000..925787191c --- /dev/null +++ b/testing/web-platform/tests/infrastructure/expected-fail/unhandled-rejection-single-test.html @@ -0,0 +1,9 @@ + + +Unhandled rejection in single-page test + + + diff --git a/testing/web-platform/tests/infrastructure/expected-fail/unhandled-rejection.html b/testing/web-platform/tests/infrastructure/expected-fail/unhandled-rejection.html new file mode 100644 index 0000000000..f25f6e088f --- /dev/null +++ b/testing/web-platform/tests/infrastructure/expected-fail/unhandled-rejection.html @@ -0,0 +1,8 @@ + + +Unhandled rejection + + + -- cgit v1.2.3