summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/css/css-values/container-progress-serialize.tentative.html.ini
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/meta/css/css-values/container-progress-serialize.tentative.html.ini')
-rw-r--r--testing/web-platform/meta/css/css-values/container-progress-serialize.tentative.html.ini24
1 files changed, 24 insertions, 0 deletions
diff --git a/testing/web-platform/meta/css/css-values/container-progress-serialize.tentative.html.ini b/testing/web-platform/meta/css/css-values/container-progress-serialize.tentative.html.ini
new file mode 100644
index 0000000000..6b999c9c41
--- /dev/null
+++ b/testing/web-platform/meta/css/css-values/container-progress-serialize.tentative.html.ini
@@ -0,0 +1,24 @@
+[container-progress-serialize.tentative.html]
+ ['calc(container-progress(width from 0px to 1px) / 1000)' as a specified value should serialize as 'calc(container-progress(width from 0px to 1px) / 1000)'.]
+ expected: FAIL
+
+ ['scale(calc(container-progress(width from 0px to 1px) / 1000))' as a specified value should serialize as 'scale(calc(container-progress(width from 0px to 1px) / 1000))'.]
+ expected: FAIL
+
+ ['calc(container-progress(width from 0px to 1px) / 1000)' as a computed value should serialize as '0.228'.]
+ expected: FAIL
+
+ ['scale(calc(container-progress(width from 0px to 1px) / 1000))' as a computed value should serialize as 'matrix(0.228, 0, 0, 0.228, 0, 0)'.]
+ expected: FAIL
+
+ ['calc(0.1 * container-progress(height of my-container from 0px to 10em))' as a specified value should serialize as 'calc(0.1 * container-progress(height of my-container from 0px to 10em))'.]
+ expected: FAIL
+
+ ['scale(calc(0.1 * container-progress(height of my-container from 0px to 10em)))' as a specified value should serialize as 'scale(calc(0.1 * container-progress(height of my-container from 0px to 10em)))'.]
+ expected: FAIL
+
+ ['calc(0.1 * container-progress(height of my-container from 0px to 10em))' as a computed value should serialize as '0.228'.]
+ expected: FAIL
+
+ ['scale(calc(0.1 * container-progress(height of my-container from 0px to 10em)))' as a computed value should serialize as 'matrix(0.228, 0, 0, 0.228, 0, 0)'.]
+ expected: FAIL