From 26a029d407be480d791972afb5975cf62c9360a6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 02:47:55 +0200 Subject: Adding upstream version 124.0.1. Signed-off-by: Daniel Baumann --- .../responsive/column-rule-color-001.html | 61 +++++++++++++++++ .../responsive/column-width-001.html | 76 ++++++++++++++++++++++ .../css/css-animations/responsive/line-height.html | 45 +++++++++++++ 3 files changed, 182 insertions(+) create mode 100644 testing/web-platform/tests/css/css-animations/responsive/column-rule-color-001.html create mode 100644 testing/web-platform/tests/css/css-animations/responsive/column-width-001.html create mode 100644 testing/web-platform/tests/css/css-animations/responsive/line-height.html (limited to 'testing/web-platform/tests/css/css-animations/responsive') diff --git a/testing/web-platform/tests/css/css-animations/responsive/column-rule-color-001.html b/testing/web-platform/tests/css/css-animations/responsive/column-rule-color-001.html new file mode 100644 index 0000000000..9953db4354 --- /dev/null +++ b/testing/web-platform/tests/css/css-animations/responsive/column-rule-color-001.html @@ -0,0 +1,61 @@ + + + + +CSS Animations: column-rule-color animations respond to style changes + + + + + + +
+
+
+
+ + + diff --git a/testing/web-platform/tests/css/css-animations/responsive/column-width-001.html b/testing/web-platform/tests/css/css-animations/responsive/column-width-001.html new file mode 100644 index 0000000000..272b9bc5a2 --- /dev/null +++ b/testing/web-platform/tests/css/css-animations/responsive/column-width-001.html @@ -0,0 +1,76 @@ + + + + +CSS Animations: column-width animations respond to style changes + + + + + + +
+
+
+
+
+ + + diff --git a/testing/web-platform/tests/css/css-animations/responsive/line-height.html b/testing/web-platform/tests/css/css-animations/responsive/line-height.html new file mode 100644 index 0000000000..63097ac808 --- /dev/null +++ b/testing/web-platform/tests/css/css-animations/responsive/line-height.html @@ -0,0 +1,45 @@ + + + + +CSS Animations: line-height animations respond to style changes + + + + + + +
+
+
+ + + -- cgit v1.2.3