From 086c044dc34dfc0f74fbe41f4ecb402b2cd34884 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:13:33 +0200 Subject: Merging upstream version 125.0.1. Signed-off-by: Daniel Baumann --- ...heet-constructable-insertRule-base-uri-ref.html | 5 ++ ...yleSheet-constructable-insertRule-base-uri.html | 17 ++++++ .../CSSStyleSheet-constructable-invalidation.html | 49 +++++++++++++++++ .../getComputedStyle-pseudo-with-argument.html | 64 ++++++++++++++++++++++ 4 files changed, 135 insertions(+) create mode 100644 testing/web-platform/tests/css/cssom/CSSStyleSheet-constructable-insertRule-base-uri-ref.html create mode 100644 testing/web-platform/tests/css/cssom/CSSStyleSheet-constructable-insertRule-base-uri.html create mode 100644 testing/web-platform/tests/css/cssom/CSSStyleSheet-constructable-invalidation.html create mode 100644 testing/web-platform/tests/css/cssom/getComputedStyle-pseudo-with-argument.html (limited to 'testing/web-platform/tests/css/cssom') diff --git a/testing/web-platform/tests/css/cssom/CSSStyleSheet-constructable-insertRule-base-uri-ref.html b/testing/web-platform/tests/css/cssom/CSSStyleSheet-constructable-insertRule-base-uri-ref.html new file mode 100644 index 0000000000..2696593a45 --- /dev/null +++ b/testing/web-platform/tests/css/cssom/CSSStyleSheet-constructable-insertRule-base-uri-ref.html @@ -0,0 +1,5 @@ + +CSS Test Reference + diff --git a/testing/web-platform/tests/css/cssom/CSSStyleSheet-constructable-insertRule-base-uri.html b/testing/web-platform/tests/css/cssom/CSSStyleSheet-constructable-insertRule-base-uri.html new file mode 100644 index 0000000000..22f298a34e --- /dev/null +++ b/testing/web-platform/tests/css/cssom/CSSStyleSheet-constructable-insertRule-base-uri.html @@ -0,0 +1,17 @@ + + +CSSStyleSheet.insertRule() on a constructable stylesheet uses the right base uri, even if replace/Sync() hasn't been called yet + + + + + + diff --git a/testing/web-platform/tests/css/cssom/CSSStyleSheet-constructable-invalidation.html b/testing/web-platform/tests/css/cssom/CSSStyleSheet-constructable-invalidation.html new file mode 100644 index 0000000000..f63abaa80c --- /dev/null +++ b/testing/web-platform/tests/css/cssom/CSSStyleSheet-constructable-invalidation.html @@ -0,0 +1,49 @@ + + +CSSStyleSheet rule mutation invalidation + + + + +Should be green. +Should be green. + diff --git a/testing/web-platform/tests/css/cssom/getComputedStyle-pseudo-with-argument.html b/testing/web-platform/tests/css/cssom/getComputedStyle-pseudo-with-argument.html new file mode 100644 index 0000000000..bc23ad180b --- /dev/null +++ b/testing/web-platform/tests/css/cssom/getComputedStyle-pseudo-with-argument.html @@ -0,0 +1,64 @@ + + +CSSOM: Handling pseudo-elements with arguments + + + + + + -- cgit v1.2.3