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 --- .../responsive/assorted-lengths.html | 102 +++++++++ .../responsive/backgroundPosition.html | 25 ++ .../web-animations/responsive/backgroundSize.html | 22 ++ .../web-animations/responsive/baselineShift.html | 43 ++++ .../responsive/borderImageWidth.html | 22 ++ .../web-animations/responsive/borderRadius.html | 39 ++++ .../web-animations/responsive/borderWidth.html | 33 +++ .../tests/web-animations/responsive/boxShadow.html | 30 +++ .../tests/web-animations/responsive/clip.html | 45 ++++ .../web-animations/responsive/columnCount.html | 32 +++ .../tests/web-animations/responsive/columnGap.html | 49 ++++ .../tests/web-animations/responsive/d.html | 27 +++ .../responsive/font-size-adjust.html | 32 +++ .../tests/web-animations/responsive/fontSize.html | 72 ++++++ .../web-animations/responsive/fontWeight.html | 42 ++++ .../web-animations/responsive/lineHeight.html | 80 +++++++ .../tests/web-animations/responsive/minHeight.html | 35 +++ .../web-animations/responsive/offset-path.html | 27 +++ .../web-animations/responsive/offsetDistance.html | 57 +++++ .../web-animations/responsive/offsetRotate.html | 43 ++++ .../tests/web-animations/responsive/opacity.html | 48 ++++ .../web-animations/responsive/perspective.html | 49 ++++ .../web-animations/responsive/resources/block.html | 10 + .../tests/web-animations/responsive/rotate.html | 22 ++ .../tests/web-animations/responsive/rowGap.html | 49 ++++ .../web-animations/responsive/shapeMargin.html | 24 ++ .../web-animations/responsive/shapeOutside.html | 59 +++++ .../web-animations/responsive/strokeDasharray.html | 28 +++ .../responsive/text-size-adjust.html | 29 +++ .../web-animations/responsive/textIndent.html | 59 +++++ .../web-animations/responsive/to-color-change.html | 253 +++++++++++++++++++++ .../responsive/to-inherited-change.html | 56 +++++ .../web-animations/responsive/to-style-change.html | 44 ++++ .../toggle-animated-iframe-visibility-ref.html | 10 + .../toggle-animated-iframe-visibility.html | 55 +++++ .../tests/web-animations/responsive/transform.html | 22 ++ .../tests/web-animations/responsive/translate.html | 22 ++ .../web-animations/responsive/verticalAlign.html | 22 ++ 38 files changed, 1718 insertions(+) create mode 100644 testing/web-platform/tests/web-animations/responsive/assorted-lengths.html create mode 100644 testing/web-platform/tests/web-animations/responsive/backgroundPosition.html create mode 100644 testing/web-platform/tests/web-animations/responsive/backgroundSize.html create mode 100644 testing/web-platform/tests/web-animations/responsive/baselineShift.html create mode 100644 testing/web-platform/tests/web-animations/responsive/borderImageWidth.html create mode 100644 testing/web-platform/tests/web-animations/responsive/borderRadius.html create mode 100644 testing/web-platform/tests/web-animations/responsive/borderWidth.html create mode 100644 testing/web-platform/tests/web-animations/responsive/boxShadow.html create mode 100644 testing/web-platform/tests/web-animations/responsive/clip.html create mode 100644 testing/web-platform/tests/web-animations/responsive/columnCount.html create mode 100644 testing/web-platform/tests/web-animations/responsive/columnGap.html create mode 100644 testing/web-platform/tests/web-animations/responsive/d.html create mode 100644 testing/web-platform/tests/web-animations/responsive/font-size-adjust.html create mode 100644 testing/web-platform/tests/web-animations/responsive/fontSize.html create mode 100644 testing/web-platform/tests/web-animations/responsive/fontWeight.html create mode 100644 testing/web-platform/tests/web-animations/responsive/lineHeight.html create mode 100644 testing/web-platform/tests/web-animations/responsive/minHeight.html create mode 100644 testing/web-platform/tests/web-animations/responsive/offset-path.html create mode 100644 testing/web-platform/tests/web-animations/responsive/offsetDistance.html create mode 100644 testing/web-platform/tests/web-animations/responsive/offsetRotate.html create mode 100644 testing/web-platform/tests/web-animations/responsive/opacity.html create mode 100644 testing/web-platform/tests/web-animations/responsive/perspective.html create mode 100644 testing/web-platform/tests/web-animations/responsive/resources/block.html create mode 100644 testing/web-platform/tests/web-animations/responsive/rotate.html create mode 100644 testing/web-platform/tests/web-animations/responsive/rowGap.html create mode 100644 testing/web-platform/tests/web-animations/responsive/shapeMargin.html create mode 100644 testing/web-platform/tests/web-animations/responsive/shapeOutside.html create mode 100644 testing/web-platform/tests/web-animations/responsive/strokeDasharray.html create mode 100644 testing/web-platform/tests/web-animations/responsive/text-size-adjust.html create mode 100644 testing/web-platform/tests/web-animations/responsive/textIndent.html create mode 100644 testing/web-platform/tests/web-animations/responsive/to-color-change.html create mode 100644 testing/web-platform/tests/web-animations/responsive/to-inherited-change.html create mode 100644 testing/web-platform/tests/web-animations/responsive/to-style-change.html create mode 100644 testing/web-platform/tests/web-animations/responsive/toggle-animated-iframe-visibility-ref.html create mode 100644 testing/web-platform/tests/web-animations/responsive/toggle-animated-iframe-visibility.html create mode 100644 testing/web-platform/tests/web-animations/responsive/transform.html create mode 100644 testing/web-platform/tests/web-animations/responsive/translate.html create mode 100644 testing/web-platform/tests/web-animations/responsive/verticalAlign.html (limited to 'testing/web-platform/tests/web-animations/responsive') diff --git a/testing/web-platform/tests/web-animations/responsive/assorted-lengths.html b/testing/web-platform/tests/web-animations/responsive/assorted-lengths.html new file mode 100644 index 0000000000..50e01f766c --- /dev/null +++ b/testing/web-platform/tests/web-animations/responsive/assorted-lengths.html @@ -0,0 +1,102 @@ + + + + +
+
+
+ + diff --git a/testing/web-platform/tests/web-animations/responsive/backgroundPosition.html b/testing/web-platform/tests/web-animations/responsive/backgroundPosition.html new file mode 100644 index 0000000000..cd6c6991a3 --- /dev/null +++ b/testing/web-platform/tests/web-animations/responsive/backgroundPosition.html @@ -0,0 +1,25 @@ + + + + +
+
+
+ + diff --git a/testing/web-platform/tests/web-animations/responsive/backgroundSize.html b/testing/web-platform/tests/web-animations/responsive/backgroundSize.html new file mode 100644 index 0000000000..1e9ccf96a1 --- /dev/null +++ b/testing/web-platform/tests/web-animations/responsive/backgroundSize.html @@ -0,0 +1,22 @@ + + + + +
+
+
+ + diff --git a/testing/web-platform/tests/web-animations/responsive/baselineShift.html b/testing/web-platform/tests/web-animations/responsive/baselineShift.html new file mode 100644 index 0000000000..4ccaaf33ac --- /dev/null +++ b/testing/web-platform/tests/web-animations/responsive/baselineShift.html @@ -0,0 +1,43 @@ + + + + + + + + + + + + + diff --git a/testing/web-platform/tests/web-animations/responsive/borderImageWidth.html b/testing/web-platform/tests/web-animations/responsive/borderImageWidth.html new file mode 100644 index 0000000000..4b832889bd --- /dev/null +++ b/testing/web-platform/tests/web-animations/responsive/borderImageWidth.html @@ -0,0 +1,22 @@ + + + + +
+
+
+ + diff --git a/testing/web-platform/tests/web-animations/responsive/borderRadius.html b/testing/web-platform/tests/web-animations/responsive/borderRadius.html new file mode 100644 index 0000000000..c59696ec90 --- /dev/null +++ b/testing/web-platform/tests/web-animations/responsive/borderRadius.html @@ -0,0 +1,39 @@ + + + +
+ diff --git a/testing/web-platform/tests/web-animations/responsive/borderWidth.html b/testing/web-platform/tests/web-animations/responsive/borderWidth.html new file mode 100644 index 0000000000..090d9a185a --- /dev/null +++ b/testing/web-platform/tests/web-animations/responsive/borderWidth.html @@ -0,0 +1,33 @@ + + + + +
+
+
+ + diff --git a/testing/web-platform/tests/web-animations/responsive/boxShadow.html b/testing/web-platform/tests/web-animations/responsive/boxShadow.html new file mode 100644 index 0000000000..bd1911132d --- /dev/null +++ b/testing/web-platform/tests/web-animations/responsive/boxShadow.html @@ -0,0 +1,30 @@ + + + +
+
+
+ diff --git a/testing/web-platform/tests/web-animations/responsive/clip.html b/testing/web-platform/tests/web-animations/responsive/clip.html new file mode 100644 index 0000000000..316e977576 --- /dev/null +++ b/testing/web-platform/tests/web-animations/responsive/clip.html @@ -0,0 +1,45 @@ + + + +
+
+
+ diff --git a/testing/web-platform/tests/web-animations/responsive/columnCount.html b/testing/web-platform/tests/web-animations/responsive/columnCount.html new file mode 100644 index 0000000000..c92d5cbf8f --- /dev/null +++ b/testing/web-platform/tests/web-animations/responsive/columnCount.html @@ -0,0 +1,32 @@ + + + +
+
+
+ diff --git a/testing/web-platform/tests/web-animations/responsive/columnGap.html b/testing/web-platform/tests/web-animations/responsive/columnGap.html new file mode 100644 index 0000000000..43d44152cb --- /dev/null +++ b/testing/web-platform/tests/web-animations/responsive/columnGap.html @@ -0,0 +1,49 @@ + + + + +
+
+
+ + diff --git a/testing/web-platform/tests/web-animations/responsive/d.html b/testing/web-platform/tests/web-animations/responsive/d.html new file mode 100644 index 0000000000..55c6c23a0e --- /dev/null +++ b/testing/web-platform/tests/web-animations/responsive/d.html @@ -0,0 +1,27 @@ + + + +
+
+
+ diff --git a/testing/web-platform/tests/web-animations/responsive/font-size-adjust.html b/testing/web-platform/tests/web-animations/responsive/font-size-adjust.html new file mode 100644 index 0000000000..282ec7fede --- /dev/null +++ b/testing/web-platform/tests/web-animations/responsive/font-size-adjust.html @@ -0,0 +1,32 @@ + + + +
+
+
+ diff --git a/testing/web-platform/tests/web-animations/responsive/fontSize.html b/testing/web-platform/tests/web-animations/responsive/fontSize.html new file mode 100644 index 0000000000..d65aeacd46 --- /dev/null +++ b/testing/web-platform/tests/web-animations/responsive/fontSize.html @@ -0,0 +1,72 @@ + + + +
+
+
+ diff --git a/testing/web-platform/tests/web-animations/responsive/fontWeight.html b/testing/web-platform/tests/web-animations/responsive/fontWeight.html new file mode 100644 index 0000000000..e8fbbae0e7 --- /dev/null +++ b/testing/web-platform/tests/web-animations/responsive/fontWeight.html @@ -0,0 +1,42 @@ + + + +
+
+
+ diff --git a/testing/web-platform/tests/web-animations/responsive/lineHeight.html b/testing/web-platform/tests/web-animations/responsive/lineHeight.html new file mode 100644 index 0000000000..03d45e54c1 --- /dev/null +++ b/testing/web-platform/tests/web-animations/responsive/lineHeight.html @@ -0,0 +1,80 @@ + + + + +
+
+
+ + diff --git a/testing/web-platform/tests/web-animations/responsive/minHeight.html b/testing/web-platform/tests/web-animations/responsive/minHeight.html new file mode 100644 index 0000000000..07474bc3f4 --- /dev/null +++ b/testing/web-platform/tests/web-animations/responsive/minHeight.html @@ -0,0 +1,35 @@ + + + + +
+
+
+ + diff --git a/testing/web-platform/tests/web-animations/responsive/offset-path.html b/testing/web-platform/tests/web-animations/responsive/offset-path.html new file mode 100644 index 0000000000..eff8ede60f --- /dev/null +++ b/testing/web-platform/tests/web-animations/responsive/offset-path.html @@ -0,0 +1,27 @@ + + + +
+
+
+ diff --git a/testing/web-platform/tests/web-animations/responsive/offsetDistance.html b/testing/web-platform/tests/web-animations/responsive/offsetDistance.html new file mode 100644 index 0000000000..d56da9c767 --- /dev/null +++ b/testing/web-platform/tests/web-animations/responsive/offsetDistance.html @@ -0,0 +1,57 @@ + + + +
+
+
+ diff --git a/testing/web-platform/tests/web-animations/responsive/offsetRotate.html b/testing/web-platform/tests/web-animations/responsive/offsetRotate.html new file mode 100644 index 0000000000..f0957e15c5 --- /dev/null +++ b/testing/web-platform/tests/web-animations/responsive/offsetRotate.html @@ -0,0 +1,43 @@ + + + +
+
+
+ diff --git a/testing/web-platform/tests/web-animations/responsive/opacity.html b/testing/web-platform/tests/web-animations/responsive/opacity.html new file mode 100644 index 0000000000..0bedfc879a --- /dev/null +++ b/testing/web-platform/tests/web-animations/responsive/opacity.html @@ -0,0 +1,48 @@ + + + +
+
+
+ diff --git a/testing/web-platform/tests/web-animations/responsive/perspective.html b/testing/web-platform/tests/web-animations/responsive/perspective.html new file mode 100644 index 0000000000..f32b4dbad3 --- /dev/null +++ b/testing/web-platform/tests/web-animations/responsive/perspective.html @@ -0,0 +1,49 @@ + + + + +
+
+
+ + diff --git a/testing/web-platform/tests/web-animations/responsive/resources/block.html b/testing/web-platform/tests/web-animations/responsive/resources/block.html new file mode 100644 index 0000000000..8284055969 --- /dev/null +++ b/testing/web-platform/tests/web-animations/responsive/resources/block.html @@ -0,0 +1,10 @@ + + +
\ No newline at end of file diff --git a/testing/web-platform/tests/web-animations/responsive/rotate.html b/testing/web-platform/tests/web-animations/responsive/rotate.html new file mode 100644 index 0000000000..b0e4213200 --- /dev/null +++ b/testing/web-platform/tests/web-animations/responsive/rotate.html @@ -0,0 +1,22 @@ + + + + +
+
+
+ + diff --git a/testing/web-platform/tests/web-animations/responsive/rowGap.html b/testing/web-platform/tests/web-animations/responsive/rowGap.html new file mode 100644 index 0000000000..b7dae62f23 --- /dev/null +++ b/testing/web-platform/tests/web-animations/responsive/rowGap.html @@ -0,0 +1,49 @@ + + + + +
+
+
+ + diff --git a/testing/web-platform/tests/web-animations/responsive/shapeMargin.html b/testing/web-platform/tests/web-animations/responsive/shapeMargin.html new file mode 100644 index 0000000000..02d6151ad0 --- /dev/null +++ b/testing/web-platform/tests/web-animations/responsive/shapeMargin.html @@ -0,0 +1,24 @@ + + + + +
+
+
+ + diff --git a/testing/web-platform/tests/web-animations/responsive/shapeOutside.html b/testing/web-platform/tests/web-animations/responsive/shapeOutside.html new file mode 100644 index 0000000000..2a54576a33 --- /dev/null +++ b/testing/web-platform/tests/web-animations/responsive/shapeOutside.html @@ -0,0 +1,59 @@ + + + +
+
+
+ diff --git a/testing/web-platform/tests/web-animations/responsive/strokeDasharray.html b/testing/web-platform/tests/web-animations/responsive/strokeDasharray.html new file mode 100644 index 0000000000..a1ccb30e90 --- /dev/null +++ b/testing/web-platform/tests/web-animations/responsive/strokeDasharray.html @@ -0,0 +1,28 @@ + + + +
+
+
+ diff --git a/testing/web-platform/tests/web-animations/responsive/text-size-adjust.html b/testing/web-platform/tests/web-animations/responsive/text-size-adjust.html new file mode 100644 index 0000000000..203b067a77 --- /dev/null +++ b/testing/web-platform/tests/web-animations/responsive/text-size-adjust.html @@ -0,0 +1,29 @@ + + + +
+
+
+ diff --git a/testing/web-platform/tests/web-animations/responsive/textIndent.html b/testing/web-platform/tests/web-animations/responsive/textIndent.html new file mode 100644 index 0000000000..430417d28b --- /dev/null +++ b/testing/web-platform/tests/web-animations/responsive/textIndent.html @@ -0,0 +1,59 @@ + + + +
+
+
+ diff --git a/testing/web-platform/tests/web-animations/responsive/to-color-change.html b/testing/web-platform/tests/web-animations/responsive/to-color-change.html new file mode 100644 index 0000000000..6c3fcccf62 --- /dev/null +++ b/testing/web-platform/tests/web-animations/responsive/to-color-change.html @@ -0,0 +1,253 @@ + + + + + +
+
+
+
+ + + + +
Unvisited
+
Visited
+ + diff --git a/testing/web-platform/tests/web-animations/responsive/to-inherited-change.html b/testing/web-platform/tests/web-animations/responsive/to-inherited-change.html new file mode 100644 index 0000000000..96ef5d24e1 --- /dev/null +++ b/testing/web-platform/tests/web-animations/responsive/to-inherited-change.html @@ -0,0 +1,56 @@ + + + + +
+
+
+ + diff --git a/testing/web-platform/tests/web-animations/responsive/to-style-change.html b/testing/web-platform/tests/web-animations/responsive/to-style-change.html new file mode 100644 index 0000000000..8f4bf4c8b5 --- /dev/null +++ b/testing/web-platform/tests/web-animations/responsive/to-style-change.html @@ -0,0 +1,44 @@ + + + + +
+
+
+ + diff --git a/testing/web-platform/tests/web-animations/responsive/toggle-animated-iframe-visibility-ref.html b/testing/web-platform/tests/web-animations/responsive/toggle-animated-iframe-visibility-ref.html new file mode 100644 index 0000000000..dab5bed7c8 --- /dev/null +++ b/testing/web-platform/tests/web-animations/responsive/toggle-animated-iframe-visibility-ref.html @@ -0,0 +1,10 @@ + + +
+ +
\ No newline at end of file diff --git a/testing/web-platform/tests/web-animations/responsive/toggle-animated-iframe-visibility.html b/testing/web-platform/tests/web-animations/responsive/toggle-animated-iframe-visibility.html new file mode 100644 index 0000000000..f50ffaad34 --- /dev/null +++ b/testing/web-platform/tests/web-animations/responsive/toggle-animated-iframe-visibility.html @@ -0,0 +1,55 @@ + + + +CSS Test (Animations): Unhiding iframe visibility should restart animation. + + + + +
+ +
+ + diff --git a/testing/web-platform/tests/web-animations/responsive/transform.html b/testing/web-platform/tests/web-animations/responsive/transform.html new file mode 100644 index 0000000000..d57f8b136a --- /dev/null +++ b/testing/web-platform/tests/web-animations/responsive/transform.html @@ -0,0 +1,22 @@ + + + + +
+
+
+ + diff --git a/testing/web-platform/tests/web-animations/responsive/translate.html b/testing/web-platform/tests/web-animations/responsive/translate.html new file mode 100644 index 0000000000..8df4d8577d --- /dev/null +++ b/testing/web-platform/tests/web-animations/responsive/translate.html @@ -0,0 +1,22 @@ + + + + +
+
+
+ + diff --git a/testing/web-platform/tests/web-animations/responsive/verticalAlign.html b/testing/web-platform/tests/web-animations/responsive/verticalAlign.html new file mode 100644 index 0000000000..af81fa481b --- /dev/null +++ b/testing/web-platform/tests/web-animations/responsive/verticalAlign.html @@ -0,0 +1,22 @@ + + + + +
+
+
+ + -- cgit v1.2.3