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 --- ...-after-scroll-preserves-stacking-order-ref.html | 19 +++++++++++ ...ange-after-scroll-preserves-stacking-order.html | 39 ++++++++++++++++++++++ .../opacity-affects-block-in-inline-ref.html | 2 ++ .../opacity-affects-block-in-inline.html | 6 ++++ ...opacity-change-parent-stacking-context-ref.html | 8 +++++ .../opacity-change-parent-stacking-context.html | 21 ++++++++++++ .../opacity-change-twice-stacking-context-ref.html | 3 ++ .../opacity-change-twice-stacking-context.html | 19 +++++++++++ ...nsition-change-parent-stacking-context-ref.html | 4 +++ ...-transition-change-parent-stacking-context.html | 21 ++++++++++++ .../zindex-affects-block-in-inline-ref.html | 2 ++ .../zindex-affects-block-in-inline.html | 7 ++++ 12 files changed, 151 insertions(+) create mode 100644 testing/web-platform/tests/css/CSS2/stacking-context/composite-change-after-scroll-preserves-stacking-order-ref.html create mode 100644 testing/web-platform/tests/css/CSS2/stacking-context/composite-change-after-scroll-preserves-stacking-order.html create mode 100644 testing/web-platform/tests/css/CSS2/stacking-context/opacity-affects-block-in-inline-ref.html create mode 100644 testing/web-platform/tests/css/CSS2/stacking-context/opacity-affects-block-in-inline.html create mode 100644 testing/web-platform/tests/css/CSS2/stacking-context/opacity-change-parent-stacking-context-ref.html create mode 100644 testing/web-platform/tests/css/CSS2/stacking-context/opacity-change-parent-stacking-context.html create mode 100644 testing/web-platform/tests/css/CSS2/stacking-context/opacity-change-twice-stacking-context-ref.html create mode 100644 testing/web-platform/tests/css/CSS2/stacking-context/opacity-change-twice-stacking-context.html create mode 100644 testing/web-platform/tests/css/CSS2/stacking-context/opacity-transition-change-parent-stacking-context-ref.html create mode 100644 testing/web-platform/tests/css/CSS2/stacking-context/opacity-transition-change-parent-stacking-context.html create mode 100644 testing/web-platform/tests/css/CSS2/stacking-context/zindex-affects-block-in-inline-ref.html create mode 100644 testing/web-platform/tests/css/CSS2/stacking-context/zindex-affects-block-in-inline.html (limited to 'testing/web-platform/tests/css/CSS2/stacking-context') diff --git a/testing/web-platform/tests/css/CSS2/stacking-context/composite-change-after-scroll-preserves-stacking-order-ref.html b/testing/web-platform/tests/css/CSS2/stacking-context/composite-change-after-scroll-preserves-stacking-order-ref.html new file mode 100644 index 0000000000..9bf223c3b5 --- /dev/null +++ b/testing/web-platform/tests/css/CSS2/stacking-context/composite-change-after-scroll-preserves-stacking-order-ref.html @@ -0,0 +1,19 @@ + + + +
+
+
+
+
diff --git a/testing/web-platform/tests/css/CSS2/stacking-context/composite-change-after-scroll-preserves-stacking-order.html b/testing/web-platform/tests/css/CSS2/stacking-context/composite-change-after-scroll-preserves-stacking-order.html new file mode 100644 index 0000000000..1abf6f292e --- /dev/null +++ b/testing/web-platform/tests/css/CSS2/stacking-context/composite-change-after-scroll-preserves-stacking-order.html @@ -0,0 +1,39 @@ + + + + + + + + +
+
+
+
+
+ + diff --git a/testing/web-platform/tests/css/CSS2/stacking-context/opacity-affects-block-in-inline-ref.html b/testing/web-platform/tests/css/CSS2/stacking-context/opacity-affects-block-in-inline-ref.html new file mode 100644 index 0000000000..24ed7c921a --- /dev/null +++ b/testing/web-platform/tests/css/CSS2/stacking-context/opacity-affects-block-in-inline-ref.html @@ -0,0 +1,2 @@ + +
diff --git a/testing/web-platform/tests/css/CSS2/stacking-context/opacity-affects-block-in-inline.html b/testing/web-platform/tests/css/CSS2/stacking-context/opacity-affects-block-in-inline.html new file mode 100644 index 0000000000..340ca185d9 --- /dev/null +++ b/testing/web-platform/tests/css/CSS2/stacking-context/opacity-affects-block-in-inline.html @@ -0,0 +1,6 @@ + + + + +
+
diff --git a/testing/web-platform/tests/css/CSS2/stacking-context/opacity-change-parent-stacking-context-ref.html b/testing/web-platform/tests/css/CSS2/stacking-context/opacity-change-parent-stacking-context-ref.html new file mode 100644 index 0000000000..16df33369f --- /dev/null +++ b/testing/web-platform/tests/css/CSS2/stacking-context/opacity-change-parent-stacking-context-ref.html @@ -0,0 +1,8 @@ + +CSS Test Reference + +
+
+
+
+
diff --git a/testing/web-platform/tests/css/CSS2/stacking-context/opacity-change-parent-stacking-context.html b/testing/web-platform/tests/css/CSS2/stacking-context/opacity-change-parent-stacking-context.html new file mode 100644 index 0000000000..e58bf47c2f --- /dev/null +++ b/testing/web-platform/tests/css/CSS2/stacking-context/opacity-change-parent-stacking-context.html @@ -0,0 +1,21 @@ + + + CSS Test: Test for re-paint after stacking context removal due to opacity + + + + +
+
+
+
+
+ + diff --git a/testing/web-platform/tests/css/CSS2/stacking-context/opacity-change-twice-stacking-context-ref.html b/testing/web-platform/tests/css/CSS2/stacking-context/opacity-change-twice-stacking-context-ref.html new file mode 100644 index 0000000000..da17527af5 --- /dev/null +++ b/testing/web-platform/tests/css/CSS2/stacking-context/opacity-change-twice-stacking-context-ref.html @@ -0,0 +1,3 @@ + +
+
diff --git a/testing/web-platform/tests/css/CSS2/stacking-context/opacity-change-twice-stacking-context.html b/testing/web-platform/tests/css/CSS2/stacking-context/opacity-change-twice-stacking-context.html new file mode 100644 index 0000000000..c3c680c68f --- /dev/null +++ b/testing/web-platform/tests/css/CSS2/stacking-context/opacity-change-twice-stacking-context.html @@ -0,0 +1,19 @@ + + + CSS Test: Test for re-paint after stacking context changes opacity twice + + + +
+
+ + diff --git a/testing/web-platform/tests/css/CSS2/stacking-context/opacity-transition-change-parent-stacking-context-ref.html b/testing/web-platform/tests/css/CSS2/stacking-context/opacity-transition-change-parent-stacking-context-ref.html new file mode 100644 index 0000000000..65138c9a66 --- /dev/null +++ b/testing/web-platform/tests/css/CSS2/stacking-context/opacity-transition-change-parent-stacking-context-ref.html @@ -0,0 +1,4 @@ + +CSS Test Reference + +
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/stacking-context/opacity-transition-change-parent-stacking-context.html b/testing/web-platform/tests/css/CSS2/stacking-context/opacity-transition-change-parent-stacking-context.html new file mode 100644 index 0000000000..c163a4c7e6 --- /dev/null +++ b/testing/web-platform/tests/css/CSS2/stacking-context/opacity-transition-change-parent-stacking-context.html @@ -0,0 +1,21 @@ + + + CSS Test: Test for re-paint after stacking context removal due to opacity transition + + + + +
+
+
+ + diff --git a/testing/web-platform/tests/css/CSS2/stacking-context/zindex-affects-block-in-inline-ref.html b/testing/web-platform/tests/css/CSS2/stacking-context/zindex-affects-block-in-inline-ref.html new file mode 100644 index 0000000000..c0fdb338d0 --- /dev/null +++ b/testing/web-platform/tests/css/CSS2/stacking-context/zindex-affects-block-in-inline-ref.html @@ -0,0 +1,2 @@ + +
diff --git a/testing/web-platform/tests/css/CSS2/stacking-context/zindex-affects-block-in-inline.html b/testing/web-platform/tests/css/CSS2/stacking-context/zindex-affects-block-in-inline.html new file mode 100644 index 0000000000..5a5c9e3dcc --- /dev/null +++ b/testing/web-platform/tests/css/CSS2/stacking-context/zindex-affects-block-in-inline.html @@ -0,0 +1,7 @@ + + + +
+ +
+
-- cgit v1.2.3