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 --- .../interfaces/Animation/cancel.html | 133 +++++ .../interfaces/Animation/commitStyles-crash.html | 26 + .../Animation/commitStyles-svg-crash.html | 12 + .../interfaces/Animation/commitStyles.html | 577 +++++++++++++++++++++ .../interfaces/Animation/constructor.html | 113 ++++ .../interfaces/Animation/effect.html | 42 ++ .../interfaces/Animation/finished.html | 416 +++++++++++++++ .../web-animations/interfaces/Animation/id.html | 28 + .../interfaces/Animation/oncancel.html | 33 ++ .../interfaces/Animation/onfinish.html | 119 +++++ .../interfaces/Animation/onremove.html | 58 +++ .../web-animations/interfaces/Animation/pause.html | 98 ++++ .../interfaces/Animation/pending.html | 55 ++ .../interfaces/Animation/persist.html | 40 ++ .../web-animations/interfaces/Animation/play.html | 34 ++ .../web-animations/interfaces/Animation/ready.html | 78 +++ .../interfaces/Animation/startTime.html | 55 ++ .../interfaces/Animation/style-change-events.html | 371 +++++++++++++ 18 files changed, 2288 insertions(+) create mode 100644 testing/web-platform/tests/web-animations/interfaces/Animation/cancel.html create mode 100644 testing/web-platform/tests/web-animations/interfaces/Animation/commitStyles-crash.html create mode 100644 testing/web-platform/tests/web-animations/interfaces/Animation/commitStyles-svg-crash.html create mode 100644 testing/web-platform/tests/web-animations/interfaces/Animation/commitStyles.html create mode 100644 testing/web-platform/tests/web-animations/interfaces/Animation/constructor.html create mode 100644 testing/web-platform/tests/web-animations/interfaces/Animation/effect.html create mode 100644 testing/web-platform/tests/web-animations/interfaces/Animation/finished.html create mode 100644 testing/web-platform/tests/web-animations/interfaces/Animation/id.html create mode 100644 testing/web-platform/tests/web-animations/interfaces/Animation/oncancel.html create mode 100644 testing/web-platform/tests/web-animations/interfaces/Animation/onfinish.html create mode 100644 testing/web-platform/tests/web-animations/interfaces/Animation/onremove.html create mode 100644 testing/web-platform/tests/web-animations/interfaces/Animation/pause.html create mode 100644 testing/web-platform/tests/web-animations/interfaces/Animation/pending.html create mode 100644 testing/web-platform/tests/web-animations/interfaces/Animation/persist.html create mode 100644 testing/web-platform/tests/web-animations/interfaces/Animation/play.html create mode 100644 testing/web-platform/tests/web-animations/interfaces/Animation/ready.html create mode 100644 testing/web-platform/tests/web-animations/interfaces/Animation/startTime.html create mode 100644 testing/web-platform/tests/web-animations/interfaces/Animation/style-change-events.html (limited to 'testing/web-platform/tests/web-animations/interfaces/Animation') diff --git a/testing/web-platform/tests/web-animations/interfaces/Animation/cancel.html b/testing/web-platform/tests/web-animations/interfaces/Animation/cancel.html new file mode 100644 index 0000000000..a7da9755dd --- /dev/null +++ b/testing/web-platform/tests/web-animations/interfaces/Animation/cancel.html @@ -0,0 +1,133 @@ + + +Animation.cancel + + + + + +
+ + diff --git a/testing/web-platform/tests/web-animations/interfaces/Animation/commitStyles-crash.html b/testing/web-platform/tests/web-animations/interfaces/Animation/commitStyles-crash.html new file mode 100644 index 0000000000..063fe5a4eb --- /dev/null +++ b/testing/web-platform/tests/web-animations/interfaces/Animation/commitStyles-crash.html @@ -0,0 +1,26 @@ + + + diff --git a/testing/web-platform/tests/web-animations/interfaces/Animation/commitStyles-svg-crash.html b/testing/web-platform/tests/web-animations/interfaces/Animation/commitStyles-svg-crash.html new file mode 100644 index 0000000000..7fc1fef9ce --- /dev/null +++ b/testing/web-platform/tests/web-animations/interfaces/Animation/commitStyles-svg-crash.html @@ -0,0 +1,12 @@ + + + + + + diff --git a/testing/web-platform/tests/web-animations/interfaces/Animation/commitStyles.html b/testing/web-platform/tests/web-animations/interfaces/Animation/commitStyles.html new file mode 100644 index 0000000000..9a7dbea8b8 --- /dev/null +++ b/testing/web-platform/tests/web-animations/interfaces/Animation/commitStyles.html @@ -0,0 +1,577 @@ + + +Animation.commitStyles + + + + + + +
+ + diff --git a/testing/web-platform/tests/web-animations/interfaces/Animation/constructor.html b/testing/web-platform/tests/web-animations/interfaces/Animation/constructor.html new file mode 100644 index 0000000000..d599fd72ea --- /dev/null +++ b/testing/web-platform/tests/web-animations/interfaces/Animation/constructor.html @@ -0,0 +1,113 @@ + + +Animation constructor + + + + + +
+
+ + diff --git a/testing/web-platform/tests/web-animations/interfaces/Animation/effect.html b/testing/web-platform/tests/web-animations/interfaces/Animation/effect.html new file mode 100644 index 0000000000..cb8bc09c36 --- /dev/null +++ b/testing/web-platform/tests/web-animations/interfaces/Animation/effect.html @@ -0,0 +1,42 @@ + + +Animation.effect + + + + + +
+ + diff --git a/testing/web-platform/tests/web-animations/interfaces/Animation/finished.html b/testing/web-platform/tests/web-animations/interfaces/Animation/finished.html new file mode 100644 index 0000000000..bee4fd8fb7 --- /dev/null +++ b/testing/web-platform/tests/web-animations/interfaces/Animation/finished.html @@ -0,0 +1,416 @@ + + +Animation.finished + + + + + +
+ + diff --git a/testing/web-platform/tests/web-animations/interfaces/Animation/id.html b/testing/web-platform/tests/web-animations/interfaces/Animation/id.html new file mode 100644 index 0000000000..5b9586bfaf --- /dev/null +++ b/testing/web-platform/tests/web-animations/interfaces/Animation/id.html @@ -0,0 +1,28 @@ + + +Animation.id + + + + + +
+ + diff --git a/testing/web-platform/tests/web-animations/interfaces/Animation/oncancel.html b/testing/web-platform/tests/web-animations/interfaces/Animation/oncancel.html new file mode 100644 index 0000000000..d539119609 --- /dev/null +++ b/testing/web-platform/tests/web-animations/interfaces/Animation/oncancel.html @@ -0,0 +1,33 @@ + + +Animation.oncancel + + + + + +
+ + diff --git a/testing/web-platform/tests/web-animations/interfaces/Animation/onfinish.html b/testing/web-platform/tests/web-animations/interfaces/Animation/onfinish.html new file mode 100644 index 0000000000..b58fea0362 --- /dev/null +++ b/testing/web-platform/tests/web-animations/interfaces/Animation/onfinish.html @@ -0,0 +1,119 @@ + + +Animation.onfinish + + + + + +
+ + diff --git a/testing/web-platform/tests/web-animations/interfaces/Animation/onremove.html b/testing/web-platform/tests/web-animations/interfaces/Animation/onremove.html new file mode 100644 index 0000000000..1a41a3d21c --- /dev/null +++ b/testing/web-platform/tests/web-animations/interfaces/Animation/onremove.html @@ -0,0 +1,58 @@ + + +Animation.onremove + + + + + +
+ + + diff --git a/testing/web-platform/tests/web-animations/interfaces/Animation/pause.html b/testing/web-platform/tests/web-animations/interfaces/Animation/pause.html new file mode 100644 index 0000000000..1d1bd5fd89 --- /dev/null +++ b/testing/web-platform/tests/web-animations/interfaces/Animation/pause.html @@ -0,0 +1,98 @@ + + +Animation.pause + + + + + +
+ + diff --git a/testing/web-platform/tests/web-animations/interfaces/Animation/pending.html b/testing/web-platform/tests/web-animations/interfaces/Animation/pending.html new file mode 100644 index 0000000000..c200f9e977 --- /dev/null +++ b/testing/web-platform/tests/web-animations/interfaces/Animation/pending.html @@ -0,0 +1,55 @@ + + +Animation.pending + + + + + +
+ + diff --git a/testing/web-platform/tests/web-animations/interfaces/Animation/persist.html b/testing/web-platform/tests/web-animations/interfaces/Animation/persist.html new file mode 100644 index 0000000000..c18993cbc4 --- /dev/null +++ b/testing/web-platform/tests/web-animations/interfaces/Animation/persist.html @@ -0,0 +1,40 @@ + + +Animation.persist + + + + + +
+ + diff --git a/testing/web-platform/tests/web-animations/interfaces/Animation/play.html b/testing/web-platform/tests/web-animations/interfaces/Animation/play.html new file mode 100644 index 0000000000..6c5d604b1e --- /dev/null +++ b/testing/web-platform/tests/web-animations/interfaces/Animation/play.html @@ -0,0 +1,34 @@ + + +Animation.play + + + + + +
+ + diff --git a/testing/web-platform/tests/web-animations/interfaces/Animation/ready.html b/testing/web-platform/tests/web-animations/interfaces/Animation/ready.html new file mode 100644 index 0000000000..462e2a0484 --- /dev/null +++ b/testing/web-platform/tests/web-animations/interfaces/Animation/ready.html @@ -0,0 +1,78 @@ + + +Animation.ready + + + + + +
+ + diff --git a/testing/web-platform/tests/web-animations/interfaces/Animation/startTime.html b/testing/web-platform/tests/web-animations/interfaces/Animation/startTime.html new file mode 100644 index 0000000000..61f76955a3 --- /dev/null +++ b/testing/web-platform/tests/web-animations/interfaces/Animation/startTime.html @@ -0,0 +1,55 @@ + + +Animation.startTime + + + + + +
+ + diff --git a/testing/web-platform/tests/web-animations/interfaces/Animation/style-change-events.html b/testing/web-platform/tests/web-animations/interfaces/Animation/style-change-events.html new file mode 100644 index 0000000000..b41f748720 --- /dev/null +++ b/testing/web-platform/tests/web-animations/interfaces/Animation/style-change-events.html @@ -0,0 +1,371 @@ + + +Animation interface: style change events + + + + + +
+ + -- cgit v1.2.3