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 --- .../crashtests/cssInvertValue-convert-crash.html | 13 ++ .../crashtests/cssInvertValue-zero.html | 11 ++ .../crashtests/cssTransform-Internal-value.html | 12 ++ .../stylevalue-serialization/cssImageValue.html | 19 +++ .../cssKeywordValue.tentative.html | 35 +++++ .../cssMathValue.tentative.html | 145 ++++++++++++++++++ .../cssStyleValue-cssom.html | 33 ++++ .../cssStyleValue-string.html | 23 +++ .../cssTransformValue.tentative.html | 167 +++++++++++++++++++++ .../cssUnitValue.tentative.html | 43 ++++++ .../stylevalue-serialization/cssUnparsedValue.html | 44 ++++++ 11 files changed, 545 insertions(+) create mode 100644 testing/web-platform/tests/css/css-typed-om/stylevalue-serialization/crashtests/cssInvertValue-convert-crash.html create mode 100644 testing/web-platform/tests/css/css-typed-om/stylevalue-serialization/crashtests/cssInvertValue-zero.html create mode 100644 testing/web-platform/tests/css/css-typed-om/stylevalue-serialization/crashtests/cssTransform-Internal-value.html create mode 100644 testing/web-platform/tests/css/css-typed-om/stylevalue-serialization/cssImageValue.html create mode 100644 testing/web-platform/tests/css/css-typed-om/stylevalue-serialization/cssKeywordValue.tentative.html create mode 100644 testing/web-platform/tests/css/css-typed-om/stylevalue-serialization/cssMathValue.tentative.html create mode 100644 testing/web-platform/tests/css/css-typed-om/stylevalue-serialization/cssStyleValue-cssom.html create mode 100644 testing/web-platform/tests/css/css-typed-om/stylevalue-serialization/cssStyleValue-string.html create mode 100644 testing/web-platform/tests/css/css-typed-om/stylevalue-serialization/cssTransformValue.tentative.html create mode 100644 testing/web-platform/tests/css/css-typed-om/stylevalue-serialization/cssUnitValue.tentative.html create mode 100644 testing/web-platform/tests/css/css-typed-om/stylevalue-serialization/cssUnparsedValue.html (limited to 'testing/web-platform/tests/css/css-typed-om/stylevalue-serialization') diff --git a/testing/web-platform/tests/css/css-typed-om/stylevalue-serialization/crashtests/cssInvertValue-convert-crash.html b/testing/web-platform/tests/css/css-typed-om/stylevalue-serialization/crashtests/cssInvertValue-convert-crash.html new file mode 100644 index 0000000000..8ca27efc3a --- /dev/null +++ b/testing/web-platform/tests/css/css-typed-om/stylevalue-serialization/crashtests/cssInvertValue-convert-crash.html @@ -0,0 +1,13 @@ + + + + + + + +

This test passes if it does not crash.

+ \ No newline at end of file diff --git a/testing/web-platform/tests/css/css-typed-om/stylevalue-serialization/crashtests/cssInvertValue-zero.html b/testing/web-platform/tests/css/css-typed-om/stylevalue-serialization/crashtests/cssInvertValue-zero.html new file mode 100644 index 0000000000..b767cf69c0 --- /dev/null +++ b/testing/web-platform/tests/css/css-typed-om/stylevalue-serialization/crashtests/cssInvertValue-zero.html @@ -0,0 +1,11 @@ + + +Do not crash when serializing inverted zero via CSSTransformValue + diff --git a/testing/web-platform/tests/css/css-typed-om/stylevalue-serialization/crashtests/cssTransform-Internal-value.html b/testing/web-platform/tests/css/css-typed-om/stylevalue-serialization/crashtests/cssTransform-Internal-value.html new file mode 100644 index 0000000000..96097e4f94 --- /dev/null +++ b/testing/web-platform/tests/css/css-typed-om/stylevalue-serialization/crashtests/cssTransform-Internal-value.html @@ -0,0 +1,12 @@ + + + +Serialize transform components must not crash when the internal CSS value is null + + \ No newline at end of file diff --git a/testing/web-platform/tests/css/css-typed-om/stylevalue-serialization/cssImageValue.html b/testing/web-platform/tests/css/css-typed-om/stylevalue-serialization/cssImageValue.html new file mode 100644 index 0000000000..92256e5967 --- /dev/null +++ b/testing/web-platform/tests/css/css-typed-om/stylevalue-serialization/cssImageValue.html @@ -0,0 +1,19 @@ + + +CSSURLImageValue serialization tests + + + + + +
+
+ diff --git a/testing/web-platform/tests/css/css-typed-om/stylevalue-serialization/cssKeywordValue.tentative.html b/testing/web-platform/tests/css/css-typed-om/stylevalue-serialization/cssKeywordValue.tentative.html new file mode 100644 index 0000000000..1e2041d80d --- /dev/null +++ b/testing/web-platform/tests/css/css-typed-om/stylevalue-serialization/cssKeywordValue.tentative.html @@ -0,0 +1,35 @@ + + +IDL-constructed CSSKeywordValue serialization tests + + + + + + diff --git a/testing/web-platform/tests/css/css-typed-om/stylevalue-serialization/cssMathValue.tentative.html b/testing/web-platform/tests/css/css-typed-om/stylevalue-serialization/cssMathValue.tentative.html new file mode 100644 index 0000000000..7ee4e8137e --- /dev/null +++ b/testing/web-platform/tests/css/css-typed-om/stylevalue-serialization/cssMathValue.tentative.html @@ -0,0 +1,145 @@ + + +IDL-constructed CSSMathValue serialization tests + + + + + diff --git a/testing/web-platform/tests/css/css-typed-om/stylevalue-serialization/cssStyleValue-cssom.html b/testing/web-platform/tests/css/css-typed-om/stylevalue-serialization/cssStyleValue-cssom.html new file mode 100644 index 0000000000..5f21bfaa61 --- /dev/null +++ b/testing/web-platform/tests/css/css-typed-om/stylevalue-serialization/cssStyleValue-cssom.html @@ -0,0 +1,33 @@ + + +CSSStyleValue serialization from CSSOM + + + + + +
+ diff --git a/testing/web-platform/tests/css/css-typed-om/stylevalue-serialization/cssStyleValue-string.html b/testing/web-platform/tests/css/css-typed-om/stylevalue-serialization/cssStyleValue-string.html new file mode 100644 index 0000000000..747635d319 --- /dev/null +++ b/testing/web-platform/tests/css/css-typed-om/stylevalue-serialization/cssStyleValue-string.html @@ -0,0 +1,23 @@ + + +CSSStyleValue serialization from parsing + + + + + +
+ diff --git a/testing/web-platform/tests/css/css-typed-om/stylevalue-serialization/cssTransformValue.tentative.html b/testing/web-platform/tests/css/css-typed-om/stylevalue-serialization/cssTransformValue.tentative.html new file mode 100644 index 0000000000..89330b8e1c --- /dev/null +++ b/testing/web-platform/tests/css/css-typed-om/stylevalue-serialization/cssTransformValue.tentative.html @@ -0,0 +1,167 @@ + + +IDL-constructed CSSTransformValue serialization tests + + + + + diff --git a/testing/web-platform/tests/css/css-typed-om/stylevalue-serialization/cssUnitValue.tentative.html b/testing/web-platform/tests/css/css-typed-om/stylevalue-serialization/cssUnitValue.tentative.html new file mode 100644 index 0000000000..fc798ddbbf --- /dev/null +++ b/testing/web-platform/tests/css/css-typed-om/stylevalue-serialization/cssUnitValue.tentative.html @@ -0,0 +1,43 @@ + + +IDL-constructed CSSUnitValue serialization tests + + + + + + diff --git a/testing/web-platform/tests/css/css-typed-om/stylevalue-serialization/cssUnparsedValue.html b/testing/web-platform/tests/css/css-typed-om/stylevalue-serialization/cssUnparsedValue.html new file mode 100644 index 0000000000..c87553dd91 --- /dev/null +++ b/testing/web-platform/tests/css/css-typed-om/stylevalue-serialization/cssUnparsedValue.html @@ -0,0 +1,44 @@ + + +IDL-constructed CSSUnparsedValue serialization tests + + + + + +
+
+ -- cgit v1.2.3