From 65ab998d3e240b0bba0d83937e1ac490b84e5359 Mon Sep 17 00:00:00 2001 From: Antoine Quint Date: Mon, 22 Feb 2021 21:57:52 +0000 Subject: [PATCH] Bug 1668525 [wpt PR 25928] - Test the "translate" property in SVG., a=testonly Automatic update from web-platform-tests Test the "translate" property in SVG. -- wpt-commits: a9060995f34f32e1850cb1711b060fa365c24977 wpt-pr: 25928 --- ...anslate-and-transform-attribute-in-svg-ref.html | 22 ++++++++++++++++++ ...late-and-transform-css-property-in-svg-ref.html | 20 +++++++++++++++++ .../translate/reference/translate-in-svg-ref.html | 20 +++++++++++++++++ .../translate-and-transform-attribute-in-svg.html | 26 ++++++++++++++++++++++ ...ranslate-and-transform-css-property-in-svg.html | 24 ++++++++++++++++++++ .../css-transforms/translate/translate-in-svg.html | 24 ++++++++++++++++++++ 6 files changed, 136 insertions(+) create mode 100644 testing/web-platform/tests/css/css-transforms/translate/reference/translate-and-transform-attribute-in-svg-ref.html create mode 100644 testing/web-platform/tests/css/css-transforms/translate/reference/translate-and-transform-css-property-in-svg-ref.html create mode 100644 testing/web-platform/tests/css/css-transforms/translate/reference/translate-in-svg-ref.html create mode 100644 testing/web-platform/tests/css/css-transforms/translate/translate-and-transform-attribute-in-svg.html create mode 100644 testing/web-platform/tests/css/css-transforms/translate/translate-and-transform-css-property-in-svg.html create mode 100644 testing/web-platform/tests/css/css-transforms/translate/translate-in-svg.html diff --git a/testing/web-platform/tests/css/css-transforms/translate/reference/translate-and-transform-attribute-in-svg-ref.html b/testing/web-platform/tests/css/css-transforms/translate/reference/translate-and-transform-attribute-in-svg-ref.html new file mode 100644 index 000000000000..1f60f3fcb0b2 --- /dev/null +++ b/testing/web-platform/tests/css/css-transforms/translate/reference/translate-and-transform-attribute-in-svg-ref.html @@ -0,0 +1,22 @@ + + + + CSS Transforms Test: combination of the CSS translate and transform properties and the SVG transform attribute + + + + + +

The test passes if there is a green rectangle and no red.

+ + + + + + + diff --git a/testing/web-platform/tests/css/css-transforms/translate/reference/translate-and-transform-css-property-in-svg-ref.html b/testing/web-platform/tests/css/css-transforms/translate/reference/translate-and-transform-css-property-in-svg-ref.html new file mode 100644 index 000000000000..cce3f40477de --- /dev/null +++ b/testing/web-platform/tests/css/css-transforms/translate/reference/translate-and-transform-css-property-in-svg-ref.html @@ -0,0 +1,20 @@ + + + + CSS Transforms Test: combination of the CSS translate property and SVG transform attribute + + + + + +

The test passes if there is a green rectangle and no red.

+ + + + + diff --git a/testing/web-platform/tests/css/css-transforms/translate/reference/translate-in-svg-ref.html b/testing/web-platform/tests/css/css-transforms/translate/reference/translate-in-svg-ref.html new file mode 100644 index 000000000000..ed185a63b693 --- /dev/null +++ b/testing/web-platform/tests/css/css-transforms/translate/reference/translate-in-svg-ref.html @@ -0,0 +1,20 @@ + + + + CSS Transforms Test: the CSS translate property applied to an SVG element + + + + + +

The test passes if there is a green rectangle and no red.

+ + + + + diff --git a/testing/web-platform/tests/css/css-transforms/translate/translate-and-transform-attribute-in-svg.html b/testing/web-platform/tests/css/css-transforms/translate/translate-and-transform-attribute-in-svg.html new file mode 100644 index 000000000000..03ecfeb8c720 --- /dev/null +++ b/testing/web-platform/tests/css/css-transforms/translate/translate-and-transform-attribute-in-svg.html @@ -0,0 +1,26 @@ + + + + CSS Transforms Test: combination of the CSS translate and transform properties and the SVG transform attribute + + + + + + + + +

The test passes if there is a green rectangle and no red.

+ + + + + + + + diff --git a/testing/web-platform/tests/css/css-transforms/translate/translate-and-transform-css-property-in-svg.html b/testing/web-platform/tests/css/css-transforms/translate/translate-and-transform-css-property-in-svg.html new file mode 100644 index 000000000000..9a722fbc2e66 --- /dev/null +++ b/testing/web-platform/tests/css/css-transforms/translate/translate-and-transform-css-property-in-svg.html @@ -0,0 +1,24 @@ + + + + CSS Transforms Test: combination of the CSS translate property and SVG transform attribute + + + + + + + + +

The test passes if there is a green rectangle and no red.

+ + + + + + diff --git a/testing/web-platform/tests/css/css-transforms/translate/translate-in-svg.html b/testing/web-platform/tests/css/css-transforms/translate/translate-in-svg.html new file mode 100644 index 000000000000..6652f543f47b --- /dev/null +++ b/testing/web-platform/tests/css/css-transforms/translate/translate-in-svg.html @@ -0,0 +1,24 @@ + + + + CSS Transforms Test: the CSS translate property applied to an SVG element + + + + + + + + +

The test passes if there is a green rectangle and no red.

+ + + + + + -- 2.11.4.GIT