From def92d1b8e9d373e2f6f27c366d578d97d8960c6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 15 May 2024 05:34:50 +0200 Subject: Merging upstream version 126.0. Signed-off-by: Daniel Baumann --- .../css/cssom-view/Element-currentCSSZoom.html | 32 +++++++++++++++ .../tests/css/cssom-view/WEB_FEATURES.yml | 5 +++ ...ange-bounding-client-rect-with-nested-text.html | 48 ++++++++++++++++++++++ 3 files changed, 85 insertions(+) create mode 100644 testing/web-platform/tests/css/cssom-view/Element-currentCSSZoom.html create mode 100644 testing/web-platform/tests/css/cssom-view/WEB_FEATURES.yml create mode 100644 testing/web-platform/tests/css/cssom-view/range-bounding-client-rect-with-nested-text.html (limited to 'testing/web-platform/tests/css/cssom-view') diff --git a/testing/web-platform/tests/css/cssom-view/Element-currentCSSZoom.html b/testing/web-platform/tests/css/cssom-view/Element-currentCSSZoom.html new file mode 100644 index 0000000000..2f477e8e2d --- /dev/null +++ b/testing/web-platform/tests/css/cssom-view/Element-currentCSSZoom.html @@ -0,0 +1,32 @@ + + +Element.currentCSSZoom + + + + + +
+
+
+
+
+
+ +
+
+ diff --git a/testing/web-platform/tests/css/cssom-view/WEB_FEATURES.yml b/testing/web-platform/tests/css/cssom-view/WEB_FEATURES.yml new file mode 100644 index 0000000000..a545dbadcb --- /dev/null +++ b/testing/web-platform/tests/css/cssom-view/WEB_FEATURES.yml @@ -0,0 +1,5 @@ +features: +- name: scroll-into-view + files: + - scrollIntoView-* + - scrollintoview.html diff --git a/testing/web-platform/tests/css/cssom-view/range-bounding-client-rect-with-nested-text.html b/testing/web-platform/tests/css/cssom-view/range-bounding-client-rect-with-nested-text.html new file mode 100644 index 0000000000..78ca5421df --- /dev/null +++ b/testing/web-platform/tests/css/cssom-view/range-bounding-client-rect-with-nested-text.html @@ -0,0 +1,48 @@ + + +All the rectangles for the text nodes must included in getClientRects + + + + +
+
+
Hello
+
+
+
Firefox
+
+
+
Firefox again
+
+
+
World
+
+
+ -- cgit v1.2.3