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/fuzzy-ref-1.html | 9 +++++++++ .../tests/infrastructure/reftest/green-ref.html | 4 ++++ .../web-platform/tests/infrastructure/reftest/green.html | 3 +++ .../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 +++++++++ .../infrastructure/reftest/legacy/reftest_and_fail.html | 5 +++++ .../reftest/legacy/reftest_and_fail_0-ref.html | 5 +++++ .../reftest/legacy/reftest_and_mismatch.html | 5 +++++ .../reftest/legacy/reftest_and_mismatch_0.html | 5 +++++ .../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 +++++++++++ testing/web-platform/tests/infrastructure/reftest/red.html | 3 +++ .../tests/infrastructure/reftest/reftest.https.html | 9 +++++++++ .../tests/infrastructure/reftest/reftest.www.sub.html | 10 ++++++++++ .../tests/infrastructure/reftest/reftest_fuzzy_1.html | 12 ++++++++++++ .../infrastructure/reftest/reftest_fuzzy_ini_full.html | 13 +++++++++++++ .../infrastructure/reftest/reftest_fuzzy_ini_ref_only.html | 13 +++++++++++++ .../infrastructure/reftest/reftest_fuzzy_ini_short.html | 13 +++++++++++++ .../reftest/reftest_fuzzy_no_differences.html | 13 +++++++++++++ .../reftest/reftest_fuzzy_no_differences_1.html | 13 +++++++++++++ .../infrastructure/reftest/reftest_match-print-ref.html | 13 +++++++++++++ .../tests/infrastructure/reftest/reftest_match-print.html | 12 ++++++++++++ .../tests/infrastructure/reftest/reftest_match.html | 5 +++++ .../reftest/reftest_match_and_mismatch-0.html | 6 ++++++ .../reftest/reftest_match_and_mismatch-1.html | 6 ++++++ .../reftest/reftest_match_and_mismatch-2.html | 7 +++++++ .../reftest/reftest_match_and_mismatch-3.html | 7 +++++++ .../reftest/reftest_match_and_mismatch-4.html | 7 +++++++ .../reftest/reftest_match_and_mismatch-5.html | 7 +++++++ .../reftest/reftest_match_and_mismatch-6.html | 8 ++++++++ .../reftest/reftest_match_and_mismatch-7.html | 8 ++++++++ .../infrastructure/reftest/reftest_match_fail-print.html | 12 ++++++++++++ .../tests/infrastructure/reftest/reftest_match_fail.html | 5 +++++ .../reftest/reftest_mismatch-num-pages-print.html | 3 +++ .../infrastructure/reftest/reftest_mismatch-print.html | 13 +++++++++++++ .../tests/infrastructure/reftest/reftest_mismatch.html | 5 +++++ .../reftest/reftest_mismatch_fail-print.html | 13 +++++++++++++ .../infrastructure/reftest/reftest_mismatch_fail.html | 5 +++++ .../reftest/reftest_mismatch_page_margins-print.html | 13 +++++++++++++ .../infrastructure/reftest/reftest_multiple_match-0.html | 6 ++++++ .../infrastructure/reftest/reftest_multiple_match-1.html | 6 ++++++ .../reftest/reftest_multiple_mismatch-0.html | 6 ++++++ .../reftest/reftest_multiple_mismatch-1.html | 6 ++++++ .../infrastructure/reftest/reftest_ref_timeout-ref.html | 5 +++++ .../tests/infrastructure/reftest/reftest_ref_timeout.html | 6 ++++++ .../tests/infrastructure/reftest/reftest_timeout.html | 6 ++++++ .../tests/infrastructure/reftest/reftest_wait_0.html | 13 +++++++++++++ .../infrastructure/reftest/reftest_wait_TestRendered.html | 14 ++++++++++++++ .../tests/infrastructure/reftest/size-ref.html | 2 ++ .../web-platform/tests/infrastructure/reftest/size.html | 6 ++++++ 56 files changed, 431 insertions(+) create mode 100644 testing/web-platform/tests/infrastructure/reftest/fuzzy-ref-1.html create mode 100644 testing/web-platform/tests/infrastructure/reftest/green-ref.html create mode 100644 testing/web-platform/tests/infrastructure/reftest/green.html 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 create mode 100644 testing/web-platform/tests/infrastructure/reftest/red.html create mode 100644 testing/web-platform/tests/infrastructure/reftest/reftest.https.html create mode 100644 testing/web-platform/tests/infrastructure/reftest/reftest.www.sub.html create mode 100644 testing/web-platform/tests/infrastructure/reftest/reftest_fuzzy_1.html create mode 100644 testing/web-platform/tests/infrastructure/reftest/reftest_fuzzy_ini_full.html create mode 100644 testing/web-platform/tests/infrastructure/reftest/reftest_fuzzy_ini_ref_only.html create mode 100644 testing/web-platform/tests/infrastructure/reftest/reftest_fuzzy_ini_short.html create mode 100644 testing/web-platform/tests/infrastructure/reftest/reftest_fuzzy_no_differences.html create mode 100644 testing/web-platform/tests/infrastructure/reftest/reftest_fuzzy_no_differences_1.html create mode 100644 testing/web-platform/tests/infrastructure/reftest/reftest_match-print-ref.html create mode 100644 testing/web-platform/tests/infrastructure/reftest/reftest_match-print.html create mode 100644 testing/web-platform/tests/infrastructure/reftest/reftest_match.html create mode 100644 testing/web-platform/tests/infrastructure/reftest/reftest_match_and_mismatch-0.html create mode 100644 testing/web-platform/tests/infrastructure/reftest/reftest_match_and_mismatch-1.html create mode 100644 testing/web-platform/tests/infrastructure/reftest/reftest_match_and_mismatch-2.html create mode 100644 testing/web-platform/tests/infrastructure/reftest/reftest_match_and_mismatch-3.html create mode 100644 testing/web-platform/tests/infrastructure/reftest/reftest_match_and_mismatch-4.html create mode 100644 testing/web-platform/tests/infrastructure/reftest/reftest_match_and_mismatch-5.html create mode 100644 testing/web-platform/tests/infrastructure/reftest/reftest_match_and_mismatch-6.html create mode 100644 testing/web-platform/tests/infrastructure/reftest/reftest_match_and_mismatch-7.html create mode 100644 testing/web-platform/tests/infrastructure/reftest/reftest_match_fail-print.html create mode 100644 testing/web-platform/tests/infrastructure/reftest/reftest_match_fail.html create mode 100644 testing/web-platform/tests/infrastructure/reftest/reftest_mismatch-num-pages-print.html create mode 100644 testing/web-platform/tests/infrastructure/reftest/reftest_mismatch-print.html create mode 100644 testing/web-platform/tests/infrastructure/reftest/reftest_mismatch.html create mode 100644 testing/web-platform/tests/infrastructure/reftest/reftest_mismatch_fail-print.html create mode 100644 testing/web-platform/tests/infrastructure/reftest/reftest_mismatch_fail.html create mode 100644 testing/web-platform/tests/infrastructure/reftest/reftest_mismatch_page_margins-print.html create mode 100644 testing/web-platform/tests/infrastructure/reftest/reftest_multiple_match-0.html create mode 100644 testing/web-platform/tests/infrastructure/reftest/reftest_multiple_match-1.html create mode 100644 testing/web-platform/tests/infrastructure/reftest/reftest_multiple_mismatch-0.html create mode 100644 testing/web-platform/tests/infrastructure/reftest/reftest_multiple_mismatch-1.html create mode 100644 testing/web-platform/tests/infrastructure/reftest/reftest_ref_timeout-ref.html create mode 100644 testing/web-platform/tests/infrastructure/reftest/reftest_ref_timeout.html create mode 100644 testing/web-platform/tests/infrastructure/reftest/reftest_timeout.html create mode 100644 testing/web-platform/tests/infrastructure/reftest/reftest_wait_0.html create mode 100644 testing/web-platform/tests/infrastructure/reftest/reftest_wait_TestRendered.html create mode 100644 testing/web-platform/tests/infrastructure/reftest/size-ref.html create mode 100644 testing/web-platform/tests/infrastructure/reftest/size.html (limited to 'testing/web-platform/tests/infrastructure/reftest') diff --git a/testing/web-platform/tests/infrastructure/reftest/fuzzy-ref-1.html b/testing/web-platform/tests/infrastructure/reftest/fuzzy-ref-1.html new file mode 100644 index 0000000000..e50fc11ef6 --- /dev/null +++ b/testing/web-platform/tests/infrastructure/reftest/fuzzy-ref-1.html @@ -0,0 +1,9 @@ + + +
diff --git a/testing/web-platform/tests/infrastructure/reftest/green-ref.html b/testing/web-platform/tests/infrastructure/reftest/green-ref.html new file mode 100644 index 0000000000..0e145d60b5 --- /dev/null +++ b/testing/web-platform/tests/infrastructure/reftest/green-ref.html @@ -0,0 +1,4 @@ + + \ No newline at end of file diff --git a/testing/web-platform/tests/infrastructure/reftest/green.html b/testing/web-platform/tests/infrastructure/reftest/green.html new file mode 100644 index 0000000000..38167bb58d --- /dev/null +++ b/testing/web-platform/tests/infrastructure/reftest/green.html @@ -0,0 +1,3 @@ + \ No newline at end of file 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 @@ + + + + +
diff --git a/testing/web-platform/tests/infrastructure/reftest/red.html b/testing/web-platform/tests/infrastructure/reftest/red.html new file mode 100644 index 0000000000..2b677e0063 --- /dev/null +++ b/testing/web-platform/tests/infrastructure/reftest/red.html @@ -0,0 +1,3 @@ + \ No newline at end of file diff --git a/testing/web-platform/tests/infrastructure/reftest/reftest.https.html b/testing/web-platform/tests/infrastructure/reftest/reftest.https.html new file mode 100644 index 0000000000..5a45f10f35 --- /dev/null +++ b/testing/web-platform/tests/infrastructure/reftest/reftest.https.html @@ -0,0 +1,9 @@ + + + \ No newline at end of file diff --git a/testing/web-platform/tests/infrastructure/reftest/reftest.www.sub.html b/testing/web-platform/tests/infrastructure/reftest/reftest.www.sub.html new file mode 100644 index 0000000000..ccffd98f43 --- /dev/null +++ b/testing/web-platform/tests/infrastructure/reftest/reftest.www.sub.html @@ -0,0 +1,10 @@ +Tests that reftests obey the 'www' file-flag + + + diff --git a/testing/web-platform/tests/infrastructure/reftest/reftest_fuzzy_1.html b/testing/web-platform/tests/infrastructure/reftest/reftest_fuzzy_1.html new file mode 100644 index 0000000000..1930fe0ae8 --- /dev/null +++ b/testing/web-platform/tests/infrastructure/reftest/reftest_fuzzy_1.html @@ -0,0 +1,12 @@ + + + + +
+ diff --git a/testing/web-platform/tests/infrastructure/reftest/reftest_fuzzy_ini_full.html b/testing/web-platform/tests/infrastructure/reftest/reftest_fuzzy_ini_full.html new file mode 100644 index 0000000000..7429025798 --- /dev/null +++ b/testing/web-platform/tests/infrastructure/reftest/reftest_fuzzy_ini_full.html @@ -0,0 +1,13 @@ + + + + + +
+ diff --git a/testing/web-platform/tests/infrastructure/reftest/reftest_fuzzy_ini_ref_only.html b/testing/web-platform/tests/infrastructure/reftest/reftest_fuzzy_ini_ref_only.html new file mode 100644 index 0000000000..7429025798 --- /dev/null +++ b/testing/web-platform/tests/infrastructure/reftest/reftest_fuzzy_ini_ref_only.html @@ -0,0 +1,13 @@ + + + + + +
+ diff --git a/testing/web-platform/tests/infrastructure/reftest/reftest_fuzzy_ini_short.html b/testing/web-platform/tests/infrastructure/reftest/reftest_fuzzy_ini_short.html new file mode 100644 index 0000000000..7429025798 --- /dev/null +++ b/testing/web-platform/tests/infrastructure/reftest/reftest_fuzzy_ini_short.html @@ -0,0 +1,13 @@ + + + + + +
+ diff --git a/testing/web-platform/tests/infrastructure/reftest/reftest_fuzzy_no_differences.html b/testing/web-platform/tests/infrastructure/reftest/reftest_fuzzy_no_differences.html new file mode 100644 index 0000000000..95863904aa --- /dev/null +++ b/testing/web-platform/tests/infrastructure/reftest/reftest_fuzzy_no_differences.html @@ -0,0 +1,13 @@ + + + + + +
diff --git a/testing/web-platform/tests/infrastructure/reftest/reftest_fuzzy_no_differences_1.html b/testing/web-platform/tests/infrastructure/reftest/reftest_fuzzy_no_differences_1.html new file mode 100644 index 0000000000..9513f9bda8 --- /dev/null +++ b/testing/web-platform/tests/infrastructure/reftest/reftest_fuzzy_no_differences_1.html @@ -0,0 +1,13 @@ + + + + + +
diff --git a/testing/web-platform/tests/infrastructure/reftest/reftest_match-print-ref.html b/testing/web-platform/tests/infrastructure/reftest/reftest_match-print-ref.html new file mode 100644 index 0000000000..5bc16469c8 --- /dev/null +++ b/testing/web-platform/tests/infrastructure/reftest/reftest_match-print-ref.html @@ -0,0 +1,13 @@ + + + +
+page 1 +
+
+page 2 +
diff --git a/testing/web-platform/tests/infrastructure/reftest/reftest_match-print.html b/testing/web-platform/tests/infrastructure/reftest/reftest_match-print.html new file mode 100644 index 0000000000..1b979db965 --- /dev/null +++ b/testing/web-platform/tests/infrastructure/reftest/reftest_match-print.html @@ -0,0 +1,12 @@ +rel=match that should pass + + +
+page 1 +
+
+page 2 +
diff --git a/testing/web-platform/tests/infrastructure/reftest/reftest_match.html b/testing/web-platform/tests/infrastructure/reftest/reftest_match.html new file mode 100644 index 0000000000..333cc6c1ec --- /dev/null +++ b/testing/web-platform/tests/infrastructure/reftest/reftest_match.html @@ -0,0 +1,5 @@ +rel=match that should pass + + \ No newline at end of file diff --git a/testing/web-platform/tests/infrastructure/reftest/reftest_match_and_mismatch-0.html b/testing/web-platform/tests/infrastructure/reftest/reftest_match_and_mismatch-0.html new file mode 100644 index 0000000000..9f52615a64 --- /dev/null +++ b/testing/web-platform/tests/infrastructure/reftest/reftest_match_and_mismatch-0.html @@ -0,0 +1,6 @@ +AND match/mismatch that should fail + + + diff --git a/testing/web-platform/tests/infrastructure/reftest/reftest_match_and_mismatch-1.html b/testing/web-platform/tests/infrastructure/reftest/reftest_match_and_mismatch-1.html new file mode 100644 index 0000000000..1bba49ea0d --- /dev/null +++ b/testing/web-platform/tests/infrastructure/reftest/reftest_match_and_mismatch-1.html @@ -0,0 +1,6 @@ +AND match/mismatch that should fail + + + diff --git a/testing/web-platform/tests/infrastructure/reftest/reftest_match_and_mismatch-2.html b/testing/web-platform/tests/infrastructure/reftest/reftest_match_and_mismatch-2.html new file mode 100644 index 0000000000..60141aedf8 --- /dev/null +++ b/testing/web-platform/tests/infrastructure/reftest/reftest_match_and_mismatch-2.html @@ -0,0 +1,7 @@ +OR match AND mismatch that should pass + + + + diff --git a/testing/web-platform/tests/infrastructure/reftest/reftest_match_and_mismatch-3.html b/testing/web-platform/tests/infrastructure/reftest/reftest_match_and_mismatch-3.html new file mode 100644 index 0000000000..f707c1b13f --- /dev/null +++ b/testing/web-platform/tests/infrastructure/reftest/reftest_match_and_mismatch-3.html @@ -0,0 +1,7 @@ +OR match AND mismatch that should pass + + + + diff --git a/testing/web-platform/tests/infrastructure/reftest/reftest_match_and_mismatch-4.html b/testing/web-platform/tests/infrastructure/reftest/reftest_match_and_mismatch-4.html new file mode 100644 index 0000000000..ac08cb70b6 --- /dev/null +++ b/testing/web-platform/tests/infrastructure/reftest/reftest_match_and_mismatch-4.html @@ -0,0 +1,7 @@ +OR match AND mismatch that should fail + + + + diff --git a/testing/web-platform/tests/infrastructure/reftest/reftest_match_and_mismatch-5.html b/testing/web-platform/tests/infrastructure/reftest/reftest_match_and_mismatch-5.html new file mode 100644 index 0000000000..b30d84a2dd --- /dev/null +++ b/testing/web-platform/tests/infrastructure/reftest/reftest_match_and_mismatch-5.html @@ -0,0 +1,7 @@ +OR match AND mismatch that should fail + + + + diff --git a/testing/web-platform/tests/infrastructure/reftest/reftest_match_and_mismatch-6.html b/testing/web-platform/tests/infrastructure/reftest/reftest_match_and_mismatch-6.html new file mode 100644 index 0000000000..1a2dcc204a --- /dev/null +++ b/testing/web-platform/tests/infrastructure/reftest/reftest_match_and_mismatch-6.html @@ -0,0 +1,8 @@ +OR match AND mismatch that should fail + + + + + diff --git a/testing/web-platform/tests/infrastructure/reftest/reftest_match_and_mismatch-7.html b/testing/web-platform/tests/infrastructure/reftest/reftest_match_and_mismatch-7.html new file mode 100644 index 0000000000..073e220611 --- /dev/null +++ b/testing/web-platform/tests/infrastructure/reftest/reftest_match_and_mismatch-7.html @@ -0,0 +1,8 @@ +OR match AND mismatch that should fail + + + + + diff --git a/testing/web-platform/tests/infrastructure/reftest/reftest_match_fail-print.html b/testing/web-platform/tests/infrastructure/reftest/reftest_match_fail-print.html new file mode 100644 index 0000000000..92c5fa6a69 --- /dev/null +++ b/testing/web-platform/tests/infrastructure/reftest/reftest_match_fail-print.html @@ -0,0 +1,12 @@ +rel=match that should fail + + +
+page 1 +
+
+Another page +
diff --git a/testing/web-platform/tests/infrastructure/reftest/reftest_match_fail.html b/testing/web-platform/tests/infrastructure/reftest/reftest_match_fail.html new file mode 100644 index 0000000000..a9272ef74d --- /dev/null +++ b/testing/web-platform/tests/infrastructure/reftest/reftest_match_fail.html @@ -0,0 +1,5 @@ +rel=match that should fail + + \ No newline at end of file diff --git a/testing/web-platform/tests/infrastructure/reftest/reftest_mismatch-num-pages-print.html b/testing/web-platform/tests/infrastructure/reftest/reftest_mismatch-num-pages-print.html new file mode 100644 index 0000000000..5efb590653 --- /dev/null +++ b/testing/web-platform/tests/infrastructure/reftest/reftest_mismatch-num-pages-print.html @@ -0,0 +1,3 @@ + + + diff --git a/testing/web-platform/tests/infrastructure/reftest/reftest_mismatch-print.html b/testing/web-platform/tests/infrastructure/reftest/reftest_mismatch-print.html new file mode 100644 index 0000000000..5fd4a7f52a --- /dev/null +++ b/testing/web-platform/tests/infrastructure/reftest/reftest_mismatch-print.html @@ -0,0 +1,13 @@ +rel=mismatch that should PASS + + + +
+page 1 +
+
+page 3 +
diff --git a/testing/web-platform/tests/infrastructure/reftest/reftest_mismatch.html b/testing/web-platform/tests/infrastructure/reftest/reftest_mismatch.html new file mode 100644 index 0000000000..af5fa0750d --- /dev/null +++ b/testing/web-platform/tests/infrastructure/reftest/reftest_mismatch.html @@ -0,0 +1,5 @@ +rel=mismatch that should pass + + \ No newline at end of file diff --git a/testing/web-platform/tests/infrastructure/reftest/reftest_mismatch_fail-print.html b/testing/web-platform/tests/infrastructure/reftest/reftest_mismatch_fail-print.html new file mode 100644 index 0000000000..afec2ef51f --- /dev/null +++ b/testing/web-platform/tests/infrastructure/reftest/reftest_mismatch_fail-print.html @@ -0,0 +1,13 @@ +rel=mismatch that should FAIL + + + +
+page 1 +
+
+page 2 +
diff --git a/testing/web-platform/tests/infrastructure/reftest/reftest_mismatch_fail.html b/testing/web-platform/tests/infrastructure/reftest/reftest_mismatch_fail.html new file mode 100644 index 0000000000..8d160c4fc2 --- /dev/null +++ b/testing/web-platform/tests/infrastructure/reftest/reftest_mismatch_fail.html @@ -0,0 +1,5 @@ +rel=mismatch that should fail + + \ No newline at end of file diff --git a/testing/web-platform/tests/infrastructure/reftest/reftest_mismatch_page_margins-print.html b/testing/web-platform/tests/infrastructure/reftest/reftest_mismatch_page_margins-print.html new file mode 100644 index 0000000000..62c925927e --- /dev/null +++ b/testing/web-platform/tests/infrastructure/reftest/reftest_mismatch_page_margins-print.html @@ -0,0 +1,13 @@ +print-reftest should respect @page margins + + +
+page 1 +
+
+page 2 +
diff --git a/testing/web-platform/tests/infrastructure/reftest/reftest_multiple_match-0.html b/testing/web-platform/tests/infrastructure/reftest/reftest_multiple_match-0.html new file mode 100644 index 0000000000..3a51de2164 --- /dev/null +++ b/testing/web-platform/tests/infrastructure/reftest/reftest_multiple_match-0.html @@ -0,0 +1,6 @@ +OR match that should pass + + + \ No newline at end of file diff --git a/testing/web-platform/tests/infrastructure/reftest/reftest_multiple_match-1.html b/testing/web-platform/tests/infrastructure/reftest/reftest_multiple_match-1.html new file mode 100644 index 0000000000..9a8b769d65 --- /dev/null +++ b/testing/web-platform/tests/infrastructure/reftest/reftest_multiple_match-1.html @@ -0,0 +1,6 @@ +OR match that should pass + + + diff --git a/testing/web-platform/tests/infrastructure/reftest/reftest_multiple_mismatch-0.html b/testing/web-platform/tests/infrastructure/reftest/reftest_multiple_mismatch-0.html new file mode 100644 index 0000000000..b0115a7551 --- /dev/null +++ b/testing/web-platform/tests/infrastructure/reftest/reftest_multiple_mismatch-0.html @@ -0,0 +1,6 @@ +AND mismatch that should fail + + + diff --git a/testing/web-platform/tests/infrastructure/reftest/reftest_multiple_mismatch-1.html b/testing/web-platform/tests/infrastructure/reftest/reftest_multiple_mismatch-1.html new file mode 100644 index 0000000000..65ddd34324 --- /dev/null +++ b/testing/web-platform/tests/infrastructure/reftest/reftest_multiple_mismatch-1.html @@ -0,0 +1,6 @@ +AND mismatch that should fail + + + diff --git a/testing/web-platform/tests/infrastructure/reftest/reftest_ref_timeout-ref.html b/testing/web-platform/tests/infrastructure/reftest/reftest_ref_timeout-ref.html new file mode 100644 index 0000000000..2f52c05979 --- /dev/null +++ b/testing/web-platform/tests/infrastructure/reftest/reftest_ref_timeout-ref.html @@ -0,0 +1,5 @@ + +rel=match that should time out in the ref + diff --git a/testing/web-platform/tests/infrastructure/reftest/reftest_ref_timeout.html b/testing/web-platform/tests/infrastructure/reftest/reftest_ref_timeout.html new file mode 100644 index 0000000000..aaf68f5cb5 --- /dev/null +++ b/testing/web-platform/tests/infrastructure/reftest/reftest_ref_timeout.html @@ -0,0 +1,6 @@ + +rel=match that should time out in the ref + + diff --git a/testing/web-platform/tests/infrastructure/reftest/reftest_timeout.html b/testing/web-platform/tests/infrastructure/reftest/reftest_timeout.html new file mode 100644 index 0000000000..b10e676bf0 --- /dev/null +++ b/testing/web-platform/tests/infrastructure/reftest/reftest_timeout.html @@ -0,0 +1,6 @@ + +rel=match that should timeout + + diff --git a/testing/web-platform/tests/infrastructure/reftest/reftest_wait_0.html b/testing/web-platform/tests/infrastructure/reftest/reftest_wait_0.html new file mode 100644 index 0000000000..fec62a3cae --- /dev/null +++ b/testing/web-platform/tests/infrastructure/reftest/reftest_wait_0.html @@ -0,0 +1,13 @@ + +Test with reftest-wait + + + + diff --git a/testing/web-platform/tests/infrastructure/reftest/reftest_wait_TestRendered.html b/testing/web-platform/tests/infrastructure/reftest/reftest_wait_TestRendered.html new file mode 100644 index 0000000000..4316d338b5 --- /dev/null +++ b/testing/web-platform/tests/infrastructure/reftest/reftest_wait_TestRendered.html @@ -0,0 +1,14 @@ + +Test with reftest-wait + + + + diff --git a/testing/web-platform/tests/infrastructure/reftest/size-ref.html b/testing/web-platform/tests/infrastructure/reftest/size-ref.html new file mode 100644 index 0000000000..bb792a3feb --- /dev/null +++ b/testing/web-platform/tests/infrastructure/reftest/size-ref.html @@ -0,0 +1,2 @@ + +

innerWidth x innerHeight: 800x600

diff --git a/testing/web-platform/tests/infrastructure/reftest/size.html b/testing/web-platform/tests/infrastructure/reftest/size.html new file mode 100644 index 0000000000..a60befbf03 --- /dev/null +++ b/testing/web-platform/tests/infrastructure/reftest/size.html @@ -0,0 +1,6 @@ + + +

innerWidth x innerHeight:

+ -- cgit v1.2.3