From da4c7e7ed675c3bf405668739c3012d140856109 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 15 May 2024 05:34:42 +0200 Subject: Adding upstream version 126.0. Signed-off-by: Daniel Baumann --- .../tests/css/css-transforms/WEB_FEATURES.yml | 6 +++++ .../css/css-transforms/animation/WEB_FEATURES.yml | 5 ++++ .../css/css-transforms/parsing/WEB_FEATURES.yml | 5 ++++ .../support/transform-iframe-002-contents.html | 14 ++++++++++ .../transform-iframe-scroll-position-contents.html | 21 +++++++++++++++ .../css/css-transforms/transform-iframe-002.html | 20 +++++++++++++++ .../transform-iframe-scroll-position-ref.html | 30 ++++++++++++++++++++++ .../transform-iframe-scroll-position.html | 29 +++++++++++++++++++++ 8 files changed, 130 insertions(+) create mode 100644 testing/web-platform/tests/css/css-transforms/WEB_FEATURES.yml create mode 100644 testing/web-platform/tests/css/css-transforms/animation/WEB_FEATURES.yml create mode 100644 testing/web-platform/tests/css/css-transforms/parsing/WEB_FEATURES.yml create mode 100644 testing/web-platform/tests/css/css-transforms/support/transform-iframe-002-contents.html create mode 100644 testing/web-platform/tests/css/css-transforms/support/transform-iframe-scroll-position-contents.html create mode 100644 testing/web-platform/tests/css/css-transforms/transform-iframe-002.html create mode 100644 testing/web-platform/tests/css/css-transforms/transform-iframe-scroll-position-ref.html create mode 100644 testing/web-platform/tests/css/css-transforms/transform-iframe-scroll-position.html (limited to 'testing/web-platform/tests/css/css-transforms') diff --git a/testing/web-platform/tests/css/css-transforms/WEB_FEATURES.yml b/testing/web-platform/tests/css/css-transforms/WEB_FEATURES.yml new file mode 100644 index 0000000000..ca13ab5ae1 --- /dev/null +++ b/testing/web-platform/tests/css/css-transforms/WEB_FEATURES.yml @@ -0,0 +1,6 @@ +features: +- name: transforms3d + files: + - "*3d*" + - backface-visibility-* + - perspective-* diff --git a/testing/web-platform/tests/css/css-transforms/animation/WEB_FEATURES.yml b/testing/web-platform/tests/css/css-transforms/animation/WEB_FEATURES.yml new file mode 100644 index 0000000000..831086f99e --- /dev/null +++ b/testing/web-platform/tests/css/css-transforms/animation/WEB_FEATURES.yml @@ -0,0 +1,5 @@ +features: +- name: transforms3d + files: + - backface-visibility-* + - perspective-* diff --git a/testing/web-platform/tests/css/css-transforms/parsing/WEB_FEATURES.yml b/testing/web-platform/tests/css/css-transforms/parsing/WEB_FEATURES.yml new file mode 100644 index 0000000000..831086f99e --- /dev/null +++ b/testing/web-platform/tests/css/css-transforms/parsing/WEB_FEATURES.yml @@ -0,0 +1,5 @@ +features: +- name: transforms3d + files: + - backface-visibility-* + - perspective-* diff --git a/testing/web-platform/tests/css/css-transforms/support/transform-iframe-002-contents.html b/testing/web-platform/tests/css/css-transforms/support/transform-iframe-002-contents.html new file mode 100644 index 0000000000..84f079c90b --- /dev/null +++ b/testing/web-platform/tests/css/css-transforms/support/transform-iframe-002-contents.html @@ -0,0 +1,14 @@ + + + + CSS Test (Transforms): Iframe (contents) + + + + + + diff --git a/testing/web-platform/tests/css/css-transforms/support/transform-iframe-scroll-position-contents.html b/testing/web-platform/tests/css/css-transforms/support/transform-iframe-scroll-position-contents.html new file mode 100644 index 0000000000..8efcdafc83 --- /dev/null +++ b/testing/web-platform/tests/css/css-transforms/support/transform-iframe-scroll-position-contents.html @@ -0,0 +1,21 @@ + + + + + CSS Test (Transforms): iframe scroll position + + + + + + +
+
+
+ + + diff --git a/testing/web-platform/tests/css/css-transforms/transform-iframe-002.html b/testing/web-platform/tests/css/css-transforms/transform-iframe-002.html new file mode 100644 index 0000000000..b9b10ea368 --- /dev/null +++ b/testing/web-platform/tests/css/css-transforms/transform-iframe-002.html @@ -0,0 +1,20 @@ + + + + CSS Test (Transforms): Iframe + + + + + +

Test passes if there is a filled green square.

+ + + diff --git a/testing/web-platform/tests/css/css-transforms/transform-iframe-scroll-position-ref.html b/testing/web-platform/tests/css/css-transforms/transform-iframe-scroll-position-ref.html new file mode 100644 index 0000000000..e4d5da75d7 --- /dev/null +++ b/testing/web-platform/tests/css/css-transforms/transform-iframe-scroll-position-ref.html @@ -0,0 +1,30 @@ + + + + CSS Test (Transforms): iframe scroll position + + + +
+
+
+
+ + diff --git a/testing/web-platform/tests/css/css-transforms/transform-iframe-scroll-position.html b/testing/web-platform/tests/css/css-transforms/transform-iframe-scroll-position.html new file mode 100644 index 0000000000..efb7bab532 --- /dev/null +++ b/testing/web-platform/tests/css/css-transforms/transform-iframe-scroll-position.html @@ -0,0 +1,29 @@ + + + + CSS Test (Transforms): iframe scroll position + + + + + + + + + + -- cgit v1.2.3