From 43a97878ce14b72f0981164f87f2e35e14151312 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 11:22:09 +0200 Subject: Adding upstream version 110.0.1. Signed-off-by: Daniel Baumann --- .../tests/infrastructure/reftest/legacy/README.md | 5 +++++ .../tests/infrastructure/reftest/legacy/fuzzy-ref-2.html | 11 +++++++++++ .../tests/infrastructure/reftest/legacy/fuzzy-ref-2a.html | 9 +++++++++ .../tests/infrastructure/reftest/legacy/reftest_and_fail.html | 5 +++++ .../infrastructure/reftest/legacy/reftest_and_fail_0-ref.html | 5 +++++ .../infrastructure/reftest/legacy/reftest_and_mismatch.html | 5 +++++ .../infrastructure/reftest/legacy/reftest_and_mismatch_0.html | 5 +++++ .../infrastructure/reftest/legacy/reftest_and_mismatch_1.html | 4 ++++ .../tests/infrastructure/reftest/legacy/reftest_cycle.html | 5 +++++ .../infrastructure/reftest/legacy/reftest_cycle_0-ref.html | 5 +++++ .../infrastructure/reftest/legacy/reftest_cycle_1-ref.html | 5 +++++ .../infrastructure/reftest/legacy/reftest_cycle_fail.html | 5 +++++ .../reftest/legacy/reftest_cycle_fail_0-ref.html | 5 +++++ .../reftest/legacy/reftest_fuzzy_chain_ini.html | 11 +++++++++++ 14 files changed, 85 insertions(+) create mode 100644 testing/web-platform/tests/infrastructure/reftest/legacy/README.md create mode 100644 testing/web-platform/tests/infrastructure/reftest/legacy/fuzzy-ref-2.html create mode 100644 testing/web-platform/tests/infrastructure/reftest/legacy/fuzzy-ref-2a.html create mode 100644 testing/web-platform/tests/infrastructure/reftest/legacy/reftest_and_fail.html create mode 100644 testing/web-platform/tests/infrastructure/reftest/legacy/reftest_and_fail_0-ref.html create mode 100644 testing/web-platform/tests/infrastructure/reftest/legacy/reftest_and_mismatch.html create mode 100644 testing/web-platform/tests/infrastructure/reftest/legacy/reftest_and_mismatch_0.html create mode 100644 testing/web-platform/tests/infrastructure/reftest/legacy/reftest_and_mismatch_1.html create mode 100644 testing/web-platform/tests/infrastructure/reftest/legacy/reftest_cycle.html create mode 100644 testing/web-platform/tests/infrastructure/reftest/legacy/reftest_cycle_0-ref.html create mode 100644 testing/web-platform/tests/infrastructure/reftest/legacy/reftest_cycle_1-ref.html create mode 100644 testing/web-platform/tests/infrastructure/reftest/legacy/reftest_cycle_fail.html create mode 100644 testing/web-platform/tests/infrastructure/reftest/legacy/reftest_cycle_fail_0-ref.html create mode 100644 testing/web-platform/tests/infrastructure/reftest/legacy/reftest_fuzzy_chain_ini.html (limited to 'testing/web-platform/tests/infrastructure/reftest/legacy') diff --git a/testing/web-platform/tests/infrastructure/reftest/legacy/README.md b/testing/web-platform/tests/infrastructure/reftest/legacy/README.md new file mode 100644 index 0000000000..01bb6f773e --- /dev/null +++ b/testing/web-platform/tests/infrastructure/reftest/legacy/README.md @@ -0,0 +1,5 @@ +This directory contains the old reftest chaining tests, based on how they worked prior to +[RFC #15](https://github.com/web-platform-tests/rfcs/blob/master/rfcs/reftest_simplification.md). + +The expectations for these match the current logic; these are included here so we have +tests that fail if any external runner is implementing this logic. diff --git a/testing/web-platform/tests/infrastructure/reftest/legacy/fuzzy-ref-2.html b/testing/web-platform/tests/infrastructure/reftest/legacy/fuzzy-ref-2.html new file mode 100644 index 0000000000..cdaf6446ed --- /dev/null +++ b/testing/web-platform/tests/infrastructure/reftest/legacy/fuzzy-ref-2.html @@ -0,0 +1,11 @@ + + + + +
diff --git a/testing/web-platform/tests/infrastructure/reftest/legacy/fuzzy-ref-2a.html b/testing/web-platform/tests/infrastructure/reftest/legacy/fuzzy-ref-2a.html new file mode 100644 index 0000000000..99da3203af --- /dev/null +++ b/testing/web-platform/tests/infrastructure/reftest/legacy/fuzzy-ref-2a.html @@ -0,0 +1,9 @@ + + +
diff --git a/testing/web-platform/tests/infrastructure/reftest/legacy/reftest_and_fail.html b/testing/web-platform/tests/infrastructure/reftest/legacy/reftest_and_fail.html new file mode 100644 index 0000000000..2960195356 --- /dev/null +++ b/testing/web-platform/tests/infrastructure/reftest/legacy/reftest_and_fail.html @@ -0,0 +1,5 @@ +Reftest chain that should fail + + \ No newline at end of file diff --git a/testing/web-platform/tests/infrastructure/reftest/legacy/reftest_and_fail_0-ref.html b/testing/web-platform/tests/infrastructure/reftest/legacy/reftest_and_fail_0-ref.html new file mode 100644 index 0000000000..565f663ed5 --- /dev/null +++ b/testing/web-platform/tests/infrastructure/reftest/legacy/reftest_and_fail_0-ref.html @@ -0,0 +1,5 @@ +Reftest chain that should fail + + diff --git a/testing/web-platform/tests/infrastructure/reftest/legacy/reftest_and_mismatch.html b/testing/web-platform/tests/infrastructure/reftest/legacy/reftest_and_mismatch.html new file mode 100644 index 0000000000..b6b4847473 --- /dev/null +++ b/testing/web-platform/tests/infrastructure/reftest/legacy/reftest_and_mismatch.html @@ -0,0 +1,5 @@ +Reftest chain with mismatch and mismatch + + diff --git a/testing/web-platform/tests/infrastructure/reftest/legacy/reftest_and_mismatch_0.html b/testing/web-platform/tests/infrastructure/reftest/legacy/reftest_and_mismatch_0.html new file mode 100644 index 0000000000..f84ce6a13a --- /dev/null +++ b/testing/web-platform/tests/infrastructure/reftest/legacy/reftest_and_mismatch_0.html @@ -0,0 +1,5 @@ +Reftest chain with mismatch and mismatch + + diff --git a/testing/web-platform/tests/infrastructure/reftest/legacy/reftest_and_mismatch_1.html b/testing/web-platform/tests/infrastructure/reftest/legacy/reftest_and_mismatch_1.html new file mode 100644 index 0000000000..05e905adaf --- /dev/null +++ b/testing/web-platform/tests/infrastructure/reftest/legacy/reftest_and_mismatch_1.html @@ -0,0 +1,4 @@ +Reftest chain with match and mismatch + diff --git a/testing/web-platform/tests/infrastructure/reftest/legacy/reftest_cycle.html b/testing/web-platform/tests/infrastructure/reftest/legacy/reftest_cycle.html new file mode 100644 index 0000000000..4a84a3b674 --- /dev/null +++ b/testing/web-platform/tests/infrastructure/reftest/legacy/reftest_cycle.html @@ -0,0 +1,5 @@ +Reftest with cycle, all match + + \ No newline at end of file diff --git a/testing/web-platform/tests/infrastructure/reftest/legacy/reftest_cycle_0-ref.html b/testing/web-platform/tests/infrastructure/reftest/legacy/reftest_cycle_0-ref.html new file mode 100644 index 0000000000..118bfd8844 --- /dev/null +++ b/testing/web-platform/tests/infrastructure/reftest/legacy/reftest_cycle_0-ref.html @@ -0,0 +1,5 @@ +OR match that should pass + + \ No newline at end of file diff --git a/testing/web-platform/tests/infrastructure/reftest/legacy/reftest_cycle_1-ref.html b/testing/web-platform/tests/infrastructure/reftest/legacy/reftest_cycle_1-ref.html new file mode 100644 index 0000000000..59be0b641d --- /dev/null +++ b/testing/web-platform/tests/infrastructure/reftest/legacy/reftest_cycle_1-ref.html @@ -0,0 +1,5 @@ +Reftest with cycle, all match + + \ No newline at end of file diff --git a/testing/web-platform/tests/infrastructure/reftest/legacy/reftest_cycle_fail.html b/testing/web-platform/tests/infrastructure/reftest/legacy/reftest_cycle_fail.html new file mode 100644 index 0000000000..175e76c4cc --- /dev/null +++ b/testing/web-platform/tests/infrastructure/reftest/legacy/reftest_cycle_fail.html @@ -0,0 +1,5 @@ +Reftest with cycle, fails + + \ No newline at end of file diff --git a/testing/web-platform/tests/infrastructure/reftest/legacy/reftest_cycle_fail_0-ref.html b/testing/web-platform/tests/infrastructure/reftest/legacy/reftest_cycle_fail_0-ref.html new file mode 100644 index 0000000000..c8e548c462 --- /dev/null +++ b/testing/web-platform/tests/infrastructure/reftest/legacy/reftest_cycle_fail_0-ref.html @@ -0,0 +1,5 @@ +Reftest with cycle, fails + + \ No newline at end of file diff --git a/testing/web-platform/tests/infrastructure/reftest/legacy/reftest_fuzzy_chain_ini.html b/testing/web-platform/tests/infrastructure/reftest/legacy/reftest_fuzzy_chain_ini.html new file mode 100644 index 0000000000..4353379ddb --- /dev/null +++ b/testing/web-platform/tests/infrastructure/reftest/legacy/reftest_fuzzy_chain_ini.html @@ -0,0 +1,11 @@ + + + + +
-- cgit v1.2.3