From 40a355a42d4a9444dc753c04c6608dade2f06a23 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:13:27 +0200 Subject: Adding upstream version 125.0.1. Signed-off-by: Daniel Baumann --- .../grid/monolithic-overflow-print-ref.html | 19 +++++++ .../css-break/grid/monolithic-overflow-print.html | 19 +++++++ .../css-break/out-of-flow-in-multicolumn-117.html | 14 ++++++ .../css-break/overflowing-block-002-print-ref.html | 23 +++++++++ .../css/css-break/overflowing-block-002-print.html | 25 ++++++++++ .../css/css-break/overflowing-block-003-ref.html | 31 ++++++++++++ .../tests/css/css-break/overflowing-block-003.html | 45 +++++++++++++++++ .../table/table-fragmentation-001a-print-ref.html | 29 +++++++++++ .../table/table-fragmentation-001a-print.html | 35 +++++++++++++ .../table/table-fragmentation-001b-print.html | 36 ++++++++++++++ .../table/table-fragmentation-001c-print-ref.html | 31 ++++++++++++ .../table/table-fragmentation-001c-print.html | 36 ++++++++++++++ .../table/table-fragmentation-001d-print.html | 37 ++++++++++++++ .../table/table-fragmentation-002a-print-ref.html | 31 ++++++++++++ .../table/table-fragmentation-002a-print.html | 37 ++++++++++++++ .../table/table-fragmentation-002b-print.html | 38 ++++++++++++++ .../table/table-fragmentation-002c-print-ref.html | 33 ++++++++++++ .../table/table-fragmentation-002c-print.html | 38 ++++++++++++++ .../table/table-fragmentation-002d-print.html | 39 +++++++++++++++ .../table/table-fragmentation-003a-print-ref.html | 46 +++++++++++++++++ .../table/table-fragmentation-003a-print.html | 56 +++++++++++++++++++++ .../table/table-fragmentation-003b-print.html | 57 +++++++++++++++++++++ .../table/table-fragmentation-003c-print-ref.html | 47 ++++++++++++++++++ .../table/table-fragmentation-003c-print.html | 57 +++++++++++++++++++++ .../table/table-fragmentation-003d-print.html | 58 ++++++++++++++++++++++ 25 files changed, 917 insertions(+) create mode 100644 testing/web-platform/tests/css/css-break/grid/monolithic-overflow-print-ref.html create mode 100644 testing/web-platform/tests/css/css-break/grid/monolithic-overflow-print.html create mode 100644 testing/web-platform/tests/css/css-break/out-of-flow-in-multicolumn-117.html create mode 100644 testing/web-platform/tests/css/css-break/overflowing-block-002-print-ref.html create mode 100644 testing/web-platform/tests/css/css-break/overflowing-block-002-print.html create mode 100644 testing/web-platform/tests/css/css-break/overflowing-block-003-ref.html create mode 100644 testing/web-platform/tests/css/css-break/overflowing-block-003.html create mode 100644 testing/web-platform/tests/css/css-break/table/table-fragmentation-001a-print-ref.html create mode 100644 testing/web-platform/tests/css/css-break/table/table-fragmentation-001a-print.html create mode 100644 testing/web-platform/tests/css/css-break/table/table-fragmentation-001b-print.html create mode 100644 testing/web-platform/tests/css/css-break/table/table-fragmentation-001c-print-ref.html create mode 100644 testing/web-platform/tests/css/css-break/table/table-fragmentation-001c-print.html create mode 100644 testing/web-platform/tests/css/css-break/table/table-fragmentation-001d-print.html create mode 100644 testing/web-platform/tests/css/css-break/table/table-fragmentation-002a-print-ref.html create mode 100644 testing/web-platform/tests/css/css-break/table/table-fragmentation-002a-print.html create mode 100644 testing/web-platform/tests/css/css-break/table/table-fragmentation-002b-print.html create mode 100644 testing/web-platform/tests/css/css-break/table/table-fragmentation-002c-print-ref.html create mode 100644 testing/web-platform/tests/css/css-break/table/table-fragmentation-002c-print.html create mode 100644 testing/web-platform/tests/css/css-break/table/table-fragmentation-002d-print.html create mode 100644 testing/web-platform/tests/css/css-break/table/table-fragmentation-003a-print-ref.html create mode 100644 testing/web-platform/tests/css/css-break/table/table-fragmentation-003a-print.html create mode 100644 testing/web-platform/tests/css/css-break/table/table-fragmentation-003b-print.html create mode 100644 testing/web-platform/tests/css/css-break/table/table-fragmentation-003c-print-ref.html create mode 100644 testing/web-platform/tests/css/css-break/table/table-fragmentation-003c-print.html create mode 100644 testing/web-platform/tests/css/css-break/table/table-fragmentation-003d-print.html (limited to 'testing/web-platform/tests/css/css-break') diff --git a/testing/web-platform/tests/css/css-break/grid/monolithic-overflow-print-ref.html b/testing/web-platform/tests/css/css-break/grid/monolithic-overflow-print-ref.html new file mode 100644 index 0000000000..ba0372df06 --- /dev/null +++ b/testing/web-platform/tests/css/css-break/grid/monolithic-overflow-print-ref.html @@ -0,0 +1,19 @@ + + +

Test passes if there is two purple rectangles at the start of both page 2 and 3 when printing the page (Ctrl+P).

+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/testing/web-platform/tests/css/css-break/grid/monolithic-overflow-print.html b/testing/web-platform/tests/css/css-break/grid/monolithic-overflow-print.html new file mode 100644 index 0000000000..5a9e55973d --- /dev/null +++ b/testing/web-platform/tests/css/css-break/grid/monolithic-overflow-print.html @@ -0,0 +1,19 @@ + + + + +

Test passes if there is two purple rectangles at the start of both page 2 and 3 when printing the page (Ctrl+P).

+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/testing/web-platform/tests/css/css-break/out-of-flow-in-multicolumn-117.html b/testing/web-platform/tests/css/css-break/out-of-flow-in-multicolumn-117.html new file mode 100644 index 0000000000..886a12acab --- /dev/null +++ b/testing/web-platform/tests/css/css-break/out-of-flow-in-multicolumn-117.html @@ -0,0 +1,14 @@ + + + + +

Test passes if there is a filled green square and no red.

+
+
+
+
+
+
+
+
+
diff --git a/testing/web-platform/tests/css/css-break/overflowing-block-002-print-ref.html b/testing/web-platform/tests/css/css-break/overflowing-block-002-print-ref.html new file mode 100644 index 0000000000..0322ba04a0 --- /dev/null +++ b/testing/web-platform/tests/css/css-break/overflowing-block-002-print-ref.html @@ -0,0 +1,23 @@ + + + + + + + + + + + +
XXXXXXXXXXXX
diff --git a/testing/web-platform/tests/css/css-break/overflowing-block-002-print.html b/testing/web-platform/tests/css/css-break/overflowing-block-002-print.html new file mode 100644 index 0000000000..3cba4b421f --- /dev/null +++ b/testing/web-platform/tests/css/css-break/overflowing-block-002-print.html @@ -0,0 +1,25 @@ + + + + + + + + + + + + +
XXXXXXXXXXXX
diff --git a/testing/web-platform/tests/css/css-break/overflowing-block-003-ref.html b/testing/web-platform/tests/css/css-break/overflowing-block-003-ref.html new file mode 100644 index 0000000000..a8f86d1cfe --- /dev/null +++ b/testing/web-platform/tests/css/css-break/overflowing-block-003-ref.html @@ -0,0 +1,31 @@ + + + + + + + +

This test passes if there are two 50x50 green squares in each black box.

+ +
+
+
+ +
+
+
diff --git a/testing/web-platform/tests/css/css-break/overflowing-block-003.html b/testing/web-platform/tests/css/css-break/overflowing-block-003.html new file mode 100644 index 0000000000..786a61a492 --- /dev/null +++ b/testing/web-platform/tests/css/css-break/overflowing-block-003.html @@ -0,0 +1,45 @@ + + + + + + + + + + + +

This test passes if there are two 50x50 green squares in each black box.

+ +
+
+
+ AAAA BBBB +
+
+
+ +
+
+
+
+
diff --git a/testing/web-platform/tests/css/css-break/table/table-fragmentation-001a-print-ref.html b/testing/web-platform/tests/css/css-break/table/table-fragmentation-001a-print-ref.html new file mode 100644 index 0000000000..d4229ebb87 --- /dev/null +++ b/testing/web-platform/tests/css/css-break/table/table-fragmentation-001a-print-ref.html @@ -0,0 +1,29 @@ + + + + + + + +
+
+
+
+
diff --git a/testing/web-platform/tests/css/css-break/table/table-fragmentation-001a-print.html b/testing/web-platform/tests/css/css-break/table/table-fragmentation-001a-print.html new file mode 100644 index 0000000000..4f2123b648 --- /dev/null +++ b/testing/web-platform/tests/css/css-break/table/table-fragmentation-001a-print.html @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + +
diff --git a/testing/web-platform/tests/css/css-break/table/table-fragmentation-001b-print.html b/testing/web-platform/tests/css/css-break/table/table-fragmentation-001b-print.html new file mode 100644 index 0000000000..d445206a2b --- /dev/null +++ b/testing/web-platform/tests/css/css-break/table/table-fragmentation-001b-print.html @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + +
diff --git a/testing/web-platform/tests/css/css-break/table/table-fragmentation-001c-print-ref.html b/testing/web-platform/tests/css/css-break/table/table-fragmentation-001c-print-ref.html new file mode 100644 index 0000000000..d7778e340a --- /dev/null +++ b/testing/web-platform/tests/css/css-break/table/table-fragmentation-001c-print-ref.html @@ -0,0 +1,31 @@ + + + + + + + +
+
+
+
+
diff --git a/testing/web-platform/tests/css/css-break/table/table-fragmentation-001c-print.html b/testing/web-platform/tests/css/css-break/table/table-fragmentation-001c-print.html new file mode 100644 index 0000000000..4615270c40 --- /dev/null +++ b/testing/web-platform/tests/css/css-break/table/table-fragmentation-001c-print.html @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + +
diff --git a/testing/web-platform/tests/css/css-break/table/table-fragmentation-001d-print.html b/testing/web-platform/tests/css/css-break/table/table-fragmentation-001d-print.html new file mode 100644 index 0000000000..ad120c2481 --- /dev/null +++ b/testing/web-platform/tests/css/css-break/table/table-fragmentation-001d-print.html @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + +
diff --git a/testing/web-platform/tests/css/css-break/table/table-fragmentation-002a-print-ref.html b/testing/web-platform/tests/css/css-break/table/table-fragmentation-002a-print-ref.html new file mode 100644 index 0000000000..d7272352a1 --- /dev/null +++ b/testing/web-platform/tests/css/css-break/table/table-fragmentation-002a-print-ref.html @@ -0,0 +1,31 @@ + + + + + + + +
BEFORE TABLE
+
+
+
+
+
+
AFTER TABLE
diff --git a/testing/web-platform/tests/css/css-break/table/table-fragmentation-002a-print.html b/testing/web-platform/tests/css/css-break/table/table-fragmentation-002a-print.html new file mode 100644 index 0000000000..88ea8cd697 --- /dev/null +++ b/testing/web-platform/tests/css/css-break/table/table-fragmentation-002a-print.html @@ -0,0 +1,37 @@ + + + + + + + + + +
BEFORE TABLE
+ + + + + + +
+
AFTER TABLE
diff --git a/testing/web-platform/tests/css/css-break/table/table-fragmentation-002b-print.html b/testing/web-platform/tests/css/css-break/table/table-fragmentation-002b-print.html new file mode 100644 index 0000000000..97e102e3cd --- /dev/null +++ b/testing/web-platform/tests/css/css-break/table/table-fragmentation-002b-print.html @@ -0,0 +1,38 @@ + + + + + + + + + +
BEFORE TABLE
+ + + + + + +
+
AFTER TABLE
diff --git a/testing/web-platform/tests/css/css-break/table/table-fragmentation-002c-print-ref.html b/testing/web-platform/tests/css/css-break/table/table-fragmentation-002c-print-ref.html new file mode 100644 index 0000000000..18c1e0d5a9 --- /dev/null +++ b/testing/web-platform/tests/css/css-break/table/table-fragmentation-002c-print-ref.html @@ -0,0 +1,33 @@ + + + + + + + +
BEFORE TABLE
+
+
+
+
+
+
AFTER TABLE
diff --git a/testing/web-platform/tests/css/css-break/table/table-fragmentation-002c-print.html b/testing/web-platform/tests/css/css-break/table/table-fragmentation-002c-print.html new file mode 100644 index 0000000000..29fccdef99 --- /dev/null +++ b/testing/web-platform/tests/css/css-break/table/table-fragmentation-002c-print.html @@ -0,0 +1,38 @@ + + + + + + + + + +
BEFORE TABLE
+ + + + + + +
+
AFTER TABLE
diff --git a/testing/web-platform/tests/css/css-break/table/table-fragmentation-002d-print.html b/testing/web-platform/tests/css/css-break/table/table-fragmentation-002d-print.html new file mode 100644 index 0000000000..67aa7624b7 --- /dev/null +++ b/testing/web-platform/tests/css/css-break/table/table-fragmentation-002d-print.html @@ -0,0 +1,39 @@ + + + + + + + + + +
BEFORE TABLE
+ + + + + + +
+
AFTER TABLE
diff --git a/testing/web-platform/tests/css/css-break/table/table-fragmentation-003a-print-ref.html b/testing/web-platform/tests/css/css-break/table/table-fragmentation-003a-print-ref.html new file mode 100644 index 0000000000..bf99e5b41e --- /dev/null +++ b/testing/web-platform/tests/css/css-break/table/table-fragmentation-003a-print-ref.html @@ -0,0 +1,46 @@ + + + + + + + +
+ +
+
+
+ + +
+
+
+ + +
+
+
+
diff --git a/testing/web-platform/tests/css/css-break/table/table-fragmentation-003a-print.html b/testing/web-platform/tests/css/css-break/table/table-fragmentation-003a-print.html new file mode 100644 index 0000000000..c6190855b0 --- /dev/null +++ b/testing/web-platform/tests/css/css-break/table/table-fragmentation-003a-print.html @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + +
diff --git a/testing/web-platform/tests/css/css-break/table/table-fragmentation-003b-print.html b/testing/web-platform/tests/css/css-break/table/table-fragmentation-003b-print.html new file mode 100644 index 0000000000..a1d3b21298 --- /dev/null +++ b/testing/web-platform/tests/css/css-break/table/table-fragmentation-003b-print.html @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + + + + + + + + +
diff --git a/testing/web-platform/tests/css/css-break/table/table-fragmentation-003c-print-ref.html b/testing/web-platform/tests/css/css-break/table/table-fragmentation-003c-print-ref.html new file mode 100644 index 0000000000..50738fbaa8 --- /dev/null +++ b/testing/web-platform/tests/css/css-break/table/table-fragmentation-003c-print-ref.html @@ -0,0 +1,47 @@ + + + + + + + +
+ +
+
+
+ + +
+
+
+ + +
+
+
+
diff --git a/testing/web-platform/tests/css/css-break/table/table-fragmentation-003c-print.html b/testing/web-platform/tests/css/css-break/table/table-fragmentation-003c-print.html new file mode 100644 index 0000000000..9c4f8d3873 --- /dev/null +++ b/testing/web-platform/tests/css/css-break/table/table-fragmentation-003c-print.html @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + + + + + + + + +
diff --git a/testing/web-platform/tests/css/css-break/table/table-fragmentation-003d-print.html b/testing/web-platform/tests/css/css-break/table/table-fragmentation-003d-print.html new file mode 100644 index 0000000000..1903a68c58 --- /dev/null +++ b/testing/web-platform/tests/css/css-break/table/table-fragmentation-003d-print.html @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + + + + + + + + + + + +
-- cgit v1.2.3