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 --- .../images/blocked-by-csp-ref.html | 5 +++++ .../replaced-elements/images/blocked-by-csp.html | 8 ++++++++ .../images/input-image-content-ref.html | 7 +++++++ .../images/input-image-content.html | 14 +++++++++++++ .../images/revoked-blob-print-ref.html | 3 +++ .../images/revoked-blob-print.html | 24 ++++++++++++++++++++++ .../replaced-elements/images/space-ref.html | 13 ++++++++++++ .../rendering/replaced-elements/images/space.html | 14 +++++++++++++ 8 files changed, 88 insertions(+) create mode 100644 testing/web-platform/tests/html/rendering/replaced-elements/images/blocked-by-csp-ref.html create mode 100644 testing/web-platform/tests/html/rendering/replaced-elements/images/blocked-by-csp.html create mode 100644 testing/web-platform/tests/html/rendering/replaced-elements/images/input-image-content-ref.html create mode 100644 testing/web-platform/tests/html/rendering/replaced-elements/images/input-image-content.html create mode 100644 testing/web-platform/tests/html/rendering/replaced-elements/images/revoked-blob-print-ref.html create mode 100644 testing/web-platform/tests/html/rendering/replaced-elements/images/revoked-blob-print.html create mode 100644 testing/web-platform/tests/html/rendering/replaced-elements/images/space-ref.html create mode 100644 testing/web-platform/tests/html/rendering/replaced-elements/images/space.html (limited to 'testing/web-platform/tests/html/rendering/replaced-elements/images') diff --git a/testing/web-platform/tests/html/rendering/replaced-elements/images/blocked-by-csp-ref.html b/testing/web-platform/tests/html/rendering/replaced-elements/images/blocked-by-csp-ref.html new file mode 100644 index 0000000000..f37d8a3ec9 --- /dev/null +++ b/testing/web-platform/tests/html/rendering/replaced-elements/images/blocked-by-csp-ref.html @@ -0,0 +1,5 @@ + +Test reference + +It should say PASS below:
+PASS diff --git a/testing/web-platform/tests/html/rendering/replaced-elements/images/blocked-by-csp.html b/testing/web-platform/tests/html/rendering/replaced-elements/images/blocked-by-csp.html new file mode 100644 index 0000000000..2416e5dfd0 --- /dev/null +++ b/testing/web-platform/tests/html/rendering/replaced-elements/images/blocked-by-csp.html @@ -0,0 +1,8 @@ + +Images behave the same when blocked by CSP as when failing to load/broken + + + + +It should say PASS below:
+PASS diff --git a/testing/web-platform/tests/html/rendering/replaced-elements/images/input-image-content-ref.html b/testing/web-platform/tests/html/rendering/replaced-elements/images/input-image-content-ref.html new file mode 100644 index 0000000000..37af13329e --- /dev/null +++ b/testing/web-platform/tests/html/rendering/replaced-elements/images/input-image-content-ref.html @@ -0,0 +1,7 @@ + + +Input type=image with CSS content. + + +You should see a red dot.
+ diff --git a/testing/web-platform/tests/html/rendering/replaced-elements/images/input-image-content.html b/testing/web-platform/tests/html/rendering/replaced-elements/images/input-image-content.html new file mode 100644 index 0000000000..5376e8033f --- /dev/null +++ b/testing/web-platform/tests/html/rendering/replaced-elements/images/input-image-content.html @@ -0,0 +1,14 @@ + + +Input type=image with CSS content. + + + +You should see a red dot.
+ + + diff --git a/testing/web-platform/tests/html/rendering/replaced-elements/images/revoked-blob-print-ref.html b/testing/web-platform/tests/html/rendering/replaced-elements/images/revoked-blob-print-ref.html new file mode 100644 index 0000000000..6b2f0bb606 --- /dev/null +++ b/testing/web-platform/tests/html/rendering/replaced-elements/images/revoked-blob-print-ref.html @@ -0,0 +1,3 @@ + +Test reference + diff --git a/testing/web-platform/tests/html/rendering/replaced-elements/images/revoked-blob-print.html b/testing/web-platform/tests/html/rendering/replaced-elements/images/revoked-blob-print.html new file mode 100644 index 0000000000..fd5c2c5754 --- /dev/null +++ b/testing/web-platform/tests/html/rendering/replaced-elements/images/revoked-blob-print.html @@ -0,0 +1,24 @@ + + +Printing an image with src="revoked-blob" + + + + + + diff --git a/testing/web-platform/tests/html/rendering/replaced-elements/images/space-ref.html b/testing/web-platform/tests/html/rendering/replaced-elements/images/space-ref.html new file mode 100644 index 0000000000..0cf272e162 --- /dev/null +++ b/testing/web-platform/tests/html/rendering/replaced-elements/images/space-ref.html @@ -0,0 +1,13 @@ + + +img hspace/vspace - reference + +
+

+

+

+

+

+

diff --git a/testing/web-platform/tests/html/rendering/replaced-elements/images/space.html b/testing/web-platform/tests/html/rendering/replaced-elements/images/space.html new file mode 100644 index 0000000000..fee115dfce --- /dev/null +++ b/testing/web-platform/tests/html/rendering/replaced-elements/images/space.html @@ -0,0 +1,14 @@ + + +img hspace/vspace + + +
+

+

+

+

+

+

-- cgit v1.2.3