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 --- .../box-shadow/box-shadow-blur-definition-001.xht | 47 +++++++ .../slice-block-fragmentation-001-ref.html | 17 +++ .../box-shadow/slice-block-fragmentation-001.html | 8 ++ .../slice-block-fragmentation-002-ref.html | 17 +++ .../box-shadow/slice-block-fragmentation-002.html | 8 ++ .../slice-block-fragmentation-003-ref.html | 17 +++ .../box-shadow/slice-block-fragmentation-003.html | 8 ++ .../slice-inline-fragmentation-001-ref.html | 19 +++ .../box-shadow/slice-inline-fragmentation-001.html | 13 ++ .../slice-inline-fragmentation-002-ref.html | 19 +++ .../box-shadow/slice-inline-fragmentation-002.html | 13 ++ .../slice-inline-fragmentation-003-ref.html | 19 +++ .../box-shadow/slice-inline-fragmentation-003.html | 13 ++ .../box-shadow-blur-definition-001-dark-bound.png | Bin 0 -> 903 bytes .../box-shadow-blur-definition-001-light-bound.png | Bin 0 -> 880 bytes ...shadow-blur-definition-001-image-generator.html | 144 +++++++++++++++++++++ 16 files changed, 362 insertions(+) create mode 100644 testing/web-platform/tests/css/css-backgrounds/box-shadow/box-shadow-blur-definition-001.xht create mode 100644 testing/web-platform/tests/css/css-backgrounds/box-shadow/slice-block-fragmentation-001-ref.html create mode 100644 testing/web-platform/tests/css/css-backgrounds/box-shadow/slice-block-fragmentation-001.html create mode 100644 testing/web-platform/tests/css/css-backgrounds/box-shadow/slice-block-fragmentation-002-ref.html create mode 100644 testing/web-platform/tests/css/css-backgrounds/box-shadow/slice-block-fragmentation-002.html create mode 100644 testing/web-platform/tests/css/css-backgrounds/box-shadow/slice-block-fragmentation-003-ref.html create mode 100644 testing/web-platform/tests/css/css-backgrounds/box-shadow/slice-block-fragmentation-003.html create mode 100644 testing/web-platform/tests/css/css-backgrounds/box-shadow/slice-inline-fragmentation-001-ref.html create mode 100644 testing/web-platform/tests/css/css-backgrounds/box-shadow/slice-inline-fragmentation-001.html create mode 100644 testing/web-platform/tests/css/css-backgrounds/box-shadow/slice-inline-fragmentation-002-ref.html create mode 100644 testing/web-platform/tests/css/css-backgrounds/box-shadow/slice-inline-fragmentation-002.html create mode 100644 testing/web-platform/tests/css/css-backgrounds/box-shadow/slice-inline-fragmentation-003-ref.html create mode 100644 testing/web-platform/tests/css/css-backgrounds/box-shadow/slice-inline-fragmentation-003.html create mode 100644 testing/web-platform/tests/css/css-backgrounds/box-shadow/support/box-shadow-blur-definition-001-dark-bound.png create mode 100644 testing/web-platform/tests/css/css-backgrounds/box-shadow/support/box-shadow-blur-definition-001-light-bound.png create mode 100644 testing/web-platform/tests/css/css-backgrounds/box-shadow/tools/box-shadow-blur-definition-001-image-generator.html (limited to 'testing/web-platform/tests/css/css-backgrounds/box-shadow') diff --git a/testing/web-platform/tests/css/css-backgrounds/box-shadow/box-shadow-blur-definition-001.xht b/testing/web-platform/tests/css/css-backgrounds/box-shadow/box-shadow-blur-definition-001.xht new file mode 100644 index 0000000000..e6ae0a2e90 --- /dev/null +++ b/testing/web-platform/tests/css/css-backgrounds/box-shadow/box-shadow-blur-definition-001.xht @@ -0,0 +1,47 @@ + + + + CSS Test: blur computation for box-shadow + + + + + + + +

The following test should contain three grayscale stripes, each 10 + pixels tall, with no space between them, but all enclosed within a + blue border. At all points, the middle stripe must be the + same color as or darker than the top stripe, and the + same color as or lighter than the bottom stripe. (This tests + that the blurring algorithm produces results within 5% of a Gaussian + blur.)

+
+
[reference stripe image]
+
+
[reference stripe image]
+
+ + diff --git a/testing/web-platform/tests/css/css-backgrounds/box-shadow/slice-block-fragmentation-001-ref.html b/testing/web-platform/tests/css/css-backgrounds/box-shadow/slice-block-fragmentation-001-ref.html new file mode 100644 index 0000000000..7e64fa9f63 --- /dev/null +++ b/testing/web-platform/tests/css/css-backgrounds/box-shadow/slice-block-fragmentation-001-ref.html @@ -0,0 +1,17 @@ + + + +
+
+
+
+
diff --git a/testing/web-platform/tests/css/css-backgrounds/box-shadow/slice-block-fragmentation-001.html b/testing/web-platform/tests/css/css-backgrounds/box-shadow/slice-block-fragmentation-001.html new file mode 100644 index 0000000000..1c7193fa7b --- /dev/null +++ b/testing/web-platform/tests/css/css-backgrounds/box-shadow/slice-block-fragmentation-001.html @@ -0,0 +1,8 @@ + + + + + +
+
+
diff --git a/testing/web-platform/tests/css/css-backgrounds/box-shadow/slice-block-fragmentation-002-ref.html b/testing/web-platform/tests/css/css-backgrounds/box-shadow/slice-block-fragmentation-002-ref.html new file mode 100644 index 0000000000..2c148d8a52 --- /dev/null +++ b/testing/web-platform/tests/css/css-backgrounds/box-shadow/slice-block-fragmentation-002-ref.html @@ -0,0 +1,17 @@ + + + +
+
+
+
+
diff --git a/testing/web-platform/tests/css/css-backgrounds/box-shadow/slice-block-fragmentation-002.html b/testing/web-platform/tests/css/css-backgrounds/box-shadow/slice-block-fragmentation-002.html new file mode 100644 index 0000000000..b645ed82ea --- /dev/null +++ b/testing/web-platform/tests/css/css-backgrounds/box-shadow/slice-block-fragmentation-002.html @@ -0,0 +1,8 @@ + + + + + +
+
+
diff --git a/testing/web-platform/tests/css/css-backgrounds/box-shadow/slice-block-fragmentation-003-ref.html b/testing/web-platform/tests/css/css-backgrounds/box-shadow/slice-block-fragmentation-003-ref.html new file mode 100644 index 0000000000..a58e810174 --- /dev/null +++ b/testing/web-platform/tests/css/css-backgrounds/box-shadow/slice-block-fragmentation-003-ref.html @@ -0,0 +1,17 @@ + + + +
+
+
+
+
diff --git a/testing/web-platform/tests/css/css-backgrounds/box-shadow/slice-block-fragmentation-003.html b/testing/web-platform/tests/css/css-backgrounds/box-shadow/slice-block-fragmentation-003.html new file mode 100644 index 0000000000..4fca18bfdd --- /dev/null +++ b/testing/web-platform/tests/css/css-backgrounds/box-shadow/slice-block-fragmentation-003.html @@ -0,0 +1,8 @@ + + + + + +
+
+
diff --git a/testing/web-platform/tests/css/css-backgrounds/box-shadow/slice-inline-fragmentation-001-ref.html b/testing/web-platform/tests/css/css-backgrounds/box-shadow/slice-inline-fragmentation-001-ref.html new file mode 100644 index 0000000000..171e4935ed --- /dev/null +++ b/testing/web-platform/tests/css/css-backgrounds/box-shadow/slice-inline-fragmentation-001-ref.html @@ -0,0 +1,19 @@ + + + +
+ +  pppÉÉÉ  +
+
+
+ +  pppÉÉÉ  +
+
+
+ +  pppÉÉÉ  +
+
+
diff --git a/testing/web-platform/tests/css/css-backgrounds/box-shadow/slice-inline-fragmentation-001.html b/testing/web-platform/tests/css/css-backgrounds/box-shadow/slice-inline-fragmentation-001.html new file mode 100644 index 0000000000..46eab59ab2 --- /dev/null +++ b/testing/web-platform/tests/css/css-backgrounds/box-shadow/slice-inline-fragmentation-001.html @@ -0,0 +1,13 @@ + + + + + + +
+ +  pppÉÉÉ 
+  pppÉÉÉ 
+  pppÉÉÉ  +
+
diff --git a/testing/web-platform/tests/css/css-backgrounds/box-shadow/slice-inline-fragmentation-002-ref.html b/testing/web-platform/tests/css/css-backgrounds/box-shadow/slice-inline-fragmentation-002-ref.html new file mode 100644 index 0000000000..baf297fe2c --- /dev/null +++ b/testing/web-platform/tests/css/css-backgrounds/box-shadow/slice-inline-fragmentation-002-ref.html @@ -0,0 +1,19 @@ + + + +
+ +  pppÉÉÉ  +
+
+
+ +  pppÉÉÉ  +
+
+
+ +  pppÉÉÉ  +
+
+
diff --git a/testing/web-platform/tests/css/css-backgrounds/box-shadow/slice-inline-fragmentation-002.html b/testing/web-platform/tests/css/css-backgrounds/box-shadow/slice-inline-fragmentation-002.html new file mode 100644 index 0000000000..516abcf2a9 --- /dev/null +++ b/testing/web-platform/tests/css/css-backgrounds/box-shadow/slice-inline-fragmentation-002.html @@ -0,0 +1,13 @@ + + + + + + +
+ +  pppÉÉÉ 
+  pppÉÉÉ 
+  pppÉÉÉ  +
+
diff --git a/testing/web-platform/tests/css/css-backgrounds/box-shadow/slice-inline-fragmentation-003-ref.html b/testing/web-platform/tests/css/css-backgrounds/box-shadow/slice-inline-fragmentation-003-ref.html new file mode 100644 index 0000000000..4c1954b3e6 --- /dev/null +++ b/testing/web-platform/tests/css/css-backgrounds/box-shadow/slice-inline-fragmentation-003-ref.html @@ -0,0 +1,19 @@ + + + +
+ +  pppÉÉÉ  +
+
+
+ +  pppÉÉÉ  +
+
+
+ +  pppÉÉÉ  +
+
+
diff --git a/testing/web-platform/tests/css/css-backgrounds/box-shadow/slice-inline-fragmentation-003.html b/testing/web-platform/tests/css/css-backgrounds/box-shadow/slice-inline-fragmentation-003.html new file mode 100644 index 0000000000..336c01f5ba --- /dev/null +++ b/testing/web-platform/tests/css/css-backgrounds/box-shadow/slice-inline-fragmentation-003.html @@ -0,0 +1,13 @@ + + + + + + +
+ +  pppÉÉÉ 
+  pppÉÉÉ 
+  pppÉÉÉ  +
+
diff --git a/testing/web-platform/tests/css/css-backgrounds/box-shadow/support/box-shadow-blur-definition-001-dark-bound.png b/testing/web-platform/tests/css/css-backgrounds/box-shadow/support/box-shadow-blur-definition-001-dark-bound.png new file mode 100644 index 0000000000..695f414ad8 Binary files /dev/null and b/testing/web-platform/tests/css/css-backgrounds/box-shadow/support/box-shadow-blur-definition-001-dark-bound.png differ diff --git a/testing/web-platform/tests/css/css-backgrounds/box-shadow/support/box-shadow-blur-definition-001-light-bound.png b/testing/web-platform/tests/css/css-backgrounds/box-shadow/support/box-shadow-blur-definition-001-light-bound.png new file mode 100644 index 0000000000..4f680b4bcb Binary files /dev/null and b/testing/web-platform/tests/css/css-backgrounds/box-shadow/support/box-shadow-blur-definition-001-light-bound.png differ diff --git a/testing/web-platform/tests/css/css-backgrounds/box-shadow/tools/box-shadow-blur-definition-001-image-generator.html b/testing/web-platform/tests/css/css-backgrounds/box-shadow/tools/box-shadow-blur-definition-001-image-generator.html new file mode 100644 index 0000000000..8a48fe357b --- /dev/null +++ b/testing/web-platform/tests/css/css-backgrounds/box-shadow/tools/box-shadow-blur-definition-001-image-generator.html @@ -0,0 +1,144 @@ + + + +image generator for box-shadow tests + + + + + + + -- cgit v1.2.3