From 36d22d82aa202bb199967e9512281e9a53db42c9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 21:33:14 +0200 Subject: Adding upstream version 115.7.0esr. Signed-off-by: Daniel Baumann --- .../background-color-with-opacity-ref.html | 12 ++++++ .../background-color-with-opacity.html | 24 ++++++++++++ .../no-stacking-context-transition-ref.html | 20 ++++++++++ ...and-transition-starts-at-the-same-time-ref.html | 13 +++++++ ...ame-and-transition-starts-at-the-same-time.html | 26 +++++++++++++ layout/reftests/css-transitions/reftest.list | 12 ++++++ ...stacking-context-opacity-lose-to-animation.html | 44 ++++++++++++++++++++++ ...-context-opacity-wins-over-important-style.html | 40 ++++++++++++++++++++ ...acking-context-transform-lose-to-animation.html | 44 ++++++++++++++++++++++ ...ontext-transform-wins-over-important-style.html | 40 ++++++++++++++++++++ .../stacking-context-transition-ref.html | 19 ++++++++++ .../style-change-during-transition-ref.html | 9 +++++ .../style-change-during-transition.html | 32 ++++++++++++++++ ...and-animation-with-different-durations-ref.html | 9 +++++ ...ion-and-animation-with-different-durations.html | 31 +++++++++++++++ .../transitions-inline-already-wrapped-1.html | 23 +++++++++++ .../transitions-inline-already-wrapped-2.html | 28 ++++++++++++++ .../css-transitions/transitions-inline-ref.html | 7 ++++ .../transitions-inline-rewrap-1.html | 25 ++++++++++++ .../transitions-inline-rewrap-2.html | 31 +++++++++++++++ 20 files changed, 489 insertions(+) create mode 100644 layout/reftests/css-transitions/background-color-with-opacity-ref.html create mode 100644 layout/reftests/css-transitions/background-color-with-opacity.html create mode 100644 layout/reftests/css-transitions/no-stacking-context-transition-ref.html create mode 100644 layout/reftests/css-transitions/reframe-and-transition-starts-at-the-same-time-ref.html create mode 100644 layout/reftests/css-transitions/reframe-and-transition-starts-at-the-same-time.html create mode 100644 layout/reftests/css-transitions/reftest.list create mode 100644 layout/reftests/css-transitions/stacking-context-opacity-lose-to-animation.html create mode 100644 layout/reftests/css-transitions/stacking-context-opacity-wins-over-important-style.html create mode 100644 layout/reftests/css-transitions/stacking-context-transform-lose-to-animation.html create mode 100644 layout/reftests/css-transitions/stacking-context-transform-wins-over-important-style.html create mode 100644 layout/reftests/css-transitions/stacking-context-transition-ref.html create mode 100644 layout/reftests/css-transitions/style-change-during-transition-ref.html create mode 100644 layout/reftests/css-transitions/style-change-during-transition.html create mode 100644 layout/reftests/css-transitions/transition-and-animation-with-different-durations-ref.html create mode 100644 layout/reftests/css-transitions/transition-and-animation-with-different-durations.html create mode 100644 layout/reftests/css-transitions/transitions-inline-already-wrapped-1.html create mode 100644 layout/reftests/css-transitions/transitions-inline-already-wrapped-2.html create mode 100644 layout/reftests/css-transitions/transitions-inline-ref.html create mode 100644 layout/reftests/css-transitions/transitions-inline-rewrap-1.html create mode 100644 layout/reftests/css-transitions/transitions-inline-rewrap-2.html (limited to 'layout/reftests/css-transitions') diff --git a/layout/reftests/css-transitions/background-color-with-opacity-ref.html b/layout/reftests/css-transitions/background-color-with-opacity-ref.html new file mode 100644 index 0000000000..0ec114ca69 --- /dev/null +++ b/layout/reftests/css-transitions/background-color-with-opacity-ref.html @@ -0,0 +1,12 @@ + + + +
+ diff --git a/layout/reftests/css-transitions/background-color-with-opacity.html b/layout/reftests/css-transitions/background-color-with-opacity.html new file mode 100644 index 0000000000..bbbd6524f9 --- /dev/null +++ b/layout/reftests/css-transitions/background-color-with-opacity.html @@ -0,0 +1,24 @@ + + + +
+ + diff --git a/layout/reftests/css-transitions/no-stacking-context-transition-ref.html b/layout/reftests/css-transitions/no-stacking-context-transition-ref.html new file mode 100644 index 0000000000..efc029d03e --- /dev/null +++ b/layout/reftests/css-transitions/no-stacking-context-transition-ref.html @@ -0,0 +1,20 @@ + + +Reference of testcases which don't create a stacking context for bug 1278136 + + + +
diff --git a/layout/reftests/css-transitions/reframe-and-transition-starts-at-the-same-time-ref.html b/layout/reftests/css-transitions/reframe-and-transition-starts-at-the-same-time-ref.html new file mode 100644 index 0000000000..65387b5998 --- /dev/null +++ b/layout/reftests/css-transitions/reframe-and-transition-starts-at-the-same-time-ref.html @@ -0,0 +1,13 @@ + + + +
+ diff --git a/layout/reftests/css-transitions/reframe-and-transition-starts-at-the-same-time.html b/layout/reftests/css-transitions/reframe-and-transition-starts-at-the-same-time.html new file mode 100644 index 0000000000..e3eee44886 --- /dev/null +++ b/layout/reftests/css-transitions/reframe-and-transition-starts-at-the-same-time.html @@ -0,0 +1,26 @@ + + + +
+ + diff --git a/layout/reftests/css-transitions/reftest.list b/layout/reftests/css-transitions/reftest.list new file mode 100644 index 0000000000..0a177dc242 --- /dev/null +++ b/layout/reftests/css-transitions/reftest.list @@ -0,0 +1,12 @@ +pref(gfx.omta.background-color,true) fuzzy(0-1,0-10000) == background-color-with-opacity.html background-color-with-opacity-ref.html +== transitions-inline-already-wrapped-1.html transitions-inline-ref.html +== transitions-inline-already-wrapped-2.html transitions-inline-ref.html +== transitions-inline-rewrap-1.html transitions-inline-ref.html +== transitions-inline-rewrap-2.html transitions-inline-ref.html +== stacking-context-opacity-lose-to-animation.html stacking-context-transition-ref.html +== stacking-context-transform-lose-to-animation.html stacking-context-transition-ref.html +== stacking-context-opacity-wins-over-important-style.html stacking-context-transition-ref.html +== stacking-context-transform-wins-over-important-style.html stacking-context-transition-ref.html +== transition-and-animation-with-different-durations.html transition-and-animation-with-different-durations-ref.html +== reframe-and-transition-starts-at-the-same-time.html reframe-and-transition-starts-at-the-same-time-ref.html +== style-change-during-transition.html style-change-during-transition-ref.html diff --git a/layout/reftests/css-transitions/stacking-context-opacity-lose-to-animation.html b/layout/reftests/css-transitions/stacking-context-opacity-lose-to-animation.html new file mode 100644 index 0000000000..dd1c02f465 --- /dev/null +++ b/layout/reftests/css-transitions/stacking-context-opacity-lose-to-animation.html @@ -0,0 +1,44 @@ + + + +Opacity transition and animation overridden by !important rule creates a +stacking context + + + +
+ diff --git a/layout/reftests/css-transitions/stacking-context-opacity-wins-over-important-style.html b/layout/reftests/css-transitions/stacking-context-opacity-wins-over-important-style.html new file mode 100644 index 0000000000..d36bcc1089 --- /dev/null +++ b/layout/reftests/css-transitions/stacking-context-opacity-wins-over-important-style.html @@ -0,0 +1,40 @@ + + + +Opacity transition winning over !important rule creates a stacking context + + + +
+ diff --git a/layout/reftests/css-transitions/stacking-context-transform-lose-to-animation.html b/layout/reftests/css-transitions/stacking-context-transform-lose-to-animation.html new file mode 100644 index 0000000000..888d4e6ba1 --- /dev/null +++ b/layout/reftests/css-transitions/stacking-context-transform-lose-to-animation.html @@ -0,0 +1,44 @@ + + + +Transform transition and animation overridden by !important rule create +a stacking context + + + +
+ diff --git a/layout/reftests/css-transitions/stacking-context-transform-wins-over-important-style.html b/layout/reftests/css-transitions/stacking-context-transform-wins-over-important-style.html new file mode 100644 index 0000000000..4d31df27ad --- /dev/null +++ b/layout/reftests/css-transitions/stacking-context-transform-wins-over-important-style.html @@ -0,0 +1,40 @@ + + + +Transform transition winning over !important rule creates a stacking context + + + +
+ diff --git a/layout/reftests/css-transitions/stacking-context-transition-ref.html b/layout/reftests/css-transitions/stacking-context-transition-ref.html new file mode 100644 index 0000000000..817056c1ce --- /dev/null +++ b/layout/reftests/css-transitions/stacking-context-transition-ref.html @@ -0,0 +1,19 @@ + +Reference of testcases for bug 1273042 + + +
diff --git a/layout/reftests/css-transitions/style-change-during-transition-ref.html b/layout/reftests/css-transitions/style-change-during-transition-ref.html new file mode 100644 index 0000000000..394894e2af --- /dev/null +++ b/layout/reftests/css-transitions/style-change-during-transition-ref.html @@ -0,0 +1,9 @@ + + +
+
+
+ Text +
+
+
diff --git a/layout/reftests/css-transitions/style-change-during-transition.html b/layout/reftests/css-transitions/style-change-during-transition.html new file mode 100644 index 0000000000..e539a82093 --- /dev/null +++ b/layout/reftests/css-transitions/style-change-during-transition.html @@ -0,0 +1,32 @@ + + + + + diff --git a/layout/reftests/css-transitions/transition-and-animation-with-different-durations-ref.html b/layout/reftests/css-transitions/transition-and-animation-with-different-durations-ref.html new file mode 100644 index 0000000000..e6850238af --- /dev/null +++ b/layout/reftests/css-transitions/transition-and-animation-with-different-durations-ref.html @@ -0,0 +1,9 @@ + +A reference of 100x100 blue box + +
diff --git a/layout/reftests/css-transitions/transition-and-animation-with-different-durations.html b/layout/reftests/css-transitions/transition-and-animation-with-different-durations.html new file mode 100644 index 0000000000..9bc692eeab --- /dev/null +++ b/layout/reftests/css-transitions/transition-and-animation-with-different-durations.html @@ -0,0 +1,31 @@ + + + +Transform animation and opacity transition with different durations + + +
+ diff --git a/layout/reftests/css-transitions/transitions-inline-already-wrapped-1.html b/layout/reftests/css-transitions/transitions-inline-already-wrapped-1.html new file mode 100644 index 0000000000..f7533f6506 --- /dev/null +++ b/layout/reftests/css-transitions/transitions-inline-already-wrapped-1.html @@ -0,0 +1,23 @@ + +Test for CSS transitions and re-wrapping of inlines + + +
+ +This is some text with a transition. + +
diff --git a/layout/reftests/css-transitions/transitions-inline-already-wrapped-2.html b/layout/reftests/css-transitions/transitions-inline-already-wrapped-2.html new file mode 100644 index 0000000000..9adf491922 --- /dev/null +++ b/layout/reftests/css-transitions/transitions-inline-already-wrapped-2.html @@ -0,0 +1,28 @@ + +Test for CSS transitions and re-wrapping of inlines + + +
+ +This is some text with a transition. + +
diff --git a/layout/reftests/css-transitions/transitions-inline-ref.html b/layout/reftests/css-transitions/transitions-inline-ref.html new file mode 100644 index 0000000000..16ade1cfe7 --- /dev/null +++ b/layout/reftests/css-transitions/transitions-inline-ref.html @@ -0,0 +1,7 @@ + +Test for CSS transitions and re-wrapping of inlines +
+ +This is some text with a transition. + +
diff --git a/layout/reftests/css-transitions/transitions-inline-rewrap-1.html b/layout/reftests/css-transitions/transitions-inline-rewrap-1.html new file mode 100644 index 0000000000..b5ce43cd37 --- /dev/null +++ b/layout/reftests/css-transitions/transitions-inline-rewrap-1.html @@ -0,0 +1,25 @@ + +Test for CSS transitions and re-wrapping of inlines + + +
+ +This is some text with a transition. + +
diff --git a/layout/reftests/css-transitions/transitions-inline-rewrap-2.html b/layout/reftests/css-transitions/transitions-inline-rewrap-2.html new file mode 100644 index 0000000000..728a018747 --- /dev/null +++ b/layout/reftests/css-transitions/transitions-inline-rewrap-2.html @@ -0,0 +1,31 @@ + +Test for CSS transitions and re-wrapping of inlines + + +
+ +This is some text with a transition. + +
-- cgit v1.2.3